The
device can support applications with voltage higher than 65535mV, with current and capacity
greater than 32.76Amperes and 32.76mAH and Energy, Power greater than 32.76cWH and 32.76cW by
setting the
Volt Scale,
Curr Scale and
Energy Scale
registers with the value greater than 1. The real battery voltage, current, capacity
and energy, power shall be scaled up by multiplying these scale factors returned from the
commands of
VoltScale(),
CurrScale and
EnergyScale() and the values read
from the command
Voltage(),
Current(),
FullChargeCapacity(),
RemainingCapacity() and
AvailableEnergy(),
AveragePower().
Note:
The resolution and accuracy of final calculated values of actual battery voltage, current
and energy can be compromised if the scale factors are set too high, a value between
between 1 to 10 are recommended.
The initial values in Ra table shall also be scaled by the equation below:
Ra = Ra/CellNumInParallel*CurrScale()
Ra represents all Ra values in the Ra table.
CellNumInParallel is the number of cell connected in parallel.
CurrScale() is the value returned by command CurrScale().