add:生箔任务设置小车

This commit is contained in:
ls
2025-05-12 10:23:16 +08:00
parent 0d2aed6fed
commit ede9c8a903
2 changed files with 2 additions and 1 deletions

View File

@@ -310,7 +310,7 @@ public class AgvNdcTwoDeviceDriver extends AbstractDeviceDriver implements Devic
&& StrUtil.equals("true", manipulatorAgvStationDeviceDriver.getDevice().getExtraValue().get("ignore_pickup_check").toString())) {
byte[] dataSJG = ndcAgvService.sendAgvTwoModeInst(phase, index, 0, 0, 0);
TwoNDCSocketConnectionAutoRun.write(dataSJG);
Thread.sleep(3000);
Thread.sleep(5000);
try {
manipulatorAgvStationDeviceDriver.writing(2);
} catch (Exception e) {

View File

@@ -184,6 +184,7 @@ public class AutoCreateInst {
}else {
instdto.setAgv_inst_type("2");
}
instdto.setCarno("1");
} else if (StrUtil.equals(task_type, "3")) {
instdto.setAgv_inst_type("2");
}else if (StrUtil.equals(task_type, "2")) {