LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sub vi in main vi front panel

Hi

I have a sub vi and I want the front panel of that sub vi to be visible in the front panel of the main VI instead of opening in a seperate window.


Regards
Simon
0 Kudos
Message 1 of 5
(3,044 Views)
Thanks for that is there any way I can send data from the main VI to the subvi using subpanels?
0 Kudos
Message 3 of 5
(3,019 Views)

Hi vonzepp,

to transfer data between parallel vi´s you can use queues or notifier.

Mike

0 Kudos
Message 4 of 5
(3,017 Views)
You can directly call the subVI in your code. I use that to display data from deep in the hierachy by having subVis that accept the unformatted data at the specific point and having code to make it look nice. The FP is set so that only the indicators (graphs, tables) are visible (just size the window as appropriate).

Felix
0 Kudos
Message 5 of 5
(3,010 Views)