LabVIEW Web Services - Web App

This post is part of the LabVIEW Web Services Series, which covers topics from install LabVIEW to creating an AJAX web app powered by LabVIEW.

Previously I wrote about RESTful Web Services in LabVIEW and HTML/CSS Slider. By combining these two post I created a Web App powered by LabVIEW.

jQuery POST and GET commands were added to the HTML/CSS Slider example. The POST command calls the update.vi and the GET command calls the read.vi from the RESTful example. Now anytime the LabVIEW slider in main.vi is updated the HTML/CSS slider is updated as well. Also anytime the HTML/CSS slider is updated, the LabVIEW slider is updated.

Checkout the video demonstration on youtube

Download the LabVIEW Code

Read More