Browse Source

celltype=4电芯的OCV-SOC曲线增加超限值4.5-110

shangguanlie23 2 năm trước cách đây
mục cha
commit
178b379561
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      LIB/MIDDLE/CellStateEstimation/Common/V1_0_1/BatParam.py

+ 2 - 2
LIB/MIDDLE/CellStateEstimation/Common/V1_0_1/BatParam.py

@@ -167,8 +167,8 @@ class BatParam:
             self.PeakSoc=57
             self.PackCrntDec=-1
             self.BalCurrent=0.015
-            self.LookTab_SOC = [0,	    5,	    10,	    15,	    20,	    25,	    30,	    35,	    40,	    45,	    50,	    55,	    60,	    65,	    70,	    75,	    80,	    85,	    90,	    95,	    100,   105]
-            self.LookTab_OCV = [3.152, 	3.397, 	3.438, 	3.481, 	3.523, 	3.560, 	3.586, 	3.604, 	3.620, 	3.638, 	3.661, 	3.693, 	3.748, 	3.803, 	3.853, 	3.903, 	3.953, 	4.006, 	4.063, 	4.121, 	4.183, 4.253]
+            self.LookTab_SOC = [0,	    5,	    10,	    15,	    20,	    25,	    30,	    35,	    40,	    45,	    50,	    55,	    60,	    65,	    70,	    75,	    80,	    85,	    90,	    95,	    100,   105,    110]
+            self.LookTab_OCV = [3.152, 	3.397, 	3.438, 	3.481, 	3.523, 	3.560, 	3.586, 	3.604, 	3.620, 	3.638, 	3.661, 	3.693, 	3.748, 	3.803, 	3.853, 	3.903, 	3.953, 	4.006, 	4.063, 	4.121, 	4.183, 4.253,  4.5]
 
             self.CellOvLv1=4.3
             self.CellOvLv2=4.35