07-25-2013 11:42 AM
I have created an application from a LabView VI. I'm launching the application from LabWindows. I'm monitoring for the application to terminate. However, when I terminate the LabVeiw application, the LabView front panel is displayed and the LabWindows application terminated function doesn't see it as terminated until I close the front panel. Why is the VI front panel being displayed when the application is terminated. I have the program to run in dialog center screen. Once the application terminates, the dialog disappears and the LV front panel appears.
07-25-2013 01:04 PM
Modify your LabVIEW code, based on suggestions given here in this post:
http://digital.ni.com/public.nsf/allkb/4BE0544020D101AA8625687400638594
07-26-2013 08:02 AM - edited 07-26-2013 08:03 AM
I like to put the Close invoke node inside of a Conditional Disable Structure. This way the front panel only closes when you are running an EXE and not when you are playing with the code.