07-25-2006 07:38 AM
07-26-2006 04:39 AM
As there is only one AI timing engine, all onalog inputs have to be sampled at the same rate, so it is not possible to sample one channel 1 with 50k and channel 2 with 1k. You will have to sample all channels with 50k (in this example). You can use LabView to extract every 50th value of channel 2, to get data thast looks like being sampled with 1k.
As a note: You can use different timing for Analog Input, Analog Output, Counter/Timer and Digital I/O, but all Analog Input/Analog Output/Counter/Digital
As you have to use one samplerate for all modules, your maximal sampling rate when using multiple devices in parallel is defined by your slowest I/O module, or by the maximum system-throughput of the cDAQ-9172 (3,2 MS/s), so you are right in your second question: The maximum rate is 50k in your example.
Hope this helps!
07-26-2006 05:45 AM
07-26-2006 07:00 AM
07-26-2006 09:34 AM
07-26-2006 09:53 AM
07-26-2006 09:54 AM
07-26-2006 10:21 AM
05-24-2007 10:21 AM - edited 05-24-2007 10:21 AM
I think I am experiencing different results than indicated in the current thread. I am using NI 9237 (bridge-pressure xducers), NI 9211 (thermocouples), and ni 9205 (voltage) simultaneously. The 9237 has minimum dac rate of about 3800 Hz while the NI 9211 has maximum of about 15 Hz. I am setting the sampling at the 3800 Hz rate and the system fills in the 9211 data with redundent values to match a psuedo 3800 Hz rate. I should say the 9211 does actually specify a "maximum rate" but lists the "conversion time" which limits the practical rate to the 15 Hz rate. The other data looks quite valid for 3800 Hz.
using CompacDAQ; NI cDAQ-9172.
Just observations,
Manliff,
Message Edited by manliff on 05-24-2007 10:22 AM
02-01-2008 06:05 PM