Log in

View Full Version : Bundle Clusters by name


Bpk9p4
22-01-2015, 23:53
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

wt200999
23-01-2015, 00:12
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:

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


Should look like this attached VI Snippet (http://www.ni.com/tutorial/9330/en/):

17954

Bpk9p4
23-01-2015, 00:23
thanks you for the fast response. This was very helpful