fix: 开盖位

This commit is contained in:
2024-05-06 09:46:16 +08:00
parent d2d7f4228e
commit daaa7c94d2

View File

@@ -219,6 +219,12 @@ public class UnBoxLableConveyorDeviceDriver extends AbstractOpcDeviceDriver impl
}
}
}
List list1 = new ArrayList();
Map map = new HashMap();
map.put("code", "to_command");
map.put("value", 7);
list1.add(map);
this.writing(list1);
}
}