LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP GET

Dear LabView users.

 

I am trying to control a customer equipment remotely using LabView.

I was able to check the functionality using putty. it's on Ethernet, address 192.168.168.1 port 80, RAW.

In the print screen under is a simple function to report the temperature - it works..

 

putty.jpg

 

I would like to perform same task in LabView, if possible using TCP functions, other basic LabView options from "data communication" or "connectivity" panel.

 

I already googled "LabView HTTP GET example" and tried anything that poped out - nothing worked...

 

Please Help

Andrei

 

0 Kudos
Message 1 of 4
(5,378 Views)

Hey Andrei,

 

If you are wishing to use the HTTP protocol to send and receive data through web services, here are a few resources to get started with how it works in LabVIEW:

 

Tutorial: Creating and Accessing a LabVIEW Web Service

 

LabVIEW Web Services FAQ

 

In addition, within LabVIEW there is a fully built example of transferring data over HTTP in the NI Example Finder. To get there go to Help Find Examples. If you search "http" in the search bar the example is called "Web Services - Weather Monitor".

Kevin T.
Applications Engineering
National Instruments
0 Kudos
Message 2 of 4
(5,297 Views)

Thank you Kevin. I had a look at the mentioned resources. It seems a lot of work 🙂

 

Meanwhile I used Easy HTTP, it's great, works out of the box, too bad I can't see the code behind 😞

 

Best regards,

 

Andrei

0 Kudos
Message 3 of 4
(5,274 Views)

Sir even i encountered the same  problem. I have gone through  all references. The body of web page is not read in the format we can read. I need help... 

0 Kudos
Message 4 of 4
(5,233 Views)