SLUUCA6 October 2021 BQ27Z746
To protect cells from damage due to unsafe load currents, the device can detect overcurrent events and disable the DSG FET.
Status | Condition | Action |
---|---|---|
Normal | Current() > OCD:Threshold | SafetyAlert()[OCD] = 0 |
Alert | Current() ≤ OCD:Threshold | SafetyAlert()[OCD] = 1 BatteryStatus()[TDA] = 1 |
Trip | Current() ≤ OCD:Threshold for OCD:Delay duration | SafetyAlert()[OCD] = 0 SafetyStatus()[OCD] = 1 BatteryStatus()[TDA] = 0 OperationStatus()[XDSG] = 1 |
Recovery | [SafetyStatus()[OCD] = 1 AND Current() ≥ OCD:Recovery Threshold for OCD:Recovery Delay time |
SafetyStatus()[OCD] = 0 BatteryStatus()[TDA] = 0 OperationStatus()[XDSG] = 0 |