LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to open an application without it starting automatically?

Hi, i need to start an .exe(application i have built) without it running instantly, is it possible and how is it possible? Any help greatly appreciated.

thanks Stuart
0 Kudos
Message 1 of 2
(2,500 Views)
Why not run it instantly? If the user has launched it then he obviously wants it to run and there is not much he can do in a built application if it's not running (unlike in the development system where preventing VIs from running when opened often can be necessary).

If there is something the user needs to input etc. prior to running something else in the application then just make the application work that way... Make it enter a state where it does nothing but wait for some inputs when it is launched and then when a button is pressed or whatever that part of the application is terminated and it proceeds to the next state, don't use the run, pause and stop buttons of the development system to control the execution of a built application, program the execution cont
rol on the diagram...
Message 2 of 2
(2,500 Views)