SLUUCA6 October 2021 BQ27Z746
The device can measure the precharge time and stop charging if the precharge time exceeds the adjustable period.
Status | Condition | Action |
---|---|---|
Enable | Current() > PTO:Charge Threshold AND ChargingStatus()[PV] = 1 | Start PTO timer SafetyAlert()[PTOS] = 0 |
Suspend or Recovery | Current() < PTO:Suspend Threshold | Stop PTO timer SafetyAlert()[PTOS] = 1 |
Trip | PTO timer > PTO:Delay | Stop PTO timer SafetyStatus()[PTO] = 1 OperationStatus()[XCHG] = 1 |
Reset | (SafetyAlert()[PTOS] = 1 OR SafetyStatus()[PTO] = 1) AND Discharge by an amount of PTO:Reset | Stop and reset PTO timer SafetyAlert()[PTOS] = 0 SafetyStatus()[PTO] = 0 OperationStatus()[XCHG] = 0 |