09-29-2009 02:09 AM - edited 09-29-2009 02:10 AM
Hi,
I am trying to set up a remote front panel for a single VI with two web pages.
I built the web pages following these instructions:
http://digital.ni.com/public.nsf/allkb/7FEE6BCFD264175C8625723E000D928E
I want one web page to allow the user to control the VI (gcd.html), and the other web page to only allow the user to view the VI (test.html). They do not need to be able to view the VI at the same time.
The reason I want to do this is because the VI is running on a real time system, so I can only embed the VI in the web page.
http://digital.ni.com/public.nsf/websearch/B70B959BF294570786256D0A006A34A7?OpenDocument
I have set up the Browser access list as follows:
* allow viewing and controlling
test.html allow viewing only
Those settings are based on the information on this web page:
http://zone.ni.com/reference/en-XX/help/371361F-01/lvhowto/syntax_for_browser_address/
Any help would be greatly appreciated.
Cheers,
Brett
09-30-2009 02:33 PM
09-30-2009 05:58 PM
I can connect to both pages, but am unable to prevent the test.html page from taking control of the VI. I want test.html to view only.
gcd.html is able to connect to the VI and takes control as expected.
So is there a way to do what I want to do, which is allow one web page to view only and one web page to control for a real time VI?