From 6d780d134a07d3fa5a619948b3b6c6cdf04e7fa7 Mon Sep 17 00:00:00 2001 From: tuqiang <437016993@qq.com> Date: Thu, 16 May 2024 20:34:21 +0800 Subject: [PATCH] =?UTF-8?q?rev:=E6=9B=B4=E6=96=B0=E6=8D=86=E6=89=8E?= =?UTF-8?q?=E8=B4=B4=E6=A0=87=E4=BD=8D=E4=B8=8B=E5=8F=91=E4=BF=A1=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FinishedProductOutBindLableDeviceDriver.java | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/acs2/nladmin-system/nlsso-server/src/main/java/org/nl/acs/device_driver/one_conveyor/finished_product_out_with_bind_lable_conveyor/FinishedProductOutBindLableDeviceDriver.java b/acs2/nladmin-system/nlsso-server/src/main/java/org/nl/acs/device_driver/one_conveyor/finished_product_out_with_bind_lable_conveyor/FinishedProductOutBindLableDeviceDriver.java index 09368c751..c52cfa7f9 100644 --- a/acs2/nladmin-system/nlsso-server/src/main/java/org/nl/acs/device_driver/one_conveyor/finished_product_out_with_bind_lable_conveyor/FinishedProductOutBindLableDeviceDriver.java +++ b/acs2/nladmin-system/nlsso-server/src/main/java/org/nl/acs/device_driver/one_conveyor/finished_product_out_with_bind_lable_conveyor/FinishedProductOutBindLableDeviceDriver.java @@ -530,7 +530,19 @@ public class FinishedProductOutBindLableDeviceDriver extends AbstractOpcDeviceDr Map map12 = new HashMap(); map12.put("code", "to_labeling_template"); map12.put("value", labelingTemplate); - list.add(map12); + + Map map13 = new HashMap(); + map13.put("code", "to_leight"); + map13.put("value", length); + list.add(map13); + Map map14 = new HashMap(); + map14.put("code", "to_wedth"); + map14.put("value", width); + list.add(map14); + Map map15 = new HashMap(); + map15.put("code", "to_height"); + map15.put("value", height); + list.add(map15); } if(mode == 17){