09-04-2019 05:51 AM
Hello dear Forum users,
I am trying to use Clusters to Group Control Elements but within the diagram I cannot find out how to Access the individual controls in the Cluster. Could someone help me please?
09-04-2019 08:04 AM
In regular LabVIEW it is called Unbundle or Unbundle by Name. I would assume NXG has a similar function, but I don't use it so I can't point you to it.
What you want is a basic LabVIEW skill. I would suggest you look at any tutorials available for NXG.
09-04-2019 08:36 AM
I haven't looked at NXG for two years, but if memory serves you used the Property node for such things, much like you can do with a class with get/set properties defined.
/Y
09-09-2019 06:06 AM
I do understand how to turn the cluster into a control on the diagram, but then I only get one output wire, even though the cluster contains multiple controls? How do I wire up the different controls that are INSIDE the cluster to exterior indicators?
09-09-2019 07:11 AM
Unbundle or Unbundle by Name if this was Classic LabVIEW.
Something similar exists in NXG.
09-09-2019 07:26 AM
https://www.linkedin.com/pulse/exploring-labview-nxg-21-tom-brass
"The Unbundle By Name and Bundle By Name are now combined into a Cluster Properties node. The Cluster Properties node allows you to read from and write to elements in the same node."
/Y