LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Web control

Hi all,

 

Is there a way to write a program in labview that will access a website, sign into an accout, select some options, and grap some information from the website automatically?  

 

 

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 1 of 2
(2,187 Views)

Short answer is yes. This will require some knowledge of the HTTP Protocol and how the target web site is organized.

 

Connect to the target web site with TCP/IP. Use HTTP POST and HTTP GET methods to send and fetch from the site. 

 

The HTTP Client Vis may provide enough functionality to do what you want. If not, you can form the queries with the TCP/IP primitives and strings. Refer to the World Wide Web Consortium Web site atwww.w3.org for more information about HTTP method definitions. There are some examples on the NI web site.

 

JohnCS

0 Kudos
Message 2 of 2
(2,176 Views)