LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I need to control a web browser from LabVIEW

Solved!
Go to solution

I have a customer who wants an application that does the following:

  1. Requires the operator to enter in a serial number (SN) of the product under test.
    • This is Finished
  2. Check a database to confirm that the SN has passed all required tests.
    • This is Finished
  3. Open up internet explorer to the portal or control the portal from within LabVIEW.
    • This is Finished, I can handle it two ways either use a batch file to open up windows explorer or use SHDocVw.IWedBrowser2 to access it.
  4. Automatically enter in the SN and only that SN in to the portal.
    • This is where I am lost
  5. After 90 seconds close out the window and display a timeout.
    • This is Finished

This program is 85% complete, but I am quite lost on this. Can anyone give me some pointers?

0 Kudos
Message 1 of 3
(3,586 Views)
Check if it helps : Taking Your Measurements to the Web with LabVIEW : http://www.ni.com/white-paper/2911/en/
Thanks
uday
0 Kudos
Message 2 of 3
(3,573 Views)
Solution
Accepted by topic author Shadowfeld
may be it could help you to find answer faster
https://decibel.ni.com/content/docs/DOC-4494#comment-18380
Message 3 of 3
(3,567 Views)