Bundle Clusters by name

Does anyone know how to bundle clusters by name. I am trying to bundle all of the references. As you can see from the picture below if i bundle them they all have the same name. is there any way to change this http://i.imgur.com/HGUxR85.png?1

When you bundle it, use a bundle by name instead, you will need to create a cluster constant with the data types & names that you want:

  1. Create a constant of the motor controller ref, and right click --> show label
  2. Double click the border to make it smaller
  3. Make the label you want, copy this constant x times, giving each a label
  4. Create a cluster constant, put the motor controller ref constants (in order) into the this cluster
  5. Use a bundle by name, feed the top terminal of the bundle by name with this cluster

Should look like this attached VI Snippet:

Cluster.png

Cluster.png


Cluster.png

thanks you for the fast response. This was very helpful