LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

disable autorun feature on labview executables **has not been solved**

Solved!
Go to solution

Trying to disable the feature that starts your labview executable automatically when opened. I know that I could create a start button and all that jazz, but I would prefer to disable this feature if possible.

0 Kudos
Message 1 of 3
(2,731 Views)
Solution
Accepted by _CHIN_

You can't disable that "feature" because that's not how applications work. An application will run as soon as it's opened. Does your web browser wait for you to press start before it starts running? That's how it works. If you don't want the VI to start its work as soon as you launch the application then you need to put it in an "idle" state as soon as it runs and it will stay there until the user presses a "start" button. I would suggest looking into a state machine design. http://zone.ni.com/devzone/cda/tut/p/id/3024

0 Kudos
Message 2 of 3
(2,725 Views)

well durh...

 

Thanks I didn't think of it that way.

0 Kudos
Message 3 of 3
(2,720 Views)