LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing an intranet web address through LabView

Hello,

 

Our users need to be able to access an intranet SharePoint site through our LabView application. Basically we just need to add a button to a main form that will take the user to the web address associated with the SharePoint site to initiate change/bugfix requests.  Sample VIs appreciated.

 

Thanks for your help--Nina

0 Kudos
Message 1 of 3
(2,438 Views)

Just use System Exec.vi to execute a command that contains the URL.  The URL will then open in the default web browser.

 

Or do you want the browser embedded within your VI panel?

http://www.medicollector.com
0 Kudos
Message 2 of 3
(2,431 Views)

Open URL in Default Browser VI

Chris
Certified LabVIEW Architect
Certified TestStand Architect
0 Kudos
Message 3 of 3
(2,402 Views)