Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Can you use the USB 6009 with LabWindows?

I am trying to use my USB-6009 in LabWindows. It works fine with labVIEW. I'm new to labWindows and was wondering if this device is even compatible? If so, is there a special way I have to configure it because it is a USB device?

Thanks,
Shaun
0 Kudos
Message 1 of 2
(2,699 Views)
Absolutely! You can use the DAQmx Base C API in LabWindows/CVI. You will need to make sure you have NI-DAQmx Base installed. You can get the most recent version here. Attached is a CVI project that uses the DAQmx Base shipping example "acquire1Scan.c". You will need to make sure to either include "NIDAQmxBase.h" and "nidaqmxbase.lib" in your project or include the correct search paths for those files. They are in the DAQmxBase directory in "Include" and "Lib" folders respectively. Hope this helps!
-Alan A.
0 Kudos
Message 2 of 2
(2,678 Views)