行架盘点业务小修改
This commit is contained in:
@@ -434,6 +434,7 @@ public class HfGantryManipulatorDeviceDriver extends AbstractOpcDeviceDriver imp
|
|||||||
this.writing("to_onset", start_addr);
|
this.writing("to_onset", start_addr);
|
||||||
this.writing("to_target", next_addr);
|
this.writing("to_target", next_addr);
|
||||||
this.writing("to_task", dto.getInstruction_code());
|
this.writing("to_task", dto.getInstruction_code());
|
||||||
|
this.writing("to_barcode", dto.getVehicle_code());
|
||||||
this.writing("to_command", "1");
|
this.writing("to_command", "1");
|
||||||
logServer.deviceInfo("机械手申请任务", this.getDevice_code(), "机械手申请任务指令创建成功,信号写入成功");
|
logServer.deviceInfo("机械手申请任务", this.getDevice_code(), "机械手申请任务指令创建成功,信号写入成功");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user