LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sending live data to a www address

I have a data acquistion VI running 24hrs/day. I would like to be able to view the panel over the internet at a specified web address(eg. www.mydata.com) and have the panel refresh every 10 seconds. What would be the easiest way to do this with LabVIEW 6i. Any response is greately appreciated.
0 Kudos
Message 1 of 2
(2,520 Views)
If you're not going to try to control the VI over the web, probably the easiest way to do this is to enable the Web Server that is built in to 6i, permit users to see it, and then use the .monitor? command to view it from a browser. You can set the refresh rate to 10 seconds with no problem. I'd go to www.ni.com and do a search on labview and web server. There is documentation on exactly how to set this up.

Good luck,

Mark
Message 2 of 2
(2,520 Views)