LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview and remote DAQ via website, best method?

For my Univsersity project i need to set up a remote DAQ that can be fully controlled via the internet by anyone with a java-enabled browser. i'm just starting out and don't know the best way to go about doing this. I don't have the internet developers toolkit, but i have already setup the DAQ locally.
Any help would be greatly apprieciated.

Brad
0 Kudos
Message 1 of 3
(2,774 Views)
Well first of all there are many tools available that let you do that.

1)If you have NIDAQ installed on two machines on the network. you can add the DAQ device on a remote machine as a virtual device. Its just like mapping network printers and sharing drives over network. What happens is that DAQ board shows up in MAX(Measurement & Automation Explorer) of a remote machine. Thats allows you to use the board over the network BUT not in web browser.

2)This would be easier if you had internet toolkit for labview. Using LabVIEW CGIs, you would have done that. End result would be like a web page, you specify the channel and device number and CGI gets you the data in webpage from the web server that has DAQ board installed.

3)Create ActiveX control using Visual basic, and h
ave that ActiveX control embedded in webpage and communicate to DAQ machine using DataSocket.

4)Write CGI in C and call DAQ C API to execute the DAQ program on server and get data back.

I have little idea as to how go about doing it in JAVA. The hard part i think is how would you interface JAVA with DAQ board???

A Rafiq
National Instruments
http://www.ni.com/ask
0 Kudos
Message 2 of 3
(2,774 Views)
Hi,

I don not know exactly how I can help you, but to setup a Remote Data Acquisition System you run the RDA server on the remote computer and define the bord on your localhost using Measurement and Automation Explorer.
And here is a problem. At least I found one : I can define the board but I cannot declare any virtual channel !? So, I cannot have access from my LabView VIs.
I tested I see correctly the bord using the NI Test Panel.

Mihai Palade
Message 3 of 3
(2,774 Views)