LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I simultaneously scroll through two arrays by changing the index on one of the array

How do I simultaneously scroll through two arrays by changing the index on one of the arrays?
0 Kudos
Message 1 of 6
(3,495 Views)
Create property node for both
Choose index values
Set one to read and one to write
see attached
Message 2 of 6
(3,490 Views)
Hi

I tried what you suggested but I want to do it for arrays of different type.
Can you please help?
0 Kudos
Message 3 of 6
(3,463 Views)
Should work for any type of array. What "types" are you using. Can you post an example?
0 Kudos
Message 4 of 6
(3,462 Views)
I am using a 2dimensional dbl precision array and a 1d boolean array.
If you have the solution can you please send a jpeg of the solution.

Thank you.
0 Kudos
Message 5 of 6
(3,457 Views)
I am assuming you wish only one of the dimesions from the 2D array to control the indexing of the boolean array.

In the attached example the index of the first dimension from "Array" controls the index of "Array 2" and the index second dimension controls the index of "Array 3"
0 Kudos
Message 6 of 6
(3,453 Views)