LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

wait until in a sequence

Hello, I want to execute a sequece like this:
 
Stack1, and inside of this stack  when an event ocurrs -> Stack2
               if no events ocurr stay in this stack
 
How can I do this?
 
Thanks,
 
Luz
0 Kudos
Message 1 of 2
(2,314 Views)

Keep the condition you want to check for stack 1 as a sub VI with a while loop of its own.( set sub VI node set up options as 'show Front panel when called' and 'close afterwards if originally opened')

when the condition you are looking for is satisfied in this sub VI, stop this loop , exit your sub VI, and go to stack 2

any doubts on this, do ask

Message Edited by devchander on 05-23-2006 06:52 AM

0 Kudos
Message 2 of 2
(2,300 Views)