rev:ndc报文

This commit is contained in:
2025-11-09 21:58:20 +08:00
parent bf567dbf6f
commit 744ca6539d

View File

@@ -125,10 +125,10 @@ public class NDCAgvServiceImpl implements NDCAgvService {
byte[] b = new byte[]{(byte) 0X87, (byte) 0XCD,
(byte) 0X00, (byte) 0X08,
(byte) 0X00, (byte) 0X18,
(byte) 0X00, (byte) 0X16,
(byte) 0X00, (byte) 0X01,
(byte) 0X00, (byte) 0X71,
(byte) 0X00, (byte) 0X14,
(byte) 0X00, (byte) 0X12,
(byte) 0X01, prioritylow,
(byte) 0X00, (byte) 0X01,
(byte) ikeyhigh, (byte) ikeylow,
@@ -137,8 +137,7 @@ public class NDCAgvServiceImpl implements NDCAgvService {
(byte) qhdhigh, (byte) qhdlow,
(byte) fhdhigh, (byte) fhdlow,
(byte) qhdhigh2, (byte) qhdlow2,
(byte) fhdhigh2, (byte) fhdlow2,
(byte) 0X00, (byte) 0X00
(byte) fhdhigh2, (byte) fhdlow2
};
TwoNDCSocketConnectionAutoRun.write(b);
log.info("下发AGV作业指令 --{}", str1);