LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

[Help] How to call on VI via G Webservice on a computer with LabVIEW runtime

Hello,

 

I have been developing tools and scripts via labview and I was told that I need to make these scripts work for runtime environment.

 

I have a liscenced developement labview on this computer but the computer the scripts will reside at will have runtime only.

 

I am confused as to how a I to handle this: Should I compile my vi's or can runtime handle running uncompiled vi's? what kind of compilation? what features just runtime not have compared to developement environment? Etc.

 

Any thoughts/suggestions?

 

Thank you,

 

Mohamed Khelifi

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

You will need to build the application into a .exe file.  In order to run any .vi files you need to have Labview installed on the machine.  But you only need the run time engine to run the .exe files.

Jacob K
0 Kudos
Message 2 of 2
(2,231 Views)