|
@@ -242,8 +242,12 @@ class SamplingSafty:
|
|
|
pass
|
|
|
#——————————————————————————————————OtherTemp————————————————————————————————————
|
|
|
if param.OtherTempNums>0:
|
|
|
- OtherTempNum=['其他温度'+str(i) for i in range(1,param.OtherTempNums+1)]
|
|
|
+ OtherTempNum=['其他温度'+str(i) for i in range(1,param.OtherTempNums+1)]
|
|
|
OtherTemp=bms_infoN[OtherTempNum]
|
|
|
+ if 'MGMLX' in sn:
|
|
|
+ OtherTemp['其他温度2']=OtherTemp['其他温度1']
|
|
|
+ else:
|
|
|
+ pass
|
|
|
OtherTemppP=bms_infoP[OtherTempNum]
|
|
|
maxOtherTemp=OtherTemp.max()
|
|
|
minOtherTemp=OtherTemp.min()
|