LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

two loop

Hi all
 
I am developing a program in which i need 2 loops
 
i.e,I need to increment the 1st loop say 50 times and i need to increment the 2nd loop say 100 times.
 
Task is, 1st loop needs to increment once and needs to wait until the 2nd loop increments to 100. once the 2nd loop increments to 100 it needs to reset to zero and the 1st loop increments once again and goes into the 2nd loop and it continues until the 1st loop no of iteration is finished.
 
Thanks
0 Kudos
Message 1 of 4
(2,301 Views)

Hi Veeru,

use two for loops. Create the first one and insert the second one into it. Now connect 100 to the inner loop and 50 to the other.

Mike

0 Kudos
Message 2 of 4
(2,299 Views)
Your question is very basic. You should spend some time with some of the learning resources. To learn more about LabVIEW it is recommended that you go through the tutorial(s) and look over the material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. You can also take the online courses for free.
Message 3 of 4
(2,288 Views)

Thanks

Mike i got it

0 Kudos
Message 4 of 4
(2,283 Views)