SLUUCO5A december 2022 – august 2023 BQ34Z100-R2
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() |