Hello!
Let's say we have a WinCC OA server with a project and two Desktop-UI clients connected to it.
Tell me please if it is possible to stop (terminate) one Desktop-UI client session from another Desktop-UI client.
How can I do it?
Best regards, Ilya
How to stop Desktop-UI client session?
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: How to stop Desktop-UI client session?
To stop a manager (connected to the Event Manager) you can simply write the manager ID to the DP-element _Managers(_2).Exit.
The manager ID you can get with the function convManIdToInt().
Best Regards
Leopold Knipp
Senior Support Specialist
The manager ID you can get with the function convManIdToInt().
Best Regards
Leopold Knipp
Senior Support Specialist
- i.mak
- Posts:18
- Joined: Mon Mar 27, 2017 3:00 pm
Re: How to stop Desktop-UI client session?
Hello, Leopold!
Thank you very much!
Thank you very much!