LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array Element feeding?

Hi guys

 

How do I get the element of array and use it to feed my device to that value.

Untitled.png

Untitled1.png

e.g I feed the value 0 to my device then 1..... until I finish feeding 19.

0 Kudos
Message 1 of 3
(2,533 Views)
  • Put the feeding operation inside the FOR loop. No array needed.
  • If you already have the array, autoindex over the array with another FOR loop containing the feeding operation (whatever that is). 🙂
0 Kudos
Message 2 of 3
(2,527 Views)

... or if you only want a single value - Index Array.

/Y 

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 3
(2,503 Views)