I have an VI exported via Webserver. I want to do some housekeeping when control is taken over from the local to the remote panel and vice versa. I tried polling the VI method "network panel client: connections" every 1000ms and checking "controller" against -1 to find out if control is taken over. Is there a better way (maybe an event) to find out when the VI gets under remote control?
unfortunately there is no other way than the way you have choosen to collect information about the remote panel connections. Though the event structure is a good idea it is not possible yet to work with it.