01-19-2011 12:40 PM
So i have two loops running in parallel. When the bottom loop is done and stops, i would like it to stop the top loop as well. however, the top loop is running in 2 minute loops. I need it to run in long loops because this is a temperature feedback control, and i need a pause to allow temperature to change before i make a read again.
Now, is there a way that i can interrupt the 'wait' while its waiting and end the while loop? I tried looking into event structures, but all the tutorials just confused me more.
Also, while we're on the topic, what is the best way to connect the 'error in', 'error out' of parallel loops? I've been told to use queues, but i'm at a lost as well. Thanks in advance
Solved! Go to Solution.
01-19-2011 01:45 PM
never mind. Found a solution:
http://forums.ni.com/t5/LabVIEW/stop-a-loop-with-wait-timer/m-p/810781