SLUUCW8 October 2023 BQ27Z746
The device has an overtemperature protection for cells in CHARGE state (that is, charging state with BatteryStatus[DSG] = 0).
Status | Condition | Action |
---|---|---|
Normal | Temperature()<OTC:Threshold OR not charging | SafetyAlert()[OTC] = 0 |
Alert | Temperature()≥OTC:Threshold AND charging | SafetyAlert()[OTC] = 1 BatteryStatus()[TCA] = 1 |
Trip | Temperature() ≥ OTC:Threshold AND charging for OTC:Delay duration | SafetyAlert()[OTC] = 0 SafetyStatus()[OTC] = 1 BatteryStatus()[OTA] = 1 BatteryStatus()[TCA] = 0 OperationStatus()[XCHG] = 1 |
Recovery | SafetyStatus()[OTC] AND Temperature() ≤ OTC:Recovery | SafetyStatus()[OTC] = 0 BatteryStatus()[OTA] = 0 BatteryStatus()[TCA] = 0 OperationStatus()[XCHG] = 0 |