03-17-2008 10:33 AM
03-18-2008
03:17 PM
- last edited on
06-27-2024
06:59 PM
by
Content Cleaner
Hi MVD,
The theoretical relative accuracy is the minimum amount your signal must change in order for the ADC to detect a change. This is generally the full scale value divided by (2^amount of bits -1) so in this case 20/(4096-1) = 4.883mV. The averaged relative accuracy is taking 100 samples with dithering on. Dithering is an algorithm that allows your board to detect voltages between the ADC’s resolution. So you can detect voltage changes of 1.284mV as long as you are taking many samples. An explanation of dithering is available here as well as an explanation of accuracy specifications is available here: https://www.ni.com/en/support/documentation/supplemental/16/specifications-explained--ni-multifuncti...
To offset the analog input, we’ve created a pin called AISENSE. This allows you to reference all voltage measurements to a common voltage. Refer to this article for a brief description of grounding as well as your DAQ manual. https://www.ni.com/en/shop/data-acquisition/measurement-fundamentals/analog-fundamentals/grounding-c...
For a far more accurate solution with a wider range of applications, consider our M-Series line of Data Acquisition Devices for your future DAQ applications.