|
|
@ -147,6 +147,7 @@ public class NDCSocketConnectionAutoRun extends AbstractAutoRunnable { |
|
|
|
int carno = arr[20]; |
|
|
|
Instruction link_inst = null; |
|
|
|
Instruction inst = null; |
|
|
|
Instruction instruction_status=null; |
|
|
|
List<Instruction> insts = null; |
|
|
|
boolean link_flag = false; |
|
|
|
Device agv_device = null; |
|
|
@ -178,6 +179,8 @@ public class NDCSocketConnectionAutoRun extends AbstractAutoRunnable { |
|
|
|
inst.setAgv_jobno(String.valueOf(index)); |
|
|
|
inst.setSend_status("1"); |
|
|
|
instructionService.update(inst); |
|
|
|
} else { |
|
|
|
log.info("agv的指令号{} agv指令状态为{} 未找到对应指令",inst,instruction_status); |
|
|
|
} |
|
|
|
data = NDCAgvService.sendAgvOneModeInst(phase, index, 0); |
|
|
|
} |
|
|
|