JAJSOF3A May 2023 – September 2023 INA700
PRODUCTION DATA
Parametric values are calculated by multiplying the returned value by the LSB value. Table 8-4 shows the returned values for this application example, assuming the design requirements shown in Table 8-3.
PARAMETER | RETURNED VALUE | LSB VALUE | CALCULATED VALUE |
---|---|---|---|
Current (A) | 10417d | 480 µA | 5.00016 A |
Bus voltage (V) | 3840d | 3.125 mV | 12 V |
Power (W) | 625020d | 96 µW | 60.00192 W |
Energy (J) | 140629500d | 1.536 mJ | 216.007 kJ |
Charge (C) | 3750120d | 30 µC | 18000.576 C |
Temperature (°C) | 320d | 125 mºC | 40°C |
Current, Bus Voltage (positive only), Charge, and Temperature return values in 2's-complement format. In 2's-complement format a negative value in binary is represented by having a 1 in the most significant bit of the returned value. These values can be converted to decimal by first inverting all the bits and adding 1 to obtain the unsigned binary value. This value can then be converted to decimal with the negative sign applied. For example, assume a current reading returns 1011 0100 0001 0000. This is a negative value due to the MSB having a value of one. Inverting the bits and adding one results in 0100 1011 1111 0000 (19440d) which from the current value example in Table 8-4 correlates to a current of 9.3312 A. The returned value was negative, therefore the measured current value is –9.3312 A.