LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

open vi in the same window

hello,
is it possible to open an subvi in the same window like the main vi?
for example, if i open a vi by a button click the vi opens in a new window.
in some cases it will be better that the subvi is shown in an specfied area on the frontpanel of the vi.

markus
0 Kudos
Message 1 of 3
(2,720 Views)
Hi Markus

Yes this is possible. Use the SubPanel-Control. To learn about it, have a look at the examples. There's a nice one (viewer.vi).

Hope this helps.

Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 2 of 3
(2,716 Views)
Hi,

there's a control called "sub panel" (located in the controlbox "containers" where you also find the Tab control). If you wire a vi reference to its terminal the front panel of that vi is shown in the "sub panel" control.

Regards Clemens
0 Kudos
Message 3 of 3
(2,714 Views)