ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Add component to cluster

Hi,
I have a cluster X of 6 controls (different types). I have an other one (Y) of 7 indicators. The first 6 of them correspond to the ones of X, and I need to put a numeric constant in the seventh. I did not find any other way than unbundle X, rebundle all its components with a seventh input and wire it to my output cluster Y. Can I jump the unbundle of X step by just adding a component, as, for example, when we build an array with to inputs: 2D array and single column. We don't have to separate each column of the 2D array before adding the other one... Thanks.
Phil
0 Kudos
Message 1 of 2
(2,688 Views)
AFAIK, clusters are static structures, but you have other possibilities, e.g.:

* Add the seventh item also to cluster X, but hide it in the display there (right-click..advanced..hide control) or slip it under the border.

* Make the cluster Y as a cluster of [cluster X + indicator #7], this way you don't need to unbundle X.
0 Kudos
Message 2 of 2
(2,688 Views)