LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Disable autorun?

I have built the exe file of my project.
Every time I open it, application autoruns itself. I do not want it, I need to do some settings in front panel before running the application.
In File/VI Properties/Execution, the Run when opened is not checked.
How can I disable autorun?
0 Kudos
Message 1 of 3
(3,698 Views)
hi,

the answer is very simple. In application builder you have the menue
"VI Settings" - click on the top - level vi and then on "Edit Build Settings"
in bottom right corner. A new window appears where you can edit the
Target settings to "no" for "Run when opened" . Don't forget to click the
"change"-button.

cu
wha
0 Kudos
Message 2 of 3
(3,698 Views)
I think that the AB overrides the settings for VIs marked as "Top Level": they open and run when the app is launched. Modify your Top Level VI so that it does not enter the main code until the user press a button after the settings are done.

Jean-Pierre Drolet
Scientech R&D


LabVIEW, C'est LabVIEW

0 Kudos
Message 3 of 3
(3,698 Views)