LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I close an Labview application (exe) on RT Boards 8170

Hey, I created a Labview 6.0 RT Application(exe) with the option "run when opend". I´m able to download and run this application on the RT system, but how can I stop the application without losing the opportunity to download and run the application later again????? (without rebooting the controller)
0 Kudos
Message 1 of 2
(2,872 Views)
You must have the VIs on your PC, and when you switch execution target to the RT side running your EXE, it will ask for the front panels for the VIs in memory. Once you point it to the front panels, you should be able to stop the VI like you would in the development system, typically with a stop button on the front panel, or (generally not recommended) with the abort button in the toolbar.
0 Kudos
Message 2 of 2
(2,872 Views)