更新
This commit is contained in:
@@ -144,6 +144,9 @@ public class OvenGantryManipulatorDeviceDriver extends AbstractOpcDeviceDriver i
|
|||||||
// this.setNow_steps_type(0);
|
// this.setNow_steps_type(0);
|
||||||
// logServer.deviceExecuteLog(this.device_code, "", "", "当前执行步骤复位后:" + this.getNow_steps_type());
|
// logServer.deviceExecuteLog(this.device_code, "", "", "当前执行步骤复位后:" + this.getNow_steps_type());
|
||||||
// }
|
// }
|
||||||
|
feedMessage = "";
|
||||||
|
notCreateInstMessage = "";
|
||||||
|
notCreateTaskMessage = "";
|
||||||
message = null;
|
message = null;
|
||||||
}
|
}
|
||||||
logServer.deviceItemValue(this.device_code, "mode", String.valueOf(mode));
|
logServer.deviceItemValue(this.device_code, "mode", String.valueOf(mode));
|
||||||
|
|||||||
@@ -177,6 +177,9 @@ public class SlitTwoManipulatorDeviceDriver extends AbstractOpcDeviceDriver impl
|
|||||||
// this.setNow_steps_type3(0);
|
// this.setNow_steps_type3(0);
|
||||||
// logServer.deviceExecuteLog(device_code, "", "", "复位当前执行步骤成功");
|
// logServer.deviceExecuteLog(device_code, "", "", "复位当前执行步骤成功");
|
||||||
// }
|
// }
|
||||||
|
feedMessage = "";
|
||||||
|
notCreateTaskMessage = "";
|
||||||
|
notCreateInstMessage = "";
|
||||||
}
|
}
|
||||||
logServer.deviceItemValue(this.device_code, "mode", String.valueOf(mode));
|
logServer.deviceItemValue(this.device_code, "mode", String.valueOf(mode));
|
||||||
logServer.deviceExecuteLog(this.device_code, "", "", "信号mode:" + last_mode + "->" + mode);
|
logServer.deviceExecuteLog(this.device_code, "", "", "信号mode:" + last_mode + "->" + mode);
|
||||||
|
|||||||
Reference in New Issue
Block a user