qingfeng 2 年之前
父節點
當前提交
ef2cb20ca9

+ 1 - 1
LIB/FRONTEND/CellStateEstimation/BatSafetyWarning/deploy.py

@@ -17,7 +17,7 @@ from urllib import parse
 import pymysql
 import logging
 import logging.handlers
-
+import re
 from apscheduler.schedulers.blocking import BlockingScheduler
 
 #...................................电池包电芯安全诊断函数......................................................................................................................

+ 1 - 1
LIB/MIDDLE/CellStateEstimation/BatSafetyWarning/V1_0_1/CBMSBatInterShort.py

@@ -215,7 +215,7 @@ class BatInterShort():
         if self.celltype<50:
             volt_list=[4.16, 4.18, 4.2]
         else:
-            volt_list=[3.47, 3.49, 4.51]
+            volt_list=[3.47, 3.49, 3.51]
         deltvolt_list=[]
         packcrnt_mean_list=[]
         temp_mean_list=[]