LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I make the for-loop counter count multiples of a number?

I am trying to make a for-loop count from 0, 4681(0+4681) , 9362(4681+4681), 14043(9362+4681),..etc. Any help?
0 Kudos
Message 1 of 4
(3,010 Views)
multiply the counter's output by 4681
0 Kudos
Message 2 of 4
(3,010 Views)
See "Quotient & Remainder" function on the numeric palette.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 4
(3,010 Views)
See example image below.
0 Kudos
Message 4 of 4
(3,010 Views)