10-10-2013 09:15 AM
Hello everybody, I got a new problem with labview remote front panel control.
With this tutorial http://www.ni.com/white-paper/4867/en I published my web page of my labview program.
However when I try to open the web page with the URL http://it08004.git.local:8080/myUDP9.8.html it shows HTTP 404
not found, when I use the html file generated in my www folder, the web page is open with an empty front panel saying
invalid server IP address. I noticed that in the tutorial the URL he generated is like AE-AWOODER.amer.corp.natinst.com/vi name,
but mine is ...local:8080. Would that be the cause of an invalid IP? How could I generate a correct IP address?
Thanks
10-10-2013 09:25 AM
Do you have a webserver running, and is that particular webpage in the root directory on it? Usually when you want to look at a webpage on your own computer, the address is http://localhost/(name of page).
Cameron
10-10-2013 09:48 AM
Hi Cameron. I'm not sure about the web server you meant, did you mean my running vi?
Chao
10-10-2013 10:03 AM
@jcraffael wrote:
Hi Cameron. I'm not sure about the web server you meant, did you mean my running vi?
Chao
No, the web server. You said you worked through the tutorial in the whitepaper you linked to above. It tells exactly how to do it in there, I followed it without any problems (except it said I needed to install a plugin for Firefox, but I didn't do it because I really didn't want to run the VI I picked).
Cameron