|
@@ -176,7 +176,11 @@ class QxzCand:
|
|
|
"氨气": self.get_cond_153,
|
|
"氨气": self.get_cond_153,
|
|
|
"氧气": self.get_cond_220,
|
|
"氧气": self.get_cond_220,
|
|
|
"PM100": self.get_cond_203,
|
|
"PM100": self.get_cond_203,
|
|
|
- "露点温度": self.get_cond_202
|
|
|
|
|
|
|
+ "露点温度": self.get_cond_202,
|
|
|
|
|
+ "氮": self.get_cond_155,
|
|
|
|
|
+ "钾": self.get_cond_157,
|
|
|
|
|
+ "溶解氧": self.get_cond_148,
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
self.cond_msg_dict = {}
|
|
self.cond_msg_dict = {}
|
|
@@ -1313,6 +1317,7 @@ function(uptime_list){
|
|
|
rt = self.cond.cond_msg_dict[key](value)
|
|
rt = self.cond.cond_msg_dict[key](value)
|
|
|
status, msg = rt['status'], rt['msg']
|
|
status, msg = rt['status'], rt['msg']
|
|
|
except Exception as e:
|
|
except Exception as e:
|
|
|
|
|
+ print('-----------', e)
|
|
|
pass
|
|
pass
|
|
|
|
|
|
|
|
if status == 0:
|
|
if status == 0:
|