LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Control Properties in Array Cluster Array

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

-------------------------------------------------------------------------------------------------------------------------------
Thanks & Regards,
Kunal Raithatha.
CTD - CLAD (I wish I can take off that A, and maybe use it later to replace D 🙂

Easy Tip :- "To copy an image to a VI icon, drag the image file and place it on the icon
located in the upper right corner of the front panel or block diagram" ...If you know any
more reply back.
-------------------------------------------------------------------------------------------------------------------------------
0 Kudos
Message 1 of 2
(2,449 Views)

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.

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