LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP GET.vi with Windows 11

I have a VI that gets a web page from the web server of a temperature sensor and then parses it to get the temperature. It's a very simple thing (see attached VI testGET.vi). We've been using it with Windows 7 for many years. I tried to use the same code with Windows 11, and it doesn't work - I get error 58 (The network function is not supported by the system). The sensor's web server works fine - I can get there with a browser. So out of desperation I revised the VI to use WGET, and it works (see attached VI testGETwget.vi). So something is tripping up GET.vi, and I can't figure out what. 

Download All
0 Kudos
Message 1 of 2
(130 Views)

Hello gmand,

I tried to put "https://www.ni.com/en.html" in testGET.vi and it worked - no error, HTML was loaded. Can you try running the GET function on another LabVIEW environment? Maybe it's an update issue (I used LV 2024 Q3 win11). Can you also try the GET function for a generic website?

Also, I found this link - in this case the issue was a blank character in the URL constant. 

You didn't mention bluetooth, but I hope this article: Communicating with Bluetooth Devices in LabVIEW - NI can help when you try more options.

 

Let me know how it goes!

 

Messenger2

Messenger2

If someone's answer helped you find a solution or provided insight into an issue, the best way to show your appreciation and acknowledgement is by giving them a kudo or marking their reply as a solution.
0 Kudos
Message 2 of 2
(40 Views)