SBOSAB5 May 2024 INA4235
PRODUCTION DATA
Refer to the PDF data sheet for device specific package drawings
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.
Register | Contents | LSB Value | Calculated Value |
---|---|---|---|
Shunt_Voltage_CH1 (00h) | 19200d (4B00h) | 2.5µV | 19200 × 2.5μV = 0.048V |
Bus_Voltage_CH1 (01h) | 7500d (1D4Ch) | 1.6mV | 7500 × 1.6mV = 12V |
Current_CH1 (02h) | 12000d (2EE0h) | Current LSB = 500µA | 12000 × 500µA = 6A |
Power_CH1 (03h) | 4500d (1194h) | Current LSB x 32 = 16mW | 4500 × 16mW = 72W |
Energy_CH1 (04h) | 16200000d (00F7 3140h) | Current LSB x 32 = 16mJ | 16200000 × 16mJ = 259.2kJ |
Shunt Voltage and Current return values in two's complement format. In two'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 must then be converted to decimal with the negative sign applied.