01-31-2013 04:41 AM
Hi;
How to programmatically add new Visible VIs in Tools->Option->Web Server as desribed in here?
01-31-2013 10:04 AM
There's an application property that looks like it can set that for you. Look under App->Server->VI Access List.
Mike...
01-31-2013 10:47 AM
Thanks Mike. Please download the attachment and unzip the file. First, run the Poll Connection.vi and then run RP_Main.vi. "RP_Main.vi" will automatically be added to the VI Acess List in the web server (Tools->Option->Web Server->VI Access List)
There are a few issues here.
1. When I tried to run the VI from web browser, I got error "Client does not have access to specified VI". I have to add "*" in the VI access List in order to give access to RP_Main.vi. Why I got this error since I already add the "RP_Main.vi" in the VI Access List?
2. I tried to add "Remote Panel Test.lvproj/My Computer/RP_Main.vi" in the VI Access List as described in this article, but got error "1" in "Add VI Connections.vi. Why is this happen?
Once again, thanks a lot.