Commit e61c0379 authored by wanghao's avatar wanghao

1 指令指令完成,但是 没有检测到机械臂完成。

parent d5cbef0d
...@@ -73,11 +73,11 @@ public class DeviceTaskScheduler { ...@@ -73,11 +73,11 @@ public class DeviceTaskScheduler {
*/ */
private void createPortSpecificCommJobs(Long fStoreyId) throws SchedulerException { private void createPortSpecificCommJobs(Long fStoreyId) throws SchedulerException {
// 1. 端口501:5分钟后执行 // 1. 端口501:5分钟后执行
createPortCommJob(fStoreyId, 501, DeviceComm501Job.class, 5); createPortCommJob(fStoreyId, 501, DeviceComm501Job.class, 2);
// 2. 端口502:10分钟后执行 // 2. 端口502:10分钟后执行
createPortCommJob(fStoreyId, 502, DeviceComm502Job.class, 10); createPortCommJob(fStoreyId, 502, DeviceComm502Job.class, 4);
// 3. 端口503:15分钟后执行 // 3. 端口503:15分钟后执行
createPortCommJob(fStoreyId, 503, DeviceComm503Job.class, 15); createPortCommJob(fStoreyId, 503, DeviceComm503Job.class, 6);
} }
/** /**
* 单个端口Job和Trigger创建(通用方法) * 单个端口Job和Trigger创建(通用方法)
......
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