LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I use one (sm

aller)array of index locations to access another larger array and perform calculations on the larger array before retrieving the next index location. A for loop doesn't seem to do the trick neither does a shift register, or I'm using them wrong. New userUsing LabVIEW 6.1
0 Kudos
Message 1 of 2
(2,407 Views)
aller)array of index locations to access another larger array and perform calculations on the larger array before retrieving the next index location. A for loop doesn't seem to do the trick neither does a shift register, or I'm using them wrong. New userA for loop will work just fine. You've probably got to change the input of the larger array into the for loop to not use auto-indexing and connect to the array input of an index array function inside the for loop. The smaller array should be auto-indexed and connect to the index input of the index array. Here's a picture.
Message 2 of 2
(2,407 Views)