LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Nested For Loop skipping case structure

OP is Original Poster

Quotient and remainder is on the numeric palette Q is not necessary Remainder (of iteration) will increment from 0 (Iteration is evenly divisable by divisor) to divisor - 1

I.e..

For i- remainder  for divisor = 4

i    r

0   0

1   1

2   2

3   3

4   0

5   1

6    2

7    3

8    0

.......

 

 

     


"Should be" isn't "Is" -Jay
0 Kudos
Message 11 of 13
(614 Views)

Jeff,

 

the hardware is a signal generator, an agilent switch driver, and a power meter.

 

0 Kudos
Message 12 of 13
(613 Views)

Thank you all for your help. After much testing I found that playing with Time Delays between all the subVI's did the trick.

0 Kudos
Message 13 of 13
(583 Views)