02-14-2006 05:20 PM
02-14-2006 11:20 PM
I found it works if I set Web Server:Browser Access to all and Web Server:Visible Vi to all instead of the IP address of my PC and the VI's name whose front panel I want to view.
Why?
02-16-2006 08:10 AM
It seems more likely to me to be a problem with the VI than with the machine name / IP address, but I'd suggest starting by isolating this. Allow access to all VIs but only the local machine. Does that work? Try all machines but just the specific VI. Does that work?
I believe the VI name is case sensitive and if it is in a library, must contain the fully-qualified VI name (which is "library name":"vi name"). For example if you had a Test.vi as part of test.lvlib, the fully qualified name would be:
test.lvlib:Test.vi
As far as the IP address goes, does it work if you type "localhost" in? What about using "127.0.0.1"? If those both work, the actual external IP address of that same machine still doesn't work? If that's the case, I'm a bit out of my realm of expertise...
Hope this helps!
02-16-2006 01:25 PM