This commit is contained in:
2023-03-06 19:50:54 +08:00
parent 22f748347b
commit 0342025afa
2 changed files with 6 additions and 0 deletions

View File

@@ -144,6 +144,9 @@ public class OvenGantryManipulatorDeviceDriver extends AbstractOpcDeviceDriver i
// this.setNow_steps_type(0);
// logServer.deviceExecuteLog(this.device_code, "", "", "当前执行步骤复位后:" + this.getNow_steps_type());
// }
feedMessage = "";
notCreateInstMessage = "";
notCreateTaskMessage = "";
message = null;
}
logServer.deviceItemValue(this.device_code, "mode", String.valueOf(mode));

View File

@@ -177,6 +177,9 @@ public class SlitTwoManipulatorDeviceDriver extends AbstractOpcDeviceDriver impl
// this.setNow_steps_type3(0);
// logServer.deviceExecuteLog(device_code, "", "", "复位当前执行步骤成功");
// }
feedMessage = "";
notCreateTaskMessage = "";
notCreateInstMessage = "";
}
logServer.deviceItemValue(this.device_code, "mode", String.valueOf(mode));
logServer.deviceExecuteLog(this.device_code, "", "", "信号mode" + last_mode + "->" + mode);