LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Web server and remote vi trouble

Hi to all,

after reading this :

http://zone.ni.com/reference/en-XX/help/371361B-01/lvhowto/embed_vi_in_html_doc/

Seem possible to have a Central Labview Web server where all Html pages are stored, each page have an object that point to a remote VI (located on a remote machine).

I tried to set up the parameters in HTML OBJECT as described, but don't work.
In red is the code that i have added/modified

...
<PARAM name="LVFPPVINAME" value="test.vi">
<PARAM name="IPADDRESS" value="http://192.168.1.100">
<EMBED src="http://192.168.1.100/.LV_FrontPanelProtocol.rpvi82" LVFPPVINAME="test.vi"  IPADDRESS="http://192.168.1.100" TYPE="application/x-labviewrpvi82" WIDTH=x HEIGHT=x PLUGINSPAGE="http://digital.ni.com/express.nsf/express?openagent&code=ex3e33&"></EMBED>
</OBJECT>


Any suggestion?


Both my computer have  LabVIEW Professional Development System 8.2

Thanks
Daniele






Message Edited by derusc on 11-20-2007 04:27 PM
0 Kudos
Message 1 of 2
(2,512 Views)

Hi,

the dev zone document says that if you already have an HTML document, you can embed a VI in the HTML document so a client computer can view and control the front panel of the VI in a browser. It doesn't speak about store multiple html pages in web server. So maybe you are not refering to the right document. I don't think that you can manage multiple html pages from LabVIEW.

Clara

 

 

0 Kudos
Message 2 of 2
(2,450 Views)