LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

web publication tool

hi,
 
    i want to control my front panel on a remote system using a web publication tool. but my company had blocked the ftp port so that we ever i open my web page of the front panel it shows that the IP server address is invalid. so when i viewed the html code i saw that it needs to connect to ni through a ftp port. is there any way that i can use not throught the internet but throught the intranet.
0 Kudos
Message 1 of 2
(2,202 Views)
Hello sri496,

If you have a server running on a local machine, have you tried editing your HTML document and adding a line that specifies the IP address of your machine:

PARAM name="server" value="http://your server name here"

If you are trying to use a third party web server to manage the remote front panels, you will need to redirect the users to access the remote front panels on the machine running the LabVIEW web server as mentioned in the following KnowledgeBase: Can I Use a Third-Party Web Server with LabVIEW Remote Front Panels? 

Definitely let me know how this goes.  Thanks again!
0 Kudos
Message 2 of 2
(2,171 Views)