LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I access the sub elements of the Nested Cluster-2

would like to know the label a sub element of a Nested Cluster. I have included the vi. I am trying to programmetically read the Text label of the data elements in Value N mode cluster (Max , Min Mode). I was looking into the Type descriptor document. It can tell me how many and what type of elements are in the cluster. But it does not gove me Refnum to those objects.
Let me know if you have an solution to my question."
0 Kudos
Message 1 of 2
(2,492 Views)
Hi

You need to do a recursion. If the reference you get from the array "controls[]" if of type cluster, then you have to loop through recursively.

Openg toolkit has variant tools that might be of some help to you (www.openg.org).

Good luck

PJM


  


vipm.io | jki.net

Message 2 of 2
(2,492 Views)