LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Remote panels reset

Is there a way to detect when a client closes a remote panel in a web browser? I would like to be able to reset the VI on the server when certain events occur so that data is not continually collected when no one is using the VI. Is there any way to accomplish this in LabVIEW?
0 Kudos
Message 1 of 3
(2,715 Views)
CIPCE,

Right now, then answer is no, but hopefully that will change for future versions of LabVIEW. What I would suggest is to have a start and stop button on the VI and make sure that the user follows the instructions. I would also put in a timer that calculates how long the test has been running and shut it down after a period of time, if this is possible to do.

Randy Hoskin
Applications Engineer
National Instruments
http://www.ni.com
0 Kudos
Message 2 of 3
(2,715 Views)
Actually, what I've decided to do is to make the "Quit" button the "Save and quit" button. This way, if the user wants to save any of the results from the online application, he or she has to also shut down the experiment. Sneaky, yes, but it definitely gets the job done.

Thanks for the help,
Pete
0 Kudos
Message 3 of 3
(2,715 Views)