03-13-2013 07:07 PM - edited 03-13-2013 07:08 PM
The PXIe-4300 DAQ card states as having "8 simultaneously sampled analog input channels; 250 kS/s/ch sampling rate; ADC per channel". If each channel has its own dedicated ADC, then why is it that I cannot have two seperate continous tasks, each with mutually exclusive channels but on the same card? When I try to do this I get a resource conflict error.
For Example:
MyVoltageTask_1 : Continuous Samples, 1 kHz Rate
|-PXI1Slot1/ai0
|-PXI1Slot1/ai1
|-PXI1Slot1/ai2
|-PXI1Slot1/ai3
MyVoltageTask_2 : Continuous Samples, 100 Hz Rate
|-PXI1Slot1/ai4
|-PXI1Slot1/ai5
|-PXI1Slot1/ai6
|-PXI1Slot1/ai7
I would have thought that one of the major advantages of having an ADC per-channel would be the ability to continuously sample channels at different rates simultaneously. What's going on here to prevent me from doing this?

03-14-2013 12:07 AM
03-14-2013 01:25 PM
This timing engine theory seems very plausible. To the best of your knowledge, are there any DAQ cards that have multiple timing engines?

03-15-2013 10:07 AM
There aren't any Multifunction DAQ cards with multiple timing engines. However, RIO FPGA devices can use different timing on different channels, and cDAQ chasses have three timing engines. For more info, please see the following link:
http://digital.ni.com/public.nsf/allkb/C2C0A8A609F0E1C88625782B00496089?OpenDocument