LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"Quit Labview" function will not quit labview

I am trying to use the �Quit LabVIEW� function within an application (development, not run-time). When the quit function is invoked, the vi which contains it does stop execution but LabVIEW does not exit.

I can place the �Quit LabVIEW� function into a second vi that only contains that one single function and when the second vi is run then LabVIEW does quit, including the first problem vi, whether it is running or stopped.

If I place the second vi into the first vi in place of the �Quit LabVIEW� function, it behaves as if the �Quit LabVIEW� function were still in place, i.e. the vi stops but LabVIEW does not exit.

Can anyone suggest what to look for to determine the problem with the first vi�s self-execution of this fun
ction.
0 Kudos
Message 1 of 4
(3,312 Views)
hi, i am not sure what's happening in your vi(s) and where your Quit LV function resides. If you place it correctly, it should be functional.

By the way, why do you need LV to quit in development environment?
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
Download All
0 Kudos
Message 2 of 4
(3,312 Views)
Warren Massey a écrit:

>I am trying to use the "Quit LabVIEW" function within an application
>(development, not run-time). When the quit function is invoked, the vi
>which contains it does stop execution but LabVIEW does not exit.
>
>
r u positive about the quit function being called ? (sorry to ask that
but debugging often IS a matter of asking stupid questions...)

>I can place the "Quit LabVIEW" function into a second vi that only
>contains that one single function and when the second vi is run then
>LabVIEW does quit, including the first problem vi, whether it is
>running or stopped.
>
>
>If I place the second vi into the first vi in place of the "Quit
>LabVIEW" function, it behaves as if the "Quit LabVIEW" function were
>still in place, i.e. the
vi stops but LabVIEW does not exit.
>
>Can anyone suggest what to look for to determine the problem with the
>first vi's self-execution of this function.
>
>
Are you using any complex functionalities (vi server calls...) or did
you change the vi settings anyhow ?

....! oz
0 Kudos
Message 3 of 4
(3,312 Views)
I have the same problem.

What settings or vi server calls prevent the "Quit Labview" from exiting Labview.
0 Kudos
Message 4 of 4
(3,312 Views)