LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

internet access

Hello,
I have a project in which I have to access the internet through LabView and download some data from a specific site. Is there any readymade VI accessing the net? I am using LV8.
Prasun
0 Kudos
Message 1 of 3
(2,704 Views)
Hi Prasun,
I did it with an external program, wget.exe. It's freeware, you can use it with the "system exec.vi".
Greets, Dave
Greets, Dave
0 Kudos
Message 2 of 3
(2,687 Views)
Use the datasocket read function. It supports http, ftp, dstp, etc.
 
Have a look at the shipping example DS Reader.vi. Good luck!
Message 3 of 3
(2,683 Views)