09-15-2015 10:10 PM
hey guys,
I have my labview application developed which reads data from a IMU unit and displays data in a graph. I wish to make it a web application and so I need help with creating the client side software using html, javascript which displays the front panel on the browser.
How to create a graph in html that looks like a waveform chart in labview
How to dynmically update changes in the Graph values
Is there a reference/ source for creating html,javascript code for creating front panel elements on the browser
I would really appreciate the help
Cheers
09-17-2015 04:49 AM
Hi GoKu25,
here is a great tutorial as a starting point!
Community: Getting Started Series | Simple JavaScript and HTML with LabVIEW Web Services - National Instruments
https://decibel.ni.com/content/docs/DOC-41659
Best regards,
Peter
09-17-2015 05:11 AM
I also suggest you check out the links in my signature about using WebSockets for data transfer between a browser and a LabVIEW application with much lower latency than is possible with web services!