LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

setting cluster elements

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?

0 Kudos
Message 1 of 3
(2,553 Views)

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

Message 2 of 3
(2,545 Views)

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.

Message 3 of 3
(2,533 Views)