Hi Adrian,
The manual for the 9237 contains an equation that describes the available sampling rates:
f = 50,000 / n n = 1, 2, 3 ... 13
So the minimum rate you can achieve would be 50,000 / 13 = 3846.154 Hz.
Note: There is a typo in the manual. The manual says "n = 1, 2, 3... 31." The maximum value for n is actually 13. This will be fixed in the next revision of the manual.
Thanks,
Sal
Hi Adrian,
I just spoke with some of the hardware developers of the 9237 module. Although the current version of the driver (NI-DAQmx 8.3) limits you to a maximum divisor of 13, the hardware can actually handle up to 31 as stated in the manual (giving you a lower achievable sampling rate). This behavior (n = 1 to 31) is currently supported in cRIO. In a future version, the NI-DAQmx driver should also support divisors of 1 to 31.
Thanks,
Sal
So there is no way to reduce the sampling rate any lower?
Also, I am using the DAQ assistant and it appears that the data I am receiving is not at a constant rate. The data is being output to a tab delimited text file and sometimes it will output only a few samples a second and others it will output 300. I am not so concerned about what the rate is, I would just like the output to be recorded at a consistent rate. When I do use only the NI 9211, it outputs consistently at the rate I set in the DAQ Assistant.
I just spoke with some of the hardware developers of the 9237 module. Although the current version of the driver (NI-DAQmx 8.3) limits you to a maximum divisor of 13, the hardware can actually handle up to 31 as stated in the manual (giving you a lower achievable sampling rate). This behavior (n = 1 to 31) is currently supported in cRIO. In a future version, the NI-DAQmx driver should also support divisors of 1 to 31.
Can someone tell me if this if fixed in DAQmx 8.5?