07-12-2011 08:07 AM
We own a PCI-6120, and we want to use it in a computer with linux OS, to do both analog input and analog output. I have downloaded the NI-DAQmx Base 3.2 driver for linux, and in the README.txt only analog input is mentioned for this board. It is possible to use this PCI-6120 board in a linux computer, with both analog input and output?
Best Regards
Solved! Go to Solution.
07-13-2011 03:58 AM
Hi,
I'm sorry to tell you that you won't be able to do analog output with this card using DAQmx Base 3.2 driver, not all functionnality are supported on linux for this card.
Best regards
Victor F. | Systems Engineer
Certified LabVIEW Developer | Certified TestStand Architect
National Instruments Budapest
07-13-2011 12:47 PM
Hey Gallas -
Have you evaluated using NI-DAQmx 8.02 for Linux? Per its readme, it does support the PCI-6120, and I believe, the AO capability.
http://joule.ni.com/nidu/cds/view/p/id/2322/lang/en
-Sam
07-18-2011 03:53 AM
Thank you for you answers.
I have read the README.txt of NI-DAQ 8.02 for Linux. The NI PCI-6120 board is supported, but in fact, only the AI (analog input) is mentioned in the README.txt, so it seems that the analog output is not supported by Linux. Here I copy the relevant line of the README.txt:
" NI PCI-6120 800 Ks/s, 16-bit, 4 AI simultaneous-sampling device"
Best regards
07-18-2011 09:57 AM
Hey Gallas,
That line in the README simply refers to the PCI-6120 by its most popular subsystem, the analog input (given that it is a simultaneous sampling device, the AI is the most commonly used subsystem). But NI-DAQmx for Linux does not have the same limitations that NI-DAQmx base has. In other words, it does support analog output capability on the PCI-6120.
Regards,
Sam
07-19-2011 04:30 AM
Thank you very much, SamboNi! Then, I will try to used the card with a linux system.
Gallas