| | |
| | | Boolean executeRes = Boolean.FALSE; |
| | | switch (Objects.requireNonNull(MotionCtgType.get(motion.getMotionCtgEl())).deviceCtg) { |
| | | case CONVEYOR: |
| | | // executeRes = conveyorCommandService.accept(motion); |
| | | executeRes = conveyorCommandService.accept(motion); |
| | | break; |
| | | case CRANE: |
| | | executeRes = craneCommandService.accept(motion); |
| | |
| | | executeRes = shuttleCommandService.finish(motion); |
| | | break; |
| | | case CONVEYOR: |
| | | // executeRes = conveyorCommandService.finish(motion); |
| | | executeRes = conveyorCommandService.finish(motion); |
| | | break; |
| | | default: |
| | | break; |