Ivo Posted November 7, 2008 Report Posted November 7, 2008 HI all, This may sound stupid ... but here it goes. Is there a way to make the compiled vi to exit gracefuly ( just like any other .exe program when closed ) My compiled vi's when the code is stopped just stops executing and stays on the screen. I want it to "exit" compleetly. Thank you much for any info. Quote
mje Posted November 7, 2008 Report Posted November 7, 2008 Programming > Application Control VIs and Functions > Quit LabVIEW will do the trick. Note this can lead to annoying behavior while in development mode, so I usually do something like this: Quote
LAVA 1.0 Content Posted November 7, 2008 Report Posted November 7, 2008 QUOTE (MJE @ Nov 6 2008, 05:34 PM) Note this can lead to annoying behavior while in development mode, so I usually do something like this: App.Kind = Programming > Application Control > Property Node, then select Application > Kind. Quote
Ivo Posted November 7, 2008 Author Report Posted November 7, 2008 Perfect!!!! You "guys" are awesome ! Thank you very much... Quote
crossrulz Posted November 8, 2008 Report Posted November 8, 2008 I even went as far as creating a VI that I put in my user library. I use this one all the time. This VI is in LV 8.6 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.