LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing a webpage with labview

I need to access a device through its website, by accessing https://device_ip/ through internet explore.  When i get into the website, I need to do the following.

 

1. Click a link to access next page.

2. enter user name and password when a pop-up dialog shows up and click ok.

3. edit some text on the site and click send.

 

How do I do that in LabVIEW?  I have the internet toolkit, FYI.

 

Thanks!

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

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

It looks like the http client palatte has both secure and unsecure login options- Haven't used them but I bet they work


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 4
(2,817 Views)

You indicated IE, so you must be running Windows. Is it adequate in your case to simply place an IE ActiveX Control on the VI's front panel? Then it would be no different than pulling up IE.

 

Or, are you trying to automate the entering of the username and password, edit, and clicking of the send? Both of those are basically POST actions (though the latter could be a GET), so you could just do that as well. Examples have been posted on doing POST and GET operations.

0 Kudos
Message 3 of 4
(2,803 Views)

Hello, jyang!

 

Did you get this to work for you?

Will Hilzinger | Switch Product Support Engineer | National Instruments
0 Kudos
Message 4 of 4
(2,776 Views)