Quote:
Originally Posted by Pirate programe
I'm not sure how to loop through an array in LabVIEW, though...
|
Use a For loop and wire an array into it. I think the tunnel will be set to auto-index by default. What gets passed into the loop is the individual elements of the array, one at a time for each iteration of the loop.