LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to build a simple array

Hellow! can one has an idea on how to build a simple array like:
0,10,20,30,40.......
thanks!
0 Kudos
Message 1 of 3
(2,847 Views)
Hi,

You can use a For Loop and multiply the iteration terminal by 10, then wire the result to the border of the For Loop. This will generate an array that contains all the multiples of 10. You can wire the N terminal of the For Loop to indicate how many values you want to generate.

Hope this helps,
-D
0 Kudos
Message 2 of 3
(2,847 Views)
Here's an example of what Darren suggested. I've saved it in 6.1 so it should work in any version 6.1 or later.

Regards,
Ryan K.
0 Kudos
Message 3 of 3
(2,847 Views)