LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

program a labview driver for the data acqusition board

Hi, guy,

I have a data acquisition board from Quanser company, it is a
multichannel AD/DA board, can I use labview to program to use it.
getting input , and send out analogue output? can some body give me
some hints? or some examples.
Thanks!
0 Kudos
Message 1 of 2
(2,519 Views)
Do you know if the board comes with a shared library (DLL in Windows)? If so, you can make function calls to it from LabVIEW.
Another option is to compile a C application on a separate C compiler and link it to LabVIEW.
Both of these options are discussed in the following link: http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/a6705fec7ea42300862567b70054206e?OpenDocument

Enjoy
LV ER
0 Kudos
Message 2 of 2
(2,519 Views)