LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

end a while loop from...

Is ist possible to stop a while loop out of a second while loop running in the first loop?
0 Kudos
Message 1 of 2
(2,627 Views)
Just wire that condition (from the 2nd loop) to a logical OR along with the initial condition. That condition should also stop the 2nd loop. Maybe you'll have to negate some of the conditions to make it work.
0 Kudos
Message 2 of 2
(2,627 Views)