rev:更新捆扎贴标位下发信号
This commit is contained in:
@@ -530,7 +530,19 @@ public class FinishedProductOutBindLableDeviceDriver extends AbstractOpcDeviceDr
|
|||||||
Map map12 = new HashMap();
|
Map map12 = new HashMap();
|
||||||
map12.put("code", "to_labeling_template");
|
map12.put("code", "to_labeling_template");
|
||||||
map12.put("value", labelingTemplate);
|
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){
|
if(mode == 17){
|
||||||
|
|||||||
Reference in New Issue
Block a user