LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

access webpage programatically

Solved!
Go to solution

 I have to access an Ethernet Switch Web page to enable certain settings but I have to do this programatically as my application is used in a manufacturing environment.  Any ideas how can I do this.  I was able to read the page with DataSocket Read but I don't know how to send data to the page.  Any help will be greatly appreciated.

 

Thanks 

0 Kudos
Message 1 of 2
(2,775 Views)
Solution
Accepted by topic author nelg87

Hi nelg87,

      ActiveX and the "DOM" are the only way I know of to programmatically manipulate web-pages - here's a related link with some attachments that may help. 

 

If you run into a snag, perhaps the switch supports another control interface, such as SNMP(?)

 

Cheers!

    

"Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)
0 Kudos
Message 2 of 2
(2,735 Views)