SLUSAT0E October 2012 – May 2018
PRODUCTION DATA.
When operating conditions change (such as temperature, discharge current, and resistance, for example), 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 | UnfilteredRM() | UnfilteredFCC() | UnfilteredRM()/UnfilteredFCC() |
1 | FilteredRM() | FilteredFCC() | FilteredRM()/FilteredFCC() |