10-10-2012 09:18 PM
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?
10-10-2012 09:39 PM
You can't change the properties of an individual array element. Array elements can only differ in value. They all share the same properties.