Question:
Is it possible to quit a remote Viewer through the server?
Solution:
This is possible by using scripts:
- Create an Internal Tag and change its value to 1 when you need to disconnect from a remote Viewer.
- In the Viewer, create a user event to be triggered when the Internal Tag value is 1. In this event, run a script that quits the Viewer itself. For example,
Me.Exit()
.
You can also choose a specific Viewer to be disconnected, by using the name of the computer. See the attached sample application (developed with E3 v3.2 b260).