You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BMS: force bench pack voltage to 60V under ADBMS master override
With no cell monitor attached the snapshot total voltage stays 0 and the
precharge completion gate (IVT >= 90% of pack, pack > 0) can never pass,
so bench precharge always timed out to FAULT_BMS. With
FEB_BMS_DISABLE_ADBMS_CHECKS=1 both pack-voltage getters now return
FEB_BMS_BENCH_PACK_VOLTAGE_V (default 60.0f, overridable) so precharge
completes once the IVT reads >= 54V from the bench supply. Per-cell
readings stay real; boot warning announces the forced value. IVT
freshness, the 10s precharge timeout, and all other gates unchanged.
0 commit comments