SLUUAQ3A April 2016 – October 2022 BQ4050
The device has two independent overcurrent in discharge protections that can be set to different current and delay thresholds to accommodate different load behaviors.
Status | Condition | Action |
---|---|---|
Normal | Current() > OCD1:Threshold | SafetyAlert()[OCD1] = 0 |
Normal | Current() > OCD2:Threshold | SafetyAlert()[OCD2] = 0 |
Alert | Current() ≤ OCD1:Threshold | SafetyAlert()[OCD1] = 1 BatteryStatus()[TDA] = 1 |
Alert | Current() ≤ OCD2:Threshold | SafetyAlert()[OCD2] = 1 BatteryStatus()[TDA] = 1 |
Trip | Current() continuous ≤ OCD1:Threshold for OCD1:Delay duration | SafetyAlert()[OCD1] = 0 SafetyStatus()[OCD1] = 1 BatteryStatus()[TDA] = 0 OperationStatus()[XDSG] = 1 |
Trip | Current() continuous ≤ OCD2:Threshold for OCD2:Delay duration | SafetyAlert()[OCD2] = 0 SafetyStatus()[OCD2] = 1 BatteryStatus()[TDA] = 0 OperationStatus()[XDSG] = 1 |
Recovery | SafetyStatus()[OCD1] = 1 AND Current() continuous ≥ OCD:Recovery Threshold for OCD:Recovery Delay time | SafetyStatus()[OCD1] = 0 BatteryStatus()[TDA] = 0 OperationStatus()[XDSG] = 0 |
Recovery | SafetyStatus()[OCD2] = 1 AND Current() continuous ≥ OCD:Recovery Threshold for OCD:Recovery Delay time | SafetyStatus()[OCD2] = 0 BatteryStatus()[TDA] = 0 OperationStatus()[XDSG] = 0 |