LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

is ist possible to start a vi in a vi sub panel?

hello,

is it possible to start a vi with his functionality in a sub panel? or is there another way to do this?

markus
0 Kudos
Message 1 of 3
(2,579 Views)
I think the answer is yes, it is possible to start a VI within the subpanel.  See 'simple.vi' within the examples, or search the examples for "subpanel"  You have to use an invoke node to start the VI.  See the attached pic of the block diagram.
0 Kudos
Message 2 of 3
(2,565 Views)

Yes,

You can load a reference to a vi in a subpanel and then pass the reference of the vi to a method node and select "RunVi", using the vi server you can do almost anything.  Is this what you want to do?

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 3 of 3
(2,560 Views)