rev:更新捆扎贴标位下发信号

This commit is contained in:
2024-05-16 20:34:21 +08:00
parent fc94a4799c
commit 6d780d134a

View File

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