07-19-2007 01:17 PM
07-20-2007 05:18 PM
Hi ZeroShado,
Can you please clarify what driver and version you are using? Your post says you are having a problem with a DAQmx Base VI, but later states that you have regular DAQmx 8.0. Do you have both installed, but are using DAQmx base to program? DAQmx 8.0 is only supported on Red Hat Enterprise Linux WS 3.
I may suggest looking through some of the Linux forums as well, here, here, and here.
07-20-2007 06:25 PM
07-23-2007 06:13 PM
ZeroShadow,
M series cards will not show up in the configuration utility, but can work with DAQmx base. Can you please try running DAQmx base shipping examples? The key with DAQmx base is to create a task (DAQmx base create task.vi) and then create the channel (DAQmx base create virtual channel.vi)
07-23-2007 09:36 PM
HI ZeroShadow-
In order to get the correct device numbers for use with NI-DAQmx Base you must use the lsdaq utility. However, you're using a device that is supported by NI-DAQmx. Is there a reason that you want to use NI-DAQmx Base? If not, I would encourage you to use NI-DAQmx- it is a more full-featured and higher performance driver. By the way, the Device Controls in LabVIEW only refer to NI-DAQmx device numbers; they do not work with NI-DAQmx Base.
07-24-2007 11:38 AM
07-24-2007 01:05 PM - edited 07-24-2007 01:05 PM
Hi ZeroShadow-
nilsdev is an NI-DAQmx utility to list available hardware. lsdaq is a similar utility for use with NI-DAQmx Base. The utilities are completely seperate (as are the drivers), so only one driver/utility will be able to operate your hardware at one time. Since you're using a distribution that is not supported by NI-DAQmx, I would encourage you to uninstall NI-DAQmx. Otherwise, you should be able to get your device to show up in lsdaq (and work with NI-DAQmx Base) by using the information in this KB.
Hopefully this helps-
Message Edited by Tom W [DE] on 07-24-2007 01:06 PM
07-24-2007 01:52 PM