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: 

Labview interface for HTML web server

I need to interface an embedded microprocessor running as a web server via HTML to Labview. Specifically the LabView application needs to send the microprocessor commands and receive it's responses via HTML. Has anyone done this before - any ideas?
0 Kudos
Message 1 of 3
(2,459 Views)
Just an idea - you might check out the TCP functions on the Communications subpalette. They should allow you to communicate to and from the standard HTTP port on your web server. Disclaimer: this is how I would start it. I have not done anything like it before.

2 cents
0 Kudos
Message 2 of 3
(2,459 Views)
bnheather,

You may want to look at the LabVIEW Internet Toolset. This toolset includes HTML VIs for reading and sending HTML documents. Get more information here.

Randy Hoskin
Applications Engineer
National Instruments
http://www.ni.com/ask
0 Kudos
Message 3 of 3
(2,459 Views)