LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to place two block diagrams together using Labview 8.5?

Solved!
Go to solution
How to place two front panels programming diagrams to one front panel using labview, so that i can do multi acquisition at one time running one front panel?
0 Kudos
Message 1 of 7
(4,185 Views)
Use a sub vi. Go to vi properties-->Windows appearence--> open front panel when called
0 Kudos
Message 2 of 7
(4,177 Views)
to confirm again, i need to get reading from two block diagrams programming and use only one front panel to control and indicate the values read . Is subvi able to do it ?
0 Kudos
Message 3 of 7
(4,170 Views)

i think is using Labview project with project explorer.

0 Kudos
Message 4 of 7
(4,168 Views)
Solution
Accepted by topic author veceeeee

veceeeee wrote:
How to place two front panels programming diagrams to one front panel using labview, so that i can do multi acquisition at one time running one front panel?

Select all code from the block diagram of the second VI and paste it on an empty area of block diagram the first VI.

 

Now go the front panel of the first VI and arrange things the way you like. Discard the second VI.

 

Depending on the code, you might need to do a few tweaks in the code (e.g. ensure that both code segments stop when you're done). I assime you are talking about two toplevel VIs that are not called from other VIs.

Message 5 of 7
(4,151 Views)

You did mention that you wish to combine acquisition from two block diagram on to one front panel.

Can you specific in more detail on this whether you found an error when trying to do acquisition with these two programs simultaneously or what?

An image showing an error or pointing out what you're trying to achieve will help a lot on analyzing your problem.

The reply here probably cannot help you anything, if your explaining is very unclear.

An image I mentioned above will help a lot.

0 Kudos
Message 6 of 7
(4,114 Views)
ok, i am doing almost same as what altenbach have suggested, get to you all again after i run it.
0 Kudos
Message 7 of 7
(4,094 Views)