| | |
| | | return messageBody; |
| | | } |
| | | try{ |
| | | Thread.sleep(50); |
| | | Thread.sleep(10); |
| | | }catch(Exception ex){ |
| | | ex.printStackTrace(); |
| | | } |
| | |
| | | } |
| | | } |
| | | |
| | | Agv agv = agvService.getById(actionList.get(0).getAgvId()); |
| | | AgvAction agvAction = new AgvAction(agv.getUuid(), actionGroupId); |
| | | String agvNo = agvService.getAgvNo(actionList.get(0).getAgvId()); |
| | | AgvAction agvAction = new AgvAction(agvNo, actionGroupId); |
| | | for (Action action : actionList) { |
| | | |
| | | switch (Objects.requireNonNull(ActionTypeType.get(action.getActionTypeEl()))) { |
| | |
| | | this.responseThread = new Thread(() -> { |
| | | while (!Thread.currentThread().isInterrupted()) { |
| | | try { |
| | | Thread.sleep(30); |
| | | Thread.sleep(10); |
| | | |
| | | if (configService.getVal("fakeSign", Boolean.class)) { |
| | | this.responseTheRequest(); |