Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Publishing VIs on the Web

hi,
 
i have a problem in publishing VIs on the web.
 
can u give me steps to do so.
 
thanks
0 Kudos
Message 1 of 6
(3,203 Views)

Hi,

this link should give the info you seek

http://zone.ni.com/reference/en-XX/help/lv/71/lvhelp/Creating_HTML_Documents_an/

Regards

Dev

 

0 Kudos
Message 2 of 6
(3,195 Views)
Thank devchander
 
i saw this page..
 
but my problem is that I should collect the data using DAQ from the electrical feeder and connect it to the PC that has the program. So do I have to  put the program in the server on the web  if it is like that, how I run the program ??  
 
thanx
0 Kudos
Message 3 of 6
(3,189 Views)
Creating a remote front panel for a LabVIEW application will allow a user to view and control the VI from a web browser. The VI itself will run on the host computer, but it will read data from and write data to the web server which hosts the web page. If you have specified for your VI under VI Properties >> Window Appearance that the Run button should be visible, then viewers of the remote front panel will have the ability to run the VI if it is not already running, since they will see the run button on the web page. The VI only has to be open (i.e. loaded into memory) to be viewed from the remote front panel.
 
If I were you, I would create a very simple VI for test purposes only and go through the steps in the document linked above. It's really a short process, and this would allow you to play around with it and see what it can do. I hope this helps!
Jarrod S.
National Instruments
0 Kudos
Message 4 of 6
(3,173 Views)
Hi Jarrod S.
 
thank u for you help
 
but how do I create a remote front panel for a LabVIEW application??
 
I did what u told me but I got page in my computer and it gave me this link to accesses the remote panel.
 
this page is http://personal-x541xk/phase%203.htm  which personal-x541xk is my computer's name
 
I tried to change this page to my  web server which hosts the web page but I could not. 😞
 
can u help me ??
 
thanx
0 Kudos
Message 5 of 6
(3,155 Views)
hi hmd,
 
I'm not sure what you mean when you say you tried to change the web page to your server. Did you move the hmtl file that was created in your LabVIEW x.x\www\ directory to your server? What did you do exactly?
 
In any case the web page will have to be hosted by a computer running LabVIEW that has your VI loaded into memory. If you have a web site hosted by another web server, and you want people to be able to view your LabVIEW remote panel from that site, then you should link the address that LabVIEW provided (http://computername/phase%203.htm) from your main site or display it in a subpanel of your website.
 
I hope this explains a little.
Jarrod S.
National Instruments
0 Kudos
Message 6 of 6
(3,147 Views)