SLUUD50 October 2024 BQ27Z758
The device can measure the charge time and stop charging if the charge time exceeds the adjustable period.
| Status | Condition | Action |
|---|---|---|
| Enable | Current() > CTO:Charge Threshold AND (ChargingStatus()[LV] = 1 OR ChargingStatus()[MV] = 1 OR ChargingStatus()[HV] = 1) | Start CTO timer SafetyAlert()[CTOS] = 0 |
| Suspend or Recovery | Current() < CTO:Suspend Threshold | Stop CTO timer SafetyAlert()[CTOS] = 1 |
| Trip | CTO time > CTO:Delay | Stop CTO timer SafetyStatus()[CTO] = 1 OperationStatus()[XCHG] = 1 |
| Reset | (SafetyAlert()[CTOS] = 1 OR SafetyStatus()[CTO] = 1) AND Discharge by an amount of CTO:Reset | Stop and reset CTO timer SafetyAlert()[CTOS] = 0 SafetyStatus()[CTO] = 0 OperationStatus()[XCHG] = 0 |