An open API service indexing awesome lists of open source software.

https://github.com/a-mhamdi/web-service-labview

Numeric computations in LabVIEW through a web interface
https://github.com/a-mhamdi/web-service-labview

labview national-instruments web-service

Last synced: 4 months ago
JSON representation

Numeric computations in LabVIEW through a web interface

Awesome Lists containing this project

README

          

# Web Service using LabVIEW

![LabVIEW Logo](ni_labview_logo.svg)

## Description

This document provides a `LabVIEW` program that allows you to send two numbers and the operation to be performed to a web server. The server will respond with a result message that will be displayed on the web browser.

## Results

The following image shows the web browser interface of the application.

![Front End](imgs/browser.png)

The following image shows the corresponding `LabVIEW` program.

![Back End](imgs/labview.png)