LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make application idle when opened

I want my .exe built from a VI to open idle or stopped so a user has the chance to enter in some labels before starting the application.

 

I thought I saw this in the build settings a few days ago but I can't seem to find it again.

0 Kudos
Message 1 of 2
(2,274 Views)

You're probably looking for the "Run when Opened" setting.  In the build specification, it's under Source File Settings.  From there, select your startup VI, then click "Customize VI Properties..."  However, if you want a more professional-looking application, put a start command (button, menu, whatever) in your application and wait until that is triggered before using the data, instead of expecting the user to know to click LabVIEW's run button.

0 Kudos
Message 2 of 2
(2,263 Views)