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.