LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Editing cluster specifications

I'm a very new user of LabVIEW and would like to change the array sizes in the attached cluster specification which is currently limited to 10.  The properties seem to be for the cluster and not the data contained within.  How do I access the data inside of the cluster?   Thanks in advance for any help.
0 Kudos
Message 1 of 4
(3,289 Views)
A better question would have been how do I view the individual elements that make up the cluster when inside the block diagram view?
0 Kudos
Message 2 of 4
(3,259 Views)

Look for the unbundle and bundle functions. For example, use unbundle by name and wire your existing input cluster to the top-center. Now select one of the elements by name and wire a new array (e.g. size=20) to it. The output cluster will have the changed element.

To view the structure of a cluster, just enable the context help (ctrl+h) and hover over the cluster wire.

See how far you get. 🙂

0 Kudos
Message 3 of 4
(3,253 Views)
Thanks for your help.
0 Kudos
Message 4 of 4
(3,231 Views)