02-12-2009 07:07 AM
I have created a cluster constant in order to wire it to a shift register. The shift register belongs to a loop containing a case structure where different cases should enter data into different elements of the cluster.
What I'm trying to do is described pretty much in this thread:
http://forums.ni.com/ni/board/message?board.id=170&message.id=270857&query.id=360067#M270857
I want to enter a value into a specific element of the cluster. Can I do this without undbundling and rebundling the entire cluster?
02-12-2009 07:26 AM
You can unbundle a single element (or a selected number of elements) by choosing the "Unbundle by Name" function. Same thing goes to bundle element(s).
R
02-12-2009 07:44 AM
Tzench,
As usual joelabview is right on target and a lot faster that me. I've attached a simple vi that demonstrates how you could use the Bundle by Name function to accomplish this.