10-06-2006 02:54 PM
10-09-2006
04:09 PM
- last edited on
05-22-2025
10:52 AM
by
Content Cleaner
Hello iree,
Is the issue that you are unable to communicate with your 6259? Here are a couple suggestions:
Do you have a PXI chassis connected or are you just working on the PCI bus? If you are using a PXI chassis then you willI want to make sure you have it correctly setup.
Also, the PCI Express bus is not supported in NI-DAQmx Base until version 2.0. If you have a previous version then you will need to upgrade. You can download the newest version here.
Hopefully this is helpful.
10-10-2006 02:30 PM
Hi Garret,
I am just using the PCI bus, no PXI chassis is connected.
I just want to write a kernel module to interface to the board. From what I have read, it seems that all I need is VISA and the M series register map which I have. I tried loading NI-DAQmx just to see if I it would work.
I am tryijng to figure out why visaconf gives the following results. Seems that it should should give some information as to tbe board type (PCIE-6259).
./visaconf
- Serial
- ASRL1::INSTR
- ASRL1::INSTR
- ASRL1::INSTR
- ASRL1::INSTR
- Unknown
- PXI4::0::INSTR
Does this ouput of visaconf look correct to you?
Thanks...
10-11-2006
11:55 AM
- last edited on
05-22-2025
10:55 AM
by
Content Cleaner
Hey Iree,
Sorry I circumvented your original question... I was interested in exactly what you were trying to do. The output from visaconf looks normal. Your PCIe card will show up as a PXI device in VISA. That's just how the driver references it.
DAQmx Base 2.0 does include support for the M-series PCIe cards on Linux machines. Fedora Core 5 is not officially supported but you certainly may be able to get it to work. There are several forum posts out there on the topic. In case you haven't seen it yet, here is a post on how to use DAQmx with Fedora.
Best regards,