10-17-2012 08:14 PM
Hi.
i'm tring to stop the execution of a VI when a user in a remote panel manipulating this VI has released the control. How can I perform this??
Best regards.
10-17-2012 09:25 PM
I am unaware of an event that would fire when the client disconnects but take a look at this thread:
http://forums.ni.com/t5/LabVIEW/detect-remote-panel-connections/td-p/985806
You should be able run a polling loop to see if you have any remote clients and if not stop execution.