Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to alternate between two while loops

I want to be able to alternate running the code between two while loops. 
0 Kudos
Message 1 of 3
(3,383 Views)

Hey

You could use Semaphores in both the while loop and can make them run alternately. Here is the help on that.

Cheers

 

NI-khil

0 Kudos
Message 2 of 3
(3,377 Views)
Why not have them in one while loop with a boolean case structure to alternate between the code?
Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 3 of 3
(3,365 Views)