LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Web2.0 UIs with LabVIEW

 
 

Download, ajax_sample.zip

Unzip and copy the ajax_text.htm, diagram.js files to the following folder, <LabVIEW 8.x.x>\www\


Download, mycgi.vi
Copy the mycgi.vi to the following folder, <LabVIEW 8.x.x>\www\cgi-bin\
 
 


now, start the G-Webserver ane surf the following link, http://localhost/ajax_test.htm

This approach takes less band-width for transfering the information across the web. so, Controlling/monitoring the application through the web at low-bandwidth is possible.. No image tranfers. No need to install LabVIEW runtime at client side.

All the presentation part is done using client-side javascripts. LabVIEW just passes the result data through the CGI.
 
 
Best regards
Siva
sivamgr@gmail.com
Download All
0 Kudos
Message 1 of 2
(3,141 Views)
Dear Siva,

we did nearly the same in LV 4.0 times where the G Webserver was not integrated into LV. The only difference is that we used a java applet instead of javascript. It was running fine with Netscape 3 and Internet Explorer 4 on Win NT 4 machines.
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 2 of 2
(3,097 Views)