|
@@ -6,8 +6,8 @@ const uint16_T blcc_T_close = 125U; /* 均衡暂停温度; */
|
|
|
const uint16_T blcc_T_open = 100U; /* 均衡暂停恢复温度; */
|
|
|
const uint16_T blcc_V_low = 10U; /* 均衡开启电压阈值 */
|
|
|
|
|
|
-const uint16_T cmnc_Q_ratedCp = 500U; /* 电池容量; */
|
|
|
-const uint16_T cmnc_num_cellUNum = 20U; /* 电压采样点实际个数; */
|
|
|
+const uint16_T cmnc_Q_ratedCp = 600U; /* 电池容量; */
|
|
|
+const uint16_T cmnc_num_cellUNum = 17U; /* 电压采样点实际个数; */
|
|
|
const uint16_T cmnc_num_modTNum = 4U; /* 温度采样点实际个数; */
|
|
|
const uint16_T cmnc_tm_parkTime = 1800U; /* 静置时间阈值; */
|
|
|
const uint16_T cmnm_F_polar[13] = {3880U, 5062U, 10906U, 10798U, 12885U, 12990U, 14331U, 10754U, 9378U, 10340U, 10592U, 11946U, 11515U}; /* 电池放电参数的C数组; */
|
|
@@ -17,37 +17,37 @@ const uint16_T cmnm_V_ocv[13] = {3234U, 3444U, 3476U, 3553U, 3610U, 3638U, 3674U
|
|
|
const uint16_T cmnm_pct_soc[13] = {0U, 50U, 100U, 200U, 300U, 400U, 500U, 600U, 700U, 800U, 900U, 950U, 1000U}; /* 电池放电参数的SOC数组; */
|
|
|
const uint16_T cmnc_V_chrgFul = 4200U; /* 充满电的截至电压; */
|
|
|
|
|
|
-const uint16_T sfmc_I_chrgCurrOverThr = 600; /* 充电电流阈值 */
|
|
|
-const uint16_T sfmc_I_disChrgCurrOverThr = 600; /* 放电电流阈值 */
|
|
|
-const uint16_T sfmc_T_ACPlugTOverThrFlt1 = 90; /* 慢充插头温度过高1级故障诊断阈值 */
|
|
|
-const uint16_T sfmc_T_ACPlugTOverThrFlt2 = 100; /* 慢充插头温度过高2级故障诊断阈值 */
|
|
|
-const uint16_T sfmc_T_ACPlugTOverThrRec1 = 80; /* 慢充插头温度过高1级故障恢复阈值 */
|
|
|
-const uint16_T sfmc_T_ACPlugTOverThrRec2 = 80; /* 慢充插头温度过高2级故障恢复阈值 */
|
|
|
-const uint16_T sfmc_T_DCPlugTOverThrFlt1 = 90; /* 快充插头温度过高1级故障诊断阈值 */
|
|
|
-const uint16_T sfmc_T_DCPlugTOverThrFlt2 = 100; /* 快充插头温度过高2级故障诊断阈值 */
|
|
|
-const uint16_T sfmc_T_DCPlugTOverThrRec1 = 80; /* 快充插头温度过高1级故障恢复阈值 */
|
|
|
-const uint16_T sfmc_T_DCPlugTOverThrRec2 = 80; /* 快充插头温度过高2级故障恢复阈值 */
|
|
|
-const uint16_T sfmc_T_chrgModTLowThrFlt1 = 42U; /* 充电模组温度过低1级故障诊断阈值 */
|
|
|
-const uint16_T sfmc_T_chrgModTLowThrFlt2 = 40U; /* 充电模组温度过低2级故障诊断阈值 */
|
|
|
-const uint16_T sfmc_T_chrgModTLowThrRec1 = 45U; /* 充电模组温度过低1级故障恢复阈值 */
|
|
|
-const uint16_T sfmc_T_chrgModTLowThrRec2 = 45U; /* 充电模组温度过低2级故障恢复阈值 */
|
|
|
-const uint16_T sfmc_T_chrgModTOverThrFlt1 = 92U; /* 充电模组温度过高1级故障诊断阈值 */
|
|
|
-const uint16_T sfmc_T_chrgModTOverThrFlt2 = 95U; /* 充电模组温度过高2级故障诊断阈值 */
|
|
|
-const uint16_T sfmc_T_chrgModTOverThrRec1 = 90U; /* 充电模组温度过高1级故障恢复阈值 */
|
|
|
-const uint16_T sfmc_T_chrgModTOverThrRec2 = 90U; /* 充电模组温度过高2级故障恢复阈值 */
|
|
|
-const uint16_T sfmc_T_chrgMosTOverThrFlt1 = 120; /* 充电Mos温度过高1级故障诊断阈值 */
|
|
|
-const uint16_T sfmc_T_chrgMosTOverThrFlt2 = 125; /* 充电Mos温度过高2级故障诊断阈值 */
|
|
|
-const uint16_T sfmc_T_chrgMosTOverThrRec1 = 110; /* 充电Mos温度过高1级故障恢复阈值 */
|
|
|
-const uint16_T sfmc_T_chrgMosTOverThrRec2 = 110; /* 充电Mos温度过高2级故障恢复阈值 */
|
|
|
+const uint16_T sfmc_I_chrgCurrOverThr = 600; /* 充电电流阈值 */
|
|
|
+const uint16_T sfmc_I_disChrgCurrOverThr = 600; /* 放电电流阈值 */
|
|
|
+const uint16_T sfmc_T_ACPlugTOverThrFlt1 = 90; /* 慢充插头温度过高1级故障诊断阈值 */
|
|
|
+const uint16_T sfmc_T_ACPlugTOverThrFlt2 = 100; /* 慢充插头温度过高2级故障诊断阈值 */
|
|
|
+const uint16_T sfmc_T_ACPlugTOverThrRec1 = 80; /* 慢充插头温度过高1级故障恢复阈值 */
|
|
|
+const uint16_T sfmc_T_ACPlugTOverThrRec2 = 80; /* 慢充插头温度过高2级故障恢复阈值 */
|
|
|
+const uint16_T sfmc_T_DCPlugTOverThrFlt1 = 90; /* 快充插头温度过高1级故障诊断阈值 */
|
|
|
+const uint16_T sfmc_T_DCPlugTOverThrFlt2 = 100; /* 快充插头温度过高2级故障诊断阈值 */
|
|
|
+const uint16_T sfmc_T_DCPlugTOverThrRec1 = 80; /* 快充插头温度过高1级故障恢复阈值 */
|
|
|
+const uint16_T sfmc_T_DCPlugTOverThrRec2 = 80; /* 快充插头温度过高2级故障恢复阈值 */
|
|
|
+const uint16_T sfmc_T_chrgModTLowThrFlt1 = 42U; /* 充电模组温度过低1级故障诊断阈值 */
|
|
|
+const uint16_T sfmc_T_chrgModTLowThrFlt2 = 40U; /* 充电模组温度过低2级故障诊断阈值 */
|
|
|
+const uint16_T sfmc_T_chrgModTLowThrRec1 = 45U; /* 充电模组温度过低1级故障恢复阈值 */
|
|
|
+const uint16_T sfmc_T_chrgModTLowThrRec2 = 45U; /* 充电模组温度过低2级故障恢复阈值 */
|
|
|
+const uint16_T sfmc_T_chrgModTOverThrFlt1 = 97U; /* 充电模组温度过高1级故障诊断阈值 */
|
|
|
+const uint16_T sfmc_T_chrgModTOverThrFlt2 = 100U; /* 充电模组温度过高2级故障诊断阈值 */
|
|
|
+const uint16_T sfmc_T_chrgModTOverThrRec1 = 90U; /* 充电模组温度过高1级故障恢复阈值 */
|
|
|
+const uint16_T sfmc_T_chrgModTOverThrRec2 = 90U; /* 充电模组温度过高2级故障恢复阈值 */
|
|
|
+const uint16_T sfmc_T_chrgMosTOverThrFlt1 = 120; /* 充电Mos温度过高1级故障诊断阈值 */
|
|
|
+const uint16_T sfmc_T_chrgMosTOverThrFlt2 = 125; /* 充电Mos温度过高2级故障诊断阈值 */
|
|
|
+const uint16_T sfmc_T_chrgMosTOverThrRec1 = 110; /* 充电Mos温度过高1级故障恢复阈值 */
|
|
|
+const uint16_T sfmc_T_chrgMosTOverThrRec2 = 110; /* 充电Mos温度过高2级故障恢复阈值 */
|
|
|
|
|
|
-const uint16_T sfmc_T_disChrgModTLowThrFlt1 = 25U; /* 放电模组温度过低1级故障诊断阈值 */
|
|
|
-const uint16_T sfmc_T_disChrgModTLowThrFlt2 = 20U; /* 放电模组温度过低2级故障诊断阈值 */
|
|
|
-const uint16_T sfmc_T_disChrgModTLowThrRec1 = 30U; /* 放电模组温度过低1级故障恢复阈值 */
|
|
|
-const uint16_T sfmc_T_disChrgModTLowThrRec2 = 30U; /* 放电模组温度过低2级故障恢复阈值 */
|
|
|
-const uint16_T sfmc_T_disChrgModTOverThrFlt1 = 92U; /* 放电模组温度过高1级故障诊断阈值 */
|
|
|
-const uint16_T sfmc_T_disChrgModTOverThrFlt2 = 95U; /* 放电模组温度过高2级故障诊断阈值 */
|
|
|
-const uint16_T sfmc_T_disChrgModTOverThrRec1 = 90U; /* 放电模组温度过高1级故障恢复阈值 */
|
|
|
-const uint16_T sfmc_T_disChrgModTOverThrRec2 = 90U; /* 放电模组温度过高2级故障恢复阈值 */
|
|
|
+const uint16_T sfmc_T_disChrgModTLowThrFlt1 = 25U; /* 放电模组温度过低1级故障诊断阈值 */
|
|
|
+const uint16_T sfmc_T_disChrgModTLowThrFlt2 = 20U; /* 放电模组温度过低2级故障诊断阈值 */
|
|
|
+const uint16_T sfmc_T_disChrgModTLowThrRec1 = 30U; /* 放电模组温度过低1级故障恢复阈值 */
|
|
|
+const uint16_T sfmc_T_disChrgModTLowThrRec2 = 30U; /* 放电模组温度过低2级故障恢复阈值 */
|
|
|
+const uint16_T sfmc_T_disChrgModTOverThrFlt1 = 97U; /* 放电模组温度过高1级故障诊断阈值 */
|
|
|
+const uint16_T sfmc_T_disChrgModTOverThrFlt2 = 100U; /* 放电模组温度过高2级故障诊断阈值 */
|
|
|
+const uint16_T sfmc_T_disChrgModTOverThrRec1 = 90U; /* 放电模组温度过高1级故障恢复阈值 */
|
|
|
+const uint16_T sfmc_T_disChrgModTOverThrRec2 = 90U; /* 放电模组温度过高2级故障恢复阈值 */
|
|
|
const uint16_T sfmc_T_disChrgMosTOverThrFlt1 = 120U;
|
|
|
const uint16_T sfmc_T_disChrgMosTOverThrRec1 = 110U;
|
|
|
const uint16_T sfmc_T_disChrgMosTOverThrFlt2 = 125U;
|
|
@@ -63,19 +63,19 @@ const uint16_T sfmc_T_modTDiffThrRec1 = 15; /* 模组温差过大1级故障
|
|
|
const uint16_T sfmc_T_modTDiffThrRec2 = 15; /* 模组温差过大2级故障恢复阈值 */
|
|
|
|
|
|
const uint16_T sfmc_V_battULowThrFlt1 = 590U; /* 总压欠压1级故障诊断阈值 */
|
|
|
-const uint16_T sfmc_V_battULowThrFlt2 = 560U; /* 总压欠压2级故障诊断阈值 */
|
|
|
+const uint16_T sfmc_V_battULowThrFlt2 = 580U; /* 总压欠压2级故障诊断阈值 */
|
|
|
const uint16_T sfmc_V_battULowThrRec1 = 600U; /* 总压欠压1级故障恢复阈值 */
|
|
|
const uint16_T sfmc_V_battULowThrRec2 = 600U; /* 总压欠压2级故障恢复阈值 */
|
|
|
const uint16_T sfmc_V_battUOverThrFlt1 = 850U; /* 总压过压1级故障诊断阈值 */
|
|
|
-const uint16_T sfmc_V_battUOverThrFlt2 = 870U; /* 总压过压2级故障诊断阈值 */
|
|
|
+const uint16_T sfmc_V_battUOverThrFlt2 = 860U; /* 总压过压2级故障诊断阈值 */
|
|
|
const uint16_T sfmc_V_battUOverThrRec1 = 840U; /* 总压过压1级故障恢复阈值 */
|
|
|
const uint16_T sfmc_V_battUOverThrRec2 = 840U; /* 总压过压2级故障恢复阈值 */
|
|
|
const uint16_T sfmc_V_cellULowThrFlt1 = 2950U; /* 单体电压欠压1级故障诊断阈值 */
|
|
|
-const uint16_T sfmc_V_cellULowThrFlt2 = 2800U; /* 单体电压欠压2级故障诊断阈值 */
|
|
|
+const uint16_T sfmc_V_cellULowThrFlt2 = 2900U; /* 单体电压欠压2级故障诊断阈值 */
|
|
|
const uint16_T sfmc_V_cellULowThrRec1 = 3000U; /* 单体电压欠压1级故障恢复阈值 */
|
|
|
const uint16_T sfmc_V_cellULowThrRec2 = 3000U; /* 单体电压欠压2级故障恢复阈值 */
|
|
|
const uint16_T sfmc_V_cellUOverThrFlt1 = 4250U; /* 单体电压过压1级故障诊断阈值 */
|
|
|
-const uint16_T sfmc_V_cellUOverThrFlt2 = 4350U; /* 单体电压过压2级故障诊断阈值 */
|
|
|
+const uint16_T sfmc_V_cellUOverThrFlt2 = 4300U; /* 单体电压过压2级故障诊断阈值 */
|
|
|
const uint16_T sfmc_V_cellUOverThrRec1 = 4200U; /* 单体电压过压1级故障恢复阈值 */
|
|
|
const uint16_T sfmc_V_cellUOverThrRec2 = 4200U; /* 单体电压过压2级故障恢复阈值 */
|
|
|
const uint16_T sfmc_flg_cellUDiffThrFlt1 = 250U; /* 压差过大1级故障诊断阈值 */
|