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:
- 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:
thanks you for the fast response. This was very helpful