LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

convert app to Ver 6.1. Now top level VI won't close.

Original App was written years ago. We need to run on Win2000, hence the recompile. When closed, recompiled app closes all windows except the top level VI which is a blank panel VI. What am I doing wrong?
0 Kudos
Message 1 of 3
(2,257 Views)
I use the "Quit LabVIEW" VI at the end of top-level VI execution to force the top-level VI in the built app to close.
0 Kudos
Message 2 of 3
(2,257 Views)
Hi,

When a LabVIEW exe finishes execution it will show the main VI with the option to run the application again.

This is expected behavior, if you need the application to close itself completely you must call the "Quit LabVIEW" VI to close the Run-Time. You can find this VI in the application control palette.

Let us know if you have any further questions.

Regards,

Juan Carlos
N.I.
0 Kudos
Message 3 of 3
(2,257 Views)