add:NDC烘箱对接位放货判断

This commit is contained in:
2025-09-16 13:10:46 +08:00
parent 071dfa6efd
commit e0a6548d69
2 changed files with 25 additions and 3 deletions

View File

@@ -182,7 +182,7 @@ public class HongXiangConveyorDeviceDriver extends AbstractOpcDeviceDriver imple
if (move == 0) {
thingToNothing();
}
logServer.deviceExecuteLog(this.device_code, "", "", "信号mode" + mode + "->" + last_mode);
logServer.deviceExecuteLog(this.device_code, "", "", "信号move" + mode + "->" + last_mode);
}
if (error != last_error) {
if (error != 0) {
@@ -203,7 +203,7 @@ public class HongXiangConveyorDeviceDriver extends AbstractOpcDeviceDriver imple
requireSucess = false;
logServer.deviceExecuteLog(device_code, "", "", "请求标记复位成功`此时请求标记值为requireSucess:" + requireSucess);
}
logServer.deviceExecuteLog(this.device_code, "", "", "信号move" + last_finish + "->" + finish);
logServer.deviceExecuteLog(this.device_code, "", "", "信号finish" + last_finish + "->" + finish);
}
if (mode == 0) {
this.setIsonline(false);