01-07-2010 06:23 AM
Hi all
First of all, sorry if my English is not correct
I want to publish a VI in Internet, to view it in any PC, PDA, mobile phone, etc. I did it, but it can only be viewed in a local area conection. I've changed all the LabVIEW WebServer options, and created a WebServer (RESTful) in my project, but it doesn't work.
Any solution to my problem?
Thank you!
Solved! Go to Solution.
01-07-2010 07:13 AM
Do you mean: the .vi file is not even visible outside your lan?
Or do you get some runtime error while executing from outside?
Is it a .vi, or a compiled .exe, or what?
Please add some details!
01-07-2010 07:42 AM
01-07-2010 08:34 AM
But when I use the Web Publishing Tool, the URL provided by LabVIEW is a local direction instead of an IP address. I don't know how can I obtain this IP address.
LabVIEW gives me this address:
http://Pedro-PC/SCADA_pdb.lvproj_My%20Computer_Panel.html
and I need to change Pedro-PC (local address) to an IP address
01-07-2010 08:39 AM - edited 01-07-2010 08:40 AM
01-07-2010 09:07 AM - edited 01-07-2010 09:08 AM
Correct.
Maybe in your LAN there is a server that can be accessed from outside: you'll probably prefer to save your VI there (and change the name of your PC with the name/IP address of the server).
Otherwise, you may save your VI on an external hosting server.
01-07-2010 10:27 AM
ok
I'll try your solution
I hope it works!!
thanks for the solution