LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why do we use open URL in default browser function? What are the uses of it?

Why do we use "open URL in default browser" function?  What are the uses of it?

0 Kudos
Message 1 of 9
(2,730 Views)
To view a web page. What is confusing?
0 Kudos
Message 2 of 9
(2,722 Views)

Is the default browser the front panel?

0 Kudos
Message 3 of 9
(2,693 Views)

Hi kdm7,

 

This VI will open URL you specify in your default browser.

For example, you specify URL as www.ni.com and your default web browser is internet explorer.

Once you run the VI, It will open internet explorer and access www.ni.com.

 

Best regards,

TuiTui

0 Kudos
Message 4 of 9
(2,680 Views)

Okay.

 

So can we keep a web button to access the www.ni.com ? So that web site opens only when button pressed?

 

P.S  I,m a newbie.

0 Kudos
Message 5 of 9
(2,667 Views)
You can open any web site you want.
0 Kudos
Message 6 of 9
(2,655 Views)

Hi Kdm7,

 

Yes you can create your own logic to do that. You might interest in case structure or event structure.

Below are some links for you to look through

http://zone.ni.com/reference/en-XX/help/371361K-01/glang/case_structure/    ---- Case structure

http://www.ni.com/white-paper/3331/en/           ---- Event structure

 

Best regards,

TuiTui

0 Kudos
Message 7 of 9
(2,630 Views)

@kdm7 wrote:

Okay.

 

So can we keep a web button to access the www.ni.com ? So that web site opens only when button pressed?

 

P.S  I,m a newbie.


Yes, you can also, e.g. include a help file or manual as html and open that in the browser.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 8 of 9
(2,610 Views)

Hi i am working in a project where i have sevral URL to be executed one by one. I am using open url in default browser to execute it but each time i execut one a new window is opened . the question is how can i execute all this url in the window and the same tab

 

cordially

M.safeouene

0 Kudos
Message 9 of 9
(2,426 Views)