From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

launch EXE application using HTTP

Solved!
Go to solution

Hi All,,

 

Is there a way to launch a LabVIEW EXE via HTTP protocol?

 

Currently I am using ActiveX to launch the EXE from other programming languages lile VC++ or Python but as I now have to port my application to Mac, I wonder if there's a solution to the problem which is platform agnostic.

 

Thanks,

Ritesh

0 Kudos
Message 1 of 3
(2,392 Views)
Solution
Accepted by LVCoder

Hi Ritesh,

 

isn't it the easiest solution to call a LV EXE from the command line? That should work in each environment…

Best regards,
GerdW


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

@GerdW wrote:

Hi Ritesh,

 

isn't it the easiest solution to call a LV EXE from the command line? That should work in each environment…


It defnitely is. Thanks!

0 Kudos
Message 3 of 3
(2,355 Views)