04-30-2012 05:05 PM
Hi
I have made 2D array of cluster(cluster of two cluster, which again is a 12 array element). I have attached VI with this post.
What I want to do is individually access properties of the control array.
For example I want to change number of rows for LEDs in Array element (0,0) or completely Gray Out 2nd cluster in first Row.
If I access properties from Front panel, any chage affect all of the control/indicators in 2D Array given here.
Any help will be appreciated
Thanks in Advance
04-30-2012 05:56 PM
You can not control array elements independently - only their values can differ
workarounds:
1) Programmatically discard value changes.
2) Several clusters on the front panel and control them via arrays of their references.