Why Does My CompactDAQ 9237 Not Sample Below 3.846 kHz? Hardware: CompactRIO>>Analog Input Modules>>NI 9237
Problem: I am trying to program my cDAQ 9237 to use a sample rate below 3.846 kHz. The actual sample rate is coerced to 3.846 kHz and the one that I programmed is not used. I know that the NI 9237 supports lower sample rates, so why can't I set the cDAQ 9237 to sample below 3.846 kHz? Solution: The NI 9237 module supports data rates of 50/n kS/s where n =1, 2, ... 31. However, the DAQmx driver only supports timebase division from 1 to 13 for this module for versions 8.1 through 8.3.1 (versions of NI-DAQmx prior to DAQmx 8.1 do not have support for the NI 9237). Versions 8.5 and later of NI-DAQmx do not have this limitation and allow this module to be sampled at all supported rates (i.e. clock divisors from 1 to 31). If you experience this limitation in versions of NI-DAQmx prior to NI-DAQmx 8.5, you should upgrade to the most recent compatible DAQmx driver if possible. A link to the Drivers and Updates page is provided in the related links section at the bottom of the page. If upgrading the driver is not an option for you, another way to lower the sampling rate involves acquiring large chunks of samples and averaging them to reduce the number of samples effectively acquired. Refer to the figure below and the corresponding attached VI. Related Links: NI 9237 Operating Instructions NI Support: Drivers and Updates Attachments:
Report Date: 11/28/2006 Last Updated: 05/06/2008 Document ID: 43RF2MQ0 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
