LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need help for using Bundle between two subVis

Solved!
Go to solution

Hello everyone,

 

I have two subVis inside a big Vi that need to be connected from one to another. 

 

One complicated thing is that I already have lots of wires in the big Vi, which will become a mess if I connect these two subVis line by line( there will be almost 16 lines between them). 

 

I tried bundle myself but failed couple times(basically I don't know how to connect  bundled wires from the source subvi to the destinated subvi).  

 

Could anyone give me  some idea ?  A simple VI Example would be great helpful.

 

 

Thanks,

 

+Kunsheng

Message Edited by Kunsheng Chen on 03-11-2009 08:28 AM
0 Kudos
Message 1 of 4
(2,503 Views)

You should make a Type definition of the cluster, but this is a quick example.  Lemme know if this doesn't answer your question.

 

I created the cluster in sub1.vi and added a corresponding indicator on the Front Panel & wired it to the Connector Pane.  I made a control on sub2.vi (wired to the connector pane) and wired both sub VIs together in main.vi.  This passes five values through one wire.

Message Edited by jcarmody on 03-11-2009 08:37 AM
Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

Download All
0 Kudos
Message 2 of 4
(2,496 Views)
Solution
Accepted by topic author Kunsheng Chen
You can get a lot of help from the NI website, too, like this document.
Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 3 of 4
(2,480 Views)

Thanks a lot man!  It is exactly what I want!

 

 

 

+Kunsheng

0 Kudos
Message 4 of 4
(2,472 Views)