Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

configuration of the NI PCI 6221

Can I configure the NI PCI 6221 to acquire data from different measurement types at the same time, or are do they acquire only one type of measurement with each configuration?
0 Kudos
Message 1 of 4
(3,527 Views)
Hello nak,
With NI-DAQmx, you certainly can have a task containing multiple measurement types.  In MAX, or using the DAQ Assistant, you can use the "+ Add Channels" button to add channels of any type.  Or, programmatically, in LabVIEW (or with the C API), you can use multiple DAQmx Create Channel VIs (or functions) to add channels of different types to one task.  See the image for examples of both.  Hope this helps!
-Alan A.
 

Message Edited by Alan [DE] on 01-26-2006 11:24 AM

Message 2 of 4
(3,519 Views)
Hello Alan,
thanks a lot for your helpful suggestion. It works very well.

Nak
0 Kudos
Message 3 of 4
(3,509 Views)
No problem at all!  Best of luck with your app 🙂
-Alan A.
0 Kudos
Message 4 of 4
(3,505 Views)