11-06-2009 03:16 PM
11-06-2009 03:32 PM
With a reference to the cluster you can use the Controls[] property to obtain an array of control references to the controls bundled into the cluster, from there you can auto-index the array to obtain the specific control properties from the control references.
-Bob
11-06-2009 03:40 PM
Open a reference to the VI which controls and indicators you want to list. Take a property node and get the Panel reference. Take a property node for the Panel reference and you get arrays of references to all front panel objects. Then you can get the properties of all front panel objects in one loop.
Regards
11-06-2009 03:53 PM - edited 11-06-2009 03:53 PM
-Bob