Labview clustering clusters

I can’t figure out how to cluster clusters? see attachment

I want to pass a cluster of all the clusters in the cluster constant

Set Wheel.vi (66.3 KB)


Set Wheel.vi (66.3 KB)

On your VI’s front panel, create a cluster and then select and drag your other clusters into it. You can nest as many clusters as you’d like.

Russ

Can you provide example code

Here you go.

Russ

cluster in a cluster in a cluster.vi (14.6 KB)


cluster in a cluster in a cluster.vi (14.6 KB)

I am trying to write a function that takes a cluster as input, manipulates said cluster according to other inputs and outputs it in the same form as the original cluster

See Ascii Art

             ->Small cluster -- ... --
           /                           \
cluster -->                              --->  --> Modified Original Cluster 
           \                                 /
             -> Other Small cluster -- ... --

… are the manipulating parts

Then you are going to use the bundle and unbundle cluster commands.

Unbundle the clusters. Do whatever you need to do with them. Then rebundle them back into a single cluster.

Did you see my code, thats exactly what I did but It doesn’t work

I apologize for the following:

please provide an example of unbundling a bundle, modifying its components and rebundleing

Try this.

Russ

Set Wheel - RHB.vi (67.1 KB)


Set Wheel - RHB.vi (67.1 KB)

Oh… and if you want your VI to output the new cluster, you’ll need to keep an output cluster and wire it out (see new attached).

Russ

Set Wheel - RHB.vi (87.4 KB)


Set Wheel - RHB.vi (87.4 KB)