LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Quit in Standalone but not in LabView editor mode

Solved!
Go to solution

Hi,

 

I have a quit button on my app which I would like the quit the application entirely (ie, the LabView Quit command) when its running as a standalone exe but not when I'm running the VI in the editor environment. Is there a way to determine if a VI is running as a standalone exe?

 

Regards,

 

Casper

0 Kudos
Message 1 of 4
(3,200 Views)

Hi Casper,

you can use the property "Application.Type".

 

Mike

0 Kudos
Message 2 of 4
(3,193 Views)
Solution
Accepted by topic author budtz

Try the attached VI. It uses the application name property to determine whether to quit or just stop

David
www.controlsoftwaresolutions.com
Message 3 of 4
(3,192 Views)
Just another VI (LV9).
0 Kudos
Message 4 of 4
(3,175 Views)