Hey all Labview Gurus!
I have LV 7.1 (Win XP), I run a data aquisition program which collects data from the serial port. I have a lot of different subvis with different analysis functions. To enter these subvis I have event structures to identify a button pushed on the control panel. The problem is thatI cannot solve the exit from the subvi back to the main vi. As it looks now the event structure is inside a while loop running paralell with the main while loop (doing all the signal analysis etc). This way I have to press exit button twice for the VI to shut down (once per while loop I reckon). If I place the event structure inside the main while loop nothing seems to work, and when I place the event structure outside the event structure without running inside a while loop it does not work either. The main loop is placed inside a stacked sequence structure because the program has to do som sequential initialization before running the main loop.
Was this unclear enough for you? 😉
Cheers,
Mike