03-26-2025 03:05 PM - edited 03-26-2025 03:06 PM
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.
04-15-2025 06:28 AM
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