LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

remote panel monitoring

I am using remote panel in labview. i published my vis on labview server using publishing tool.My question is that using remote panel  when a clinet request for some control than it is granted to him  now if this user terminates the vi by using stop button than how can other client restart the remote panel.the only way i know is to start the vi at labview server is there any way that remote client can start the vi once it is stoopped by the other client.
Regards
 
0 Kudos
Message 1 of 2
(2,397 Views)
If you're talking about the abort button on the tool bar, this should always be disabled or the toolbar hidden. Either can be done from VI Properties>Window Appearance>Customize. If you're talking about a stop button on your VI that terminates the main while loop in your VI, my limited experience with remote panels indicates that when the main VI stops, the run button on the toolbar becomes visible once a client is granted control and the VI can be restarted just by clicking the run button. If you don't want the client to have to restart the VI, then you should change your program so that the stop button does not terminate the main while loop. Also, if your VI calls the Quit LabVIEW function, remove that function.
0 Kudos
Message 2 of 2
(2,382 Views)