LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Open multiple URL

I am using the attached vi to open three urls but on execution only two urls are opening.

 

Can anyone tell me what is the error?

 

0 Kudos
Message 1 of 5
(3,179 Views)

I run it and get 3 tabs in my mozilla. No errors

0 Kudos
Message 2 of 5
(3,160 Views)
Spoiler
Oh yes.It was not opening on Microsoft edge.


0 Kudos
Message 3 of 5
(3,153 Views)

Now I want each URL to open one after the other ie.I open one URL and close it and that is when the second url should open.Only on closing the second,should the third be opened.

 

How can I code this sequence in labview?

0 Kudos
Message 4 of 5
(3,128 Views)

Dear Anusha,

 

We are able to open the all the 3 URL's in sequence as designed in the  code. If you want the second url to get opened after certain time then there is an option of using time delay and flat sequencing together.

 

But your requirement says 1st URL need to be closed  in the browser and this need to be detected by labview. For this logic there is no ready VI available .

You may need to build you own VI meeting to this application .

 

Option 2:- You can use Data socketing and here you can open /close urls and build logic as per your requirement.Below links are for your reference .You can also go through the example codes on how to use data socketing.

 

http://digital.ni.com/public.nsf/allkb/D8EDE05A6EA0500A862569AF00721989

http://zone.ni.com/reference/en-XX/help/371361L-01/lvhowto/openclose_ds_conct_prog/

 

 

 

Regards,

M.Kishan,

AE team,

NI India.

 

 

0 Kudos
Message 5 of 5
(3,094 Views)