10-08-2007 08:03 PM
10-08-2007 11:51 PM
10-08-2007 11:52 PM
10-09-2007 10:01 AM
I'm not sure I understand all of your question, but I'll take a stab:
The USB-6210 derives its internal sample timing from a 20MHz clock (note 'Sampling Rate Timing Resolution' in spec sheet is 50nsec). Lower sampling rates are derived by dividing this clock. Now, to get an exact 30kHz sampling rate you would need a divisor of (20000000/30000)=666.66666.... The hardware can't do this (only integer divisors allowed), so DAQmx chooses a divisor of 666 to give you a sampling rate of (20000000/666) = 30030.03003...
For a sampling rate over 6 channels of 5kHz (=30kHz aggregate), the sample clock divisor required is (20000000/5000)=4000, so that can be achieved exactly.
Note that the USB-6210, as an interval scanning device, has both a sample clock (which controls the interval between scans) and a convert clock (which controls the interval between samples within a scan).
Hope that helps.
10-10-2007 01:12 AM
10-11-2007 08:01 AM
Hi Chew,
The convert clock on your card is used to time channel
switching with the analog-to-digital converter (ADC). It makes it possible to
sample multiple channels with one ADC. The linked KBs should answer your
question.
KnowledgeBase 2XPE1QCW: How is the Convert (Channel) Clock
Rate Determined in NI-DAQmx and Tradition...
KnowledgeBase 30LDURMV: Difference Between the Sample Clock
(Scan Clock) and the Convert Clock (Chan...
Please post back if you have any questions. Have a great day!