LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Menu Ring in Array

Hello,

I've got an array of menu rings and I want to programmatically change the
menu ring in each array element. For a menu ring, there is a property
available called 'Strings' that I can change, but how do I make it change
for all the elements in the array?

Thanks,

Peter
0 Kudos
Message 1 of 2
(2,957 Views)
You can create a property node for the element-type of your array. Any changes you make to the properties (including the "Strings") will apply to all elements. Create the property node by right-clicking on the menu ring inside the array on the front panel. The pop-up menu should have a "Create" option from which a sub-menu branches. Select Property Node from the sub-menu. You can also use control references to get at the menu ring's properties.

Daniel L. Press
PrimeTest Corp.
www.primetest.com
0 Kudos
Message 2 of 2
(2,957 Views)