Description
Description-Separate-1Overview
LabVIEW Web services allow you to run Embedded Server Pages (ESP) scripts that generate dynamic content, such as an HTML interface, on the LabVIEW Web Server. ESP is a scripting language created by MbedThis and supported by the LabVIEW Web Server. ESP has a similar structure and functionality as Javascript.
Creating ESP Scripts
ESP scripting works with the LabVIEW Web Server architecture. The white paper PDF attached above provides information about how ESP scripting works and how to create ESP scripts.
Using ESP Scripts in a Web Service (Example)
The following example project demonstrates ESP scripts in a LabVIEW Web Service. The labview_esp_demo.zip, attached above, provides a LabVIEW project.
Related LabVIEW Web Services Documents on ni.com
Introduction to LabVIEW Web Services
How to get started with server-side Web services in LabVIEW 8.6 or later
LabVIEW Web Services Online FAQ/White Paper
Additional information and answers about the new LabVIEW Web services feature.
LabVIEW Web Services Security
Additional information on securing your Web service.
Description-Separate-2