Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

I have a PCI DAQ but my NIDAQmx detects a PXI DAQ

I work with linux Mandrake 10.1 and I have a PCI 6229 DAQ, I have installed Labview 7.0 and NI DAQmx base 1.5Of2.  When I launch the lsdaq command the system found a PXI DAQ 6229 but my DAQ is a PCI 6229. When I launch the DAQmx to configure a task there is the PXI DAQ in the menu but the OK buttom doesn't work and I can't save a task.
0 Kudos
Message 1 of 2
(2,787 Views)
 
Hi GICD-
 
NI-DAQmx Base will usually list plug-in PCI cards as PXI, but the card will still function properly when you program with the driver API.  The problem you're seeing with the NI-DAQmx Task Configuration Utility is that M Series devices are not supported for configuration using that utility.  For this reason, you will need to develop your application using programmatic task and channel creation as shown in the "dynamic" shipping examples from the LabVIEW example directory.
 
You may also be interest to know that NI just released the full-featured NI-DAQmx 8.0 driver for Linux.  If you have the option to upgrade to one of the supported ADE's (LabVIEW 8.0 or C/C++ with gcc) I would encourage you to try the new driver for enhanced functionality and performance over NI-DAQmx Base.
 
Hopefully this helps-
Tom W
National Instruments
0 Kudos
Message 2 of 2
(2,783 Views)