Hello,
in my BMS design (2p2s), RSOC remains at 99%. Because of "SBS Gauging Configuration[RSOCL]" = 1, I need a Valid Charge Termination to update RSOC to 100%.
However, the VCT flag, located in ChargingStatus(), remains at 0.
According to SLUUAQ3, VCT requires the following conditions:
- BatteryStatus()[DSG] = 0
- AverageCurrent() < "Advanced Charge Algorithm/Termination Config/Charge Term Taper Current" (250mA)
- ChargingVoltage() / num of serial cells ≤ "Max cell voltage1..4" + "Advanced Charge Algorithm/Termination Config/Charge Term Voltage" (75 mV)
- the accumulated change in capacity > 0.25 mAh
my questions:
1) I am not sure about "Max Cell Voltage 1...4" used in the technical reference. Can anyone confirm that we are talking about these parameters:
"Lifetimes/Voltage/Cell 1 Max Voltage"
"Lifetimes/Voltage/Cell 2 Max Voltage"
"Lifetimes/Voltage/Cell 3 Max Voltage"
"Lifetimes/Voltage/Cell 4 Max Voltage"
2) How can I know the accumulated change in capacity ?
Thank you in advance.
Frank