行架盘点业务小修改

This commit is contained in:
张江玮
2023-01-05 16:07:48 +08:00
parent 6bbfcae338
commit a2c80240a3

View File

@@ -434,6 +434,7 @@ public class HfGantryManipulatorDeviceDriver extends AbstractOpcDeviceDriver imp
this.writing("to_onset", start_addr);
this.writing("to_target", next_addr);
this.writing("to_task", dto.getInstruction_code());
this.writing("to_barcode", dto.getVehicle_code());
this.writing("to_command", "1");
logServer.deviceInfo("机械手申请任务", this.getDevice_code(), "机械手申请任务指令创建成功,信号写入成功");
}