From 2b2a90e952c2c59642c41d8af5759ceb51b9e099 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期一, 13 五月 2024 16:19:14 +0800 Subject: [PATCH] 根据王江海修改完善的协议(20240510),进行协议实现完善。 --- pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_92_A2_Down.java | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_92_A2_Down.java b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_92_A2_Down.java index d6051ea..d3b7997 100644 --- a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_92_A2_Down.java +++ b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_92_A2_Down.java @@ -82,7 +82,7 @@ } - byte[] bs = new byte[39] ; + byte[] bs = new byte[45] ; int index = 0 ; bs[index] = (byte)(Integer.parseInt(cvo.controllerType, 16)); @@ -178,6 +178,9 @@ ByteUtil.string2BCD_BE(bs, cvo.orderNo, index) ; index += 8 ; + GlCreate.createDt(bs, index); + + index += 6 ; GlCreate.createPw(bs, index); index += 2 ; -- Gitblit v1.8.0