Hi,
In LV6.1, I have built an application (.exe) and want to monitor and control it through an HTML page.
There is not any problem when I connect my computer with labview server to internet directly. but in the practical case the labview server is on one the interior machines of a LAN network which connects to internet by its gateway.
So I have defined all the port forwarding rules for the LAN.
I think the problem is about the HTML code itself.
Because when i want to connect to my application from outside, the web browser finds the page, shows its title and texts, but while the panel is downloading i face with this error:
Error: Could not find LVFPPVINAME parameter in the OBJECT/EMBED tag.
I'm sure that the problem i
s not related to the network. It is something about HTML page code itself.
but I don't have any knowledge on HTML.
Can anyone help me?Thnak you in advance.