LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer data from web to LabVIEW

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. 

0 Kudos
Message 1 of 2
(2,373 Views)

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: http://digital.ni.com/public.nsf/allkb/89171CEC879A70A3862572950057ACC6

 

Or you can use GET.vi in LabVIEW (use quick drop to search for that VI): http://zone.ni.com/reference/en-XX/help/371361H-01/lvcomm/http_client_get/

 

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

Learning new things everyday...
0 Kudos
Message 2 of 2
(2,312 Views)