LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

extract and display array elements

Hello,

is there anyway to display every element from a 1-D array in separate indicators? For instance, if i have a 1-D array with n number of rows, how can I index each element and display each element in separate indicators? Also, I would like to programmatically display those indicators based on the array size, that is, if i have 10 rows, i need 10 different indicators with each indicator displaying the elements corresponding to the index. Please see attachment.
0 Kudos
Message 1 of 3
(2,938 Views)
Like this?

You'll have to set the number of elements in the cluster to the maximum array size expected.

I used a cluster just to easily get a list of controls. Otherwise, make an array of individual control references.


LabVIEW, C'est LabVIEW

Message 2 of 3
(2,938 Views)
Thank you so much Jean. That really helped.
0 Kudos
Message 3 of 3
(2,938 Views)