|
|
@ -271,57 +271,25 @@ typedef enum { |
|
|
|
kreport_evaporation_bin_water_sensor = 950, // report:state //蒸发仓水浸 //report_evaporation_bin_water_sensor_data_t
|
|
|
|
kreport_device_bottom_water_sensor = 951, // report:state //设备底部水浸 //report_device_bottom_water_sensor_data
|
|
|
|
|
|
|
|
#if 0
|
|
|
|
/***********************************************************************************************************************
|
|
|
|
* H2O2传感器数值上报 * |
|
|
|
***********************************************************************************************************************/ |
|
|
|
kreport_h2o2_data = 400, // report:subid h2o2_sensor_data
|
|
|
|
|
|
|
|
/***********************************************************************************************************************
|
|
|
|
* 加热片控制 * |
|
|
|
* 鼓风机控制 * |
|
|
|
***********************************************************************************************************************/ |
|
|
|
/**
|
|
|
|
* @brief 加热片控制 |
|
|
|
* 打开/关闭 |
|
|
|
* 安全继电器控制 |
|
|
|
* 是否支持读取温度 |
|
|
|
* |
|
|
|
* 电流上报 |
|
|
|
* 温度上报 |
|
|
|
*/ |
|
|
|
kcmd_heater_ctrl = 500, // cmd: power(0-100)
|
|
|
|
kcmd_heater_ctrl_safe_valve = 501, // cmd: valve_state
|
|
|
|
kreport_heater_temperature_data = 550, // report:temperature(0.01)
|
|
|
|
kreport_heater_electric_current = 551, // report:electric_current(ma)
|
|
|
|
kcmd_blower_ctrl = 1000, // cmd: power(0-100)
|
|
|
|
kcmd_blower_ctrl_safe_valve = 1001, // cmd: valve_state
|
|
|
|
kcmd_blower_read_electric_current = 1002, // report:electric_current(ma)
|
|
|
|
|
|
|
|
/***********************************************************************************************************************
|
|
|
|
* 风机控制 * |
|
|
|
* 空压机 * |
|
|
|
***********************************************************************************************************************/ |
|
|
|
/**
|
|
|
|
* @brief 风机控制 |
|
|
|
* 打开/关闭 |
|
|
|
* 安全继电器控制 |
|
|
|
* 电流上报 |
|
|
|
*/ |
|
|
|
|
|
|
|
kcmd_blower_ctrl = 600, // cmd: power(0-100)
|
|
|
|
kcmd_blower_ctrl_safe_valve = 601, // cmd: valve_state
|
|
|
|
kreport_blower_electric_current = 651, // report:electric_current(ma)
|
|
|
|
kcmd_air_compressor_ctrl = 1100, // cmd: power(0-100)
|
|
|
|
kcmd_air_compressor_ctrl_safe_valve = 1101, // cmd: valve_state
|
|
|
|
kcmd_air_compressor_read_electric_current = 1102, // report:electric_current(ma)
|
|
|
|
|
|
|
|
#if 0
|
|
|
|
/***********************************************************************************************************************
|
|
|
|
* 空压机控制 * |
|
|
|
* H2O2传感器数值上报 * |
|
|
|
***********************************************************************************************************************/ |
|
|
|
/**
|
|
|
|
* @brief 空压机 airCompressor |
|
|
|
* 打开/关闭 |
|
|
|
* 安全继电器控制 |
|
|
|
* 电流上报 |
|
|
|
* 调整风速 |
|
|
|
*/ |
|
|
|
|
|
|
|
kcmd_airCompressor_ctrl = 700, // cmd: power(0-100)
|
|
|
|
kcmd_airCompressor_ctrl_safe_valve = 701, // cmd: valve_state
|
|
|
|
kreport_airCompressor_electric_current = 751, // report:electric_current(ma)
|
|
|
|
kreport_h2o2_data = 400, // report:subid h2o2_sensor_data
|
|
|
|
|
|
|
|
/***********************************************************************************************************************
|
|
|
|
* 电磁阀控制 * |
|
|
|