3 Комити 62b6ad34a5 ... 2752667ebb

Аутор SHA1 Порука Датум
  shangguanlie23 2752667ebb Merge branch 'dev' of http://git.fast-fun.cn:92/lmstack/data_analyze_platform into dev пре 2 година
  shangguanlie23 49560045dd updte пре 2 година
  shangguanlie23 178b379561 celltype=4电芯的OCV-SOC曲线增加超限值4.5-110 пре 2 година

+ 0 - 1
LIB/MIDDLE/CellStateEstimation/BatSafetyWarning/V1_0_1/CBMSSafetyWarning.py

@@ -31,7 +31,6 @@ class SafetyWarning:
         df_res=pd.DataFrame(columns=['start_time', 'end_time', 'product_id', 'code', 'level', 'info','advice'])
 
         time_now=datetime.datetime.now()
-        time_now=time_now.strftime('%Y-%m-%d %H:%M:%S')
         time_sp='0000-00-00 00:00:00'
 
         #参数初始化.......................................

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

@@ -167,9 +167,11 @@ 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,     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.50]
 
+
             self.CellOvLv1=4.3
             self.CellOvLv2=4.35
             self.CellUvLv1=2.8