LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable multiple items in menu ring?

Hi I have a difficulty understanding on how to disable the items in the menu ring control. I need to know so that I will enable some items for the future products for testing. And why is the first item disabled? How can I disable the right items?
0 Kudos
Message 1 of 3
(4,074 Views)
Your vi works perfectly :
you are disabling the menu items wich correspond to the elements of the 1D array :
-if the array is empty, no element is disabled;
-if the array contains 1 element, for instance = 3, the forth (3+1) menu item will be disabled. If the array element equal zero, then the first menu item will be disabled;
- if the array contains 2 elements, then two corresponding menu items will be disabled, and so on...
Chilly Charly    (aka CC)
0 Kudos
Message 2 of 3
(4,074 Views)
Oh... Now I understand better. Thanks

Clement
0 Kudos
Message 3 of 3
(4,074 Views)