فهرست منبع

单电芯过压充满,保存总压到event record中

Signed-off-by: huhui <huhui@sharkgulf.com>
huhui 4 سال پیش
والد
کامیت
8928556be6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Application/app/sox/soc.c

+ 1 - 1
Application/app/sox/soc.c

@@ -343,7 +343,7 @@ static int _soc_update_by_ocv(uint8_t prev_charge_status){
 		if (chargering && (_soc.capacity != 100)) { 
 			if (bms_health()->sigle_cell_over_voltage && (_soc.charger_coulomb >= (0.1f * 3600.0f))) { //µ¥µçо¹ýÑ¹Ç¿ÖÆ³äÂú
 				_force_capacity_full();
-				push_event(Charger_Full, 3);
+				push_event(Charger_Full, bms_state_get()->pack_voltage);
 				ocv_full_count = 0;
 				changed = 1;
 			}else if (bms_state_get()->pack_voltage >= (FULL_MAX_VOLTAGE_CHARGING) && (measure_value()->load_current <= FULL_MIN_CURRENT)){