LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

starting and stopping vi's programatically

Is it possible to stop a vi and restart it from within that vi or from another program?  I found a command that stops the current vi, but nothing to start a vi.  Is that possible?

Thank you.
Kasey

0 Kudos
Message 1 of 2
(2,466 Views)
This is really the wrong question. The start button is for use in developing a VI.
 
Once the VI is ready to be used, you should have it always running. Set ot to run when opened, and enclose your code in a big while loop waiting for user input or doing whatever it is supposed to do until you are done using the program. (When was the last time you had a need to stop and restart MS word?)
0 Kudos
Message 2 of 2
(2,461 Views)