SLUUBW5A July 2018 – September 2021 BQ34Z100-G1
When operating conditions change (such as temperature, discharge current, and resistance, and so on), it can lead to large changes of compensated battery capacity and battery capacity remaining. These changes can result in large changes of StateOfCharge(). When [SmoothEn] is enabled in Pack Configuration C, the smoothing algorithm injects gradual changes of battery capacity when conditions vary. This results in a gradual change of StateOfCharge() and can provide a better end-user experience for StateOfCharge() reporting.
The RemainingCapacity(), FullChargeCapacity(), and StateOfCharge() are modified depending on [SmoothEn], as below.
[SmoothEn] | RemainingCapacity() | FullChargeCapacity() | StateOfCharge() |
---|---|---|---|
0 | TrueRC() | TrueFCC() | TrueRC()/ TrueFCC() |
1 | FilteredRC() | FilteredFCC() | FilteredRC()/FilteredFCC() |