11-13-2013 03:47 PM
Hello all,
I am trying to get the data from this particular url : http://api.openweathermap.org/data/2.5/weather?q=London&mode=xml
I have no problem to parse it directly from a .xml or in xml chain. But I can't read the data directly from labview or even save the file at the url under a .xml.
I already looked for the example like read http website and other but didn't succeed to adapt to my url.
If any of you can help me
thank you
Solved! Go to Solution.
11-14-2013 01:14 AM
Both of these seem to work just fine here in LV 2011:
Note that the second one will require adding Datasocket support if you're building an installer and that the HTTP client VIs were only added around 2011.
11-16-2013 09:01 AM
Thanks a lot it works just fine. It seems I did my research the wrong way.
I'll take the first one for it's sufficient for what I intend to do (just getting the data).
Thanks again.