02-27-2008 09:47 AM
02-28-2008
10:06 AM
- last edited on
10-02-2025
10:11 AM
by
Content Cleaner
Maybe i am not being clear on this.
I can connect to the web server and use a remore panel if I am on the same LAN as the server.
I can connect to the web server through the internet, as I get the html portion, but I get the error Server does not support Remote Panels.
So searching I came up with https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P9zJSAS&l=en-US
Problem: When connecting to a remote front panel, I received the following error:
"Server does not support Remote Panels"
How do I resolve this error?
Solution: There are three main reasons you can receive this error:
1> I do have LV 8.5 Full Dev.
2> I am using the LV web server
3> What changes do I have to beg and plead our IT department to make in the firewall settings to allow the VI information to be passed?
02-29-2008
01:18 AM
- last edited on
10-02-2025
10:09 AM
by
Content Cleaner
The following knowledgebase may help in resolving this problem! It contains step by step instructions on setting up Remote Front Panels.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019KtcSAE&l=en-US
I hope this helps!
02-29-2008
09:48 AM
- last edited on
10-02-2025
10:10 AM
by
Content Cleaner
Thanks, That is pretty much howI have it set up.
The problem is our company firewall is blocking the Labview.
Problem 3 found on https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P9zJSAS&l=en-US
3. The Ethernet communication of the actual VI is being blocked by a firewall. Some firewalls are set to allow only http communication so you will see the header for the remote front panel, but when the LabVIEW Web Server starts sending the VI information, it is blocked. Contact your IT administrator to reconfigure the firewall.
This was confermed this morning by using a connection that was ouside the corperate firewall. Using a non firewalled connection allowed the remopte panel to be displayed and interacted with correctly.
You can view it here yourself http://24.17.167.105/webdemo.html
Now I need to know exactly what to tell our IT department. I can not just go in and just say "reconfigure the firewall", I need to give them a little more information.
02-29-2008
03:58 PM
- last edited on
10-02-2025
10:11 AM
by
Content Cleaner
The LabVIEW webserver only uses port 80. Sometimes only HTTP packets are allowed on port 80. You need to tell your IT department to allow packets other than HTTP also to be received on Port 80.
Please refer to the following link for more information:
http://digital.ni.com/public.nsf/allkb/379E5C57148D877586256D6000632A3F?OpenDocument
I hope this helps!