This commit is contained in:
2022-12-27 16:33:54 +08:00
parent 168ee247d5
commit 6a051ce15c

View File

@@ -263,6 +263,7 @@ public class SiemensConveyorDeviceDriver extends AbstractOpcDeviceDriver impleme
itemMap.put(to_param, value);
// itemMap.put(to_param, Integer.parseInt(value));
ReadUtil.write(itemMap, server);
logServer.deviceExecuteLog(device_code,"","","下发电气信号设备号:" + device_code + ",下发电气:" + to_param + ",下发电气值:" + value);
}
public void executing(Server server, Map<String, Object> itemMap) {