LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Http Server

There is a way to have the Http Server of Labview in application version tu
run with the runtime engine? Or if i can compile the http server vi...where
to found it and I must include wich other vis!?

thanks
Eric Poirier
0 Kudos
Message 1 of 3
(2,670 Views)
Attached are two file that would make this eaiser.

Add "LaunchPad.vi" as a top level VI.
Add "HTT Dynamic VIs.vi" as dynamic VI.
Choose VI Setting tab and choose Edit Build Settings for srvr_00.vi through srvr_07.vi....set Remove Panel=NO
Build the app.
Copy internet folder from LV to application directory (where exe resides) create a "vi.lib" folder in exe directory. create an "addons" folder in the "vi.lib" folder
create an "internet" subdirectory in the addons folder (i.e. :/temp/app/Vi.lib/addons/internet)
copy the "http","image","url" and "utils" directories from "internet" folder that is in LabVIEW directory to the internet folder in the exe directory.
You might have to change srm.cfg file to specify correct document root.

Good luck
A Rafiq
National
Instruments
http://www.ni.com/ask
Download All
0 Kudos
Message 2 of 3
(2,670 Views)
Thanks, but I need to know if I have to install LabVIEW to excute the
server...because I want to have the HTTP server fully operationnal only by
Run-Time

Eric
0 Kudos
Message 3 of 3
(2,670 Views)