From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Transfert between Labview and HTML page

Is it possible to transfert data between LABVIEW and a HTML page without using a java applet?
Is Labview including this possibility?
The aim is to pilot a system via internet with a html page.
0 Kudos
Message 1 of 2
(2,509 Views)
Hi Mat,

LabVIEW CGI is the best solution for that. I know that you can build ActiveX controls (in Visual Basic) that talk to labVIEW. But LabVIEW CGI is the easiest way of doing that. You should have some knowledge of HTML inorder to work with LabVIEW CGI.

Also note that in order to have the LabVIEW CGI capability you should have Internet Toolkit for LabVIEW (available from NI). For more information
http://www.ni.com/labview/internet/
The examples that ship with the toolkit should get you started on it. LabVIEW CGI VIs would allow you to execute VI from web browser and get results back in web browser in form of HTML page.

Hope this helps,

A Rafiq
National Instruments
Hope this help.
Message 2 of 2
(2,509 Views)