02-09-2018 07:45 AM - edited 02-09-2018 07:59 AM
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..
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
02-12-2018 11:02 AM - last edited on 01-13-2025 08:58 AM by Content Cleaner
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
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".
02-13-2018 07:05 AM
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
02-20-2018 04:39 AM
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...