LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Loading a LabVIEW Built Application (EXE) into a VI Front Panel

Hi 

 

We have a use case where we have to load a LabVIEW Built Application(EXE) in VI Front Panel.  Can anyone suggest how to do the same in LabVIEW?

0 Kudos
Message 1 of 2
(1,951 Views)

While I have never done so I would suspect you have to make sure VI server is enabled fore the exe and the target VI is exported.

 

Look under the project settings to enable the VI serve and set the port of same.

 

There are also two ini tokens needed in the exe startup to enable VI serve in the ini.

 

They are not included after running the build ( do not ask me why!).

 

server.tcp.enabled=True
server.tcp.port=3364

 

Ben 

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 2
(1,905 Views)