LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can i get a reference to an element that is in an array of clusters?

Hello Folks,
I have an array of clusters. Inside (each) cluster is a Menu Ring. Is there a way to get a reference to a specific menu ring (ie the ring from a particulat element in the array)?

My real goal is to grab the text from the ring. When i unbundle a cluster i just get the number, not the text.

For the moment i kludged it so that i grab the list of strings as an array and use the numerical data from the unbundle to select the proper string, but this seems sloppy.

Thanks for any help,
eric
0 Kudos
Message 1 of 2
(2,618 Views)
hook your array to for loop. Inside unbundle clusted and create an indicator. The use property node to read the strings.

hope it helps.
Pawel
0 Kudos
Message 2 of 2
(2,618 Views)