11-03-2014 11:22 PM
I saw a cluster in a Labview program. Can anyone tell me how this cluster is created and how it works? Thanks!
11-03-2014 11:22 PM
11-03-2014 11:27 PM
Two clusters are being created with "Bundle" and then fed into an array of clusters.
The large cluster is created by dropping a cluster constant on the block diagram and then dragging the contained constants inside the cluster and changing their labels.
11-03-2014 11:40 PM
Hi, but if the cluster is passed into the case structure, the case structure identify these parameters by their names or the sequence of items?
11-03-2014 11:44 PM
The case structure doesn't do anything with the elements. Code inside of the case structure can do something with the elements. Use the Unbundle By Name to get items out of the cluster and Bundle By Name to update items in the cluster.
11-03-2014 11:49 PM
Hi, but which code are you referring to? I don't know where needs this cluster. Or you mean the BundleProfile and the other one?
11-03-2014 11:54 PM - edited 11-03-2014 11:55 PM
Where it says WSPR Name, it's using an unbundle. The case is selected by a string, not the cluster.
That code is a mess. Why do you want to emulate it?