Hi! I'm trying to use a USB-6008 with the Linux version of nidaqmx-base 2.1. lsdaq says:
--------------------------------
Detecting National Instruments DAQ Devices
Found the following DAQ Devices:
NI USB-6008: "Dev1" (USB0::0x3923::0x717A::0126584A::RAW)
--------------------------------
That looks fine. However, I cannot run the data logger or any of
the example programs. The examples compile fine, but give errors:
$ ./acquire1Scan
DAQmxBase Error: DAQmx Base driver failed to initialized.
$ ./acquireNScans
DAQmxBase Error: -1
When I try to run mxbaseconfig, it shows a list of 3 devices, none of
which are actually the one installed - maybe they're some sort of
examples?
I could not find any documentation describing what "error -1" means or
how to resolve it. Can anyone shed some light on this? How can I
try to "initialize the driver" in a way that provides more verbose
error reporting?