From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Clusters - naming

Hello everybody
How I can name the variables going into the new build cluster.
For instance I generate the product of two digits and then
together with others put it into cluster. Whow can I name this
product to be able to use the name later after unbundle the
cluster?
Many thanks for help.

PP
0 Kudos
Message 1 of 4
(2,326 Views)
You can use bundle by name, and in the middle cconnection use a cluster constant with the names (labels) you want. This way you can select each numbers name in the created cluster.
Hope this helps
0 Kudos
Message 2 of 4
(2,326 Views)
Thank you.
Best regards
PP


Gorka Larrea wrote:
>
> You can use bundle by name, and in the middle cconnection use a
> cluster constant with the names (labels) you want. This way you can
> select each numbers name in the created cluster.
> Hope this helps
0 Kudos
Message 4 of 4
(2,326 Views)
Hi Pawel,

when you use the function Build Cluster you can input the type of cluster you want to build, i.e. re-name the cluster components.
I attach an example that does what you ask.
If you want to re-name the components just change the labels in the cluster constant.

Good luck,

Alberto
0 Kudos
Message 3 of 4
(2,326 Views)