|
|
@ -111,7 +111,6 @@ public class NDCAgvServiceImpl implements NDCAgvService { |
|
|
|
|
|
|
|
|
|
|
|
byte[] b = new byte[]{}; |
|
|
|
if (type == 1) { |
|
|
|
b = new byte[]{(byte) 0X87, (byte) 0XCD, |
|
|
|
(byte) 0X00, (byte) 0X08, |
|
|
|
(byte) 0X00, (byte) 0X12, |
|
|
@ -126,7 +125,6 @@ public class NDCAgvServiceImpl implements NDCAgvService { |
|
|
|
(byte) qhdhigh, (byte) qhdlow, |
|
|
|
(byte) fhdhigh, (byte) fhdlow, |
|
|
|
}; |
|
|
|
} |
|
|
|
log.info("下发AGV作业指令 --{}", str1); |
|
|
|
log.info("下发AGV作业指令--{}", str); |
|
|
|
log.info("下发agv指令数据--{}", Bytes2HexString(b)); |
|
|
|