LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with starting the program

 

 

 

Every application that I make using the Application builder starts running automatically when it is opened. How do I make an application that will not start when it is opened, but when I want to?

0 Kudos
Message 1 of 3
(2,543 Views)
It is generally the prefered method to have an exe program run when opened, hide the toolbar, and have a front panel Boolean that controls the start of your code. The Boolean can be in a while loop that starts before everything else or use and event structure. But, if you really want to to, in your build, go to the VI Settings, select the top level VI, click the Edit Build Settings button, and change Run When Opened to No.
Message 2 of 3
(2,540 Views)
Thank you for your help, it works perfectly now.
0 Kudos
Message 3 of 3
(2,518 Views)