03-15-2016 05:42 AM
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?
03-15-2016 06:38 AM - edited 03-15-2016 06:38 AM
I run it and get 3 tabs in my mozilla. No errors
03-15-2016 07:07 AM
03-16-2016 04:47 AM
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?
03-17-2016 12:56 AM
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.