I have two while loops running in parallel. One is a state machine and the other loop has an events structure inside. The state machine handles most of the events in the program. Once this finishes executing, is writes false to it�s own loop condition and a local variable inside the events loop, to stop the events loop.
While executing the program, everything works great. While exiting, however, Labview seems to �hang� for a while. Before it can exit the program.
So why does it �lag�? Is there any way to resolve this problem?
Thanks,
FightonSCTrojan