LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to I generate an exe of an app that runs as 2 VIs?

I've developed software where one front panel is used to set processing parameters, and after the data are processed, the data are passed to a subVI, which also sits on the desktop. I'd like to keep this arrangement in the executable that I am trying to build. Is this possible, or do exes have to run out of one front panel?

TIA

Nick
0 Kudos
Message 1 of 2
(2,506 Views)
Hi Nick,

when the 2nd vi is a "real" subvi it will be included in the exe... Don't forget to set it as "open frontpanel when called".

Other option is to use vi server to load the 2nd vi and run it by using property nodes/invoke nodes.
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(2,501 Views)