Scaling |
As PicoLog software displays readings in volts, this section is only required if you are writing your own software. The ADC-16 generates readings which are in ADC counts. The scaling of these values depends on the resolution. In n-bit mode, the maximum input voltage (2.5 V) is represented by 2n-1, and the minimum input voltage (-2.5 V) is represented by -(2n-1). To convert an ADC value to a voltage, multiply by 2.5 and divide by the maximum ADC value at the resolution that you are using.
|