Ivo Posted November 7, 2008 Report Share 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 Link to comment
mje Posted November 7, 2008 Report Share 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 Link to comment
LAVA 1.0 Content Posted November 7, 2008 Report Share 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 Link to comment
Ivo Posted November 7, 2008 Author Report Share Posted November 7, 2008 Perfect!!!! You "guys" are awesome ! Thank you very much... Quote Link to comment
crossrulz Posted November 8, 2008 Report Share 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 Link to comment
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.