LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Application information

There is a way to have an application that call other front panel of vi's in
the same exe file?
0 Kudos
Message 1 of 3
(2,688 Views)
If you want to display the front panel, the easiest way is to set the subVI's property to Show Front Panel When Called and Close Afterwards if Originally Closed.
0 Kudos
Message 2 of 3
(2,688 Views)
You can use the VI server VIs so that you can call other VIs or front panels while your application is running. In case you want to call an executable through your application you can use the EXEC vi located in your functions menu in Communication library.
0 Kudos
Message 3 of 3
(2,688 Views)