Commit e6f58e8e authored by wanghao's avatar wanghao

1 测试 上电后通信 和 最终完成 定时任务功能

parent daa59df2
...@@ -80,7 +80,7 @@ public class AllCommandHandler { ...@@ -80,7 +80,7 @@ public class AllCommandHandler {
deviceTaskScheduler.scheduleDeviceMonitoring(tStoreyInfo.getfStoreyId(),fip,fport); deviceTaskScheduler.scheduleDeviceMonitoring(tStoreyInfo.getfStoreyId(),fip,fport);
} }
} catch (ModbusInitException | ModbusTransportException | ErrorResponseException | SchedulerException e) { } catch (ModbusInitException | ModbusTransportException | ErrorResponseException e) {
// 记录异常 // 记录异常
TEquipmentAlarmData alarmData = new TEquipmentAlarmData(); TEquipmentAlarmData alarmData = new TEquipmentAlarmData();
alarmData.setfAlarmType("03"); // 老化层 alarmData.setfAlarmType("03"); // 老化层
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment