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){