LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to enable and disable boolean button using "unbundle by name"

Hi all,
I would like to enable some boolean buttons (initial some of them have been grayed and disabled) after a case statement is perform. I have attached here a vi to demonstrate what I mean. Please explain your solution...thank you.
0 Kudos
Message 1 of 2
(3,014 Views)
If you create a property node for the cluster, you will see a property called controls. This outputs an array of references to the controls. Using a generic property node pointing at "Control", you can set the enabled status. The array is indexed according to the cluster order, so the first reference will be for your first control in the cluster, etc.
Message 2 of 2
(3,014 Views)