1
This commit is contained in:
@@ -78,7 +78,7 @@ public class NDCAgvServiceImpl implements NDCAgvService {
|
||||
};
|
||||
log.info("下发删除AGV指令--{}", Bytes2HexString(b));
|
||||
|
||||
NDCSocketConnectionAutoRun.write(b);
|
||||
// NDCSocketConnectionAutoRun.write(b);
|
||||
System.out.println("下发删除agv指令数据:" + Bytes2HexString(b));
|
||||
}
|
||||
} finally {
|
||||
@@ -186,7 +186,7 @@ public class NDCAgvServiceImpl implements NDCAgvService {
|
||||
};
|
||||
log.info("下发AGV作业指令--{}", str1);
|
||||
|
||||
NDCSocketConnectionAutoRun.write(b);
|
||||
// NDCSocketConnectionAutoRun.write(b);
|
||||
System.out.println("下发agv指令数据:" + Bytes2HexString(b));
|
||||
}
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user