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!
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