01-23-2012 07:16 AM
I am trying to post my graphical results generated on Labview to an external source eg, a web server? I was hoping it was possible to have the webpage outputting the graph as a stream/image at time steps..?
Any help would be great.
Thanks!!
01-23-2012 08:06 AM
You can publish your LabVIEW front panel showing graph & data with the help web publish tool, which you find under Tools >>> Web Publish Tool in LabVIEW.
Another way to stream your data through network shared variable, make your application as web service and make web page to recevice that data and show on the web page.