LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

change the property of an element in an array of clusters

I know this question has be asked a few times, but I don't seem to be getting the implimentation correct.  I've enclosed my VI and I'm using LabVIEW 2011.  I want to change the Disable property for specific controls in a cluster and this cluster is in an array of clusters.  First problem is all the controls change, not just the desired array element.  Second problem is the array size changes.  Any suggestions?

0 Kudos
Message 1 of 2
(2,271 Views)

You can't change the properties of an individual array element.  Array elements can only differ in value.  They all share the same properties.

0 Kudos
Message 2 of 2
(2,270 Views)