20231023_InSituLab_emb/Doc/2025年3月25日海试后还需要完善的部分——软件/给网站阈值的参考.txt
2025-05-07 10:10:07 +08:00

62 lines
2.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/************************************ 静态的初始化需要上传的数值 ******************************************/
gs_thresholdOpenFlag.leakCurrent1 = 1;
gs_thresholdOpenFlag.leakCurrent2 = 1;
gs_thresholdOpenFlag.leakCurrent3 = 1;
gs_thresholdOpenFlag.leakCurrent4 = 1;
gs_thresholdOpenFlag.temp1 = 1;
gs_thresholdOpenFlag.temp2 = 1;
gs_thresholdOpenFlag.humi1 = 1;
gs_thresholdOpenFlag.humi2 = 1;
gs_thresholdOpenFlag.gcms = 1;
gs_thresholdOpenFlag.serialPort1 = 1;
gs_thresholdOpenFlag.serialPort2 = 1;
gs_thresholdOpenFlag.osc = 1;
gs_thresholdOpenFlag.adcp = 1;
gs_thresholdOpenFlag.ctdo = 1;
gs_thresholdOpenFlag.vedio1 = 1;
gs_thresholdOpenFlag.ch4 = 1;
gs_thresholdOpenFlag.icl = 1;
gs_thresholdOpenFlag.gc = 1;
gs_thresholdOpenFlag.co2 = 1;
gs_thresholdOpenFlag.raman = 1;
gs_thresholdOpenFlag.ms = 1;
gs_thresholdOpenFlag.vedio2 = 1;
gs_thresholdOpenFlag.net = 1;
gs_thresholdOpenFlag.acoustic = 1;
gs_thresholdOpenFlag.cg_temp = 1;
gs_thresholdOpenFlag.cg_humi = 1;
gs_thresholdOpenFlag.cg_press = 1;
gs_thresholdOpenFlag.cg_insulation = 1;
gs_thresholdOpenFlag.ms_temp = 1;
gs_thresholdOpenFlag.ms_humi = 1;
gs_thresholdOpenFlag.ms_press = 1;
gs_thresholdOpenFlag.ms_insulation = 1;
gs_thresholdOpenFlag.cgms_temp = 1;
gs_thresholdOpenFlag.cgms_humi = 1;
gs_thresholdOpenFlag.cgms_press = 1;
gs_thresholdOpenFlag.cgms_insulation = 1;
gs_thresholdOpenFlag.ch4_temp = 1;
gs_thresholdOpenFlag.ch4_humi = 1;
gs_thresholdOpenFlag.ch4_press = 1;
gs_thresholdOpenFlag.ch4_insulation = 1;
gs_thresholdOpenFlag.co2_temp = 1;
gs_thresholdOpenFlag.co2_humi = 1;
gs_thresholdOpenFlag.co2_press = 1;
gs_thresholdOpenFlag.co2_insulation = 0; // 该传感器没有这数据
gs_thresholdOpenFlag.raman_temp = 1;
gs_thresholdOpenFlag.raman_humi = 1;
gs_thresholdOpenFlag.raman_press = 0; // 该传感器没有这数据
gs_thresholdOpenFlag.raman_insulation = 1;
/* 该设备暂时还没有通信暂不清楚具体有没有所以为0 */
gs_thresholdOpenFlag.gene_temp = 1;
gs_thresholdOpenFlag.gene_humi = 1;
gs_thresholdOpenFlag.gene_press = 0;
gs_thresholdOpenFlag.gene_insulation = 1;