02-20-2014 06:09 AM
Greeting
To progress my research I need access to weather forecasting data. Would you please let me know about any functionality which could let me access this data easier and faster? In other words, I need to read data from website information source and transfer it to lab view program space.
02-24-2014
07:52 PM
- last edited on
11-06-2024
05:09 PM
by
Content Cleaner
Hi reza1361,
I could suggest you serveral ways to extract data from a website such as a weather forecast. One is by using data socket as mentioned in this link: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YHypCAG&l=en-US
Or you can use GET.vi in LabVIEW (use quick drop to search for that VI): https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/vi-lib/httpclient/get-vi.html
After you get the data in string, you'll need to use Match Pattern.vi to parse the usefull data out from that long string results.
I'll leave the rest to you to try out.
Warmest regards,
Lennard.C