rev:优化拔前行架逻辑

This commit is contained in:
2025-04-15 15:44:13 +08:00
parent 196f56005f
commit 6960467f74
2 changed files with 2 additions and 2 deletions

View File

@@ -407,7 +407,7 @@ public class TwoNDCSocketConnectionAutoRun extends AbstractAutoRunnable {
} catch (Exception e) {
// TODO Auto-generated catch block
try {
Thread.sleep(5000);
Thread.sleep(1000);
log.info("再次下发agv数据:" + Bytes2HexString(b));
System.out.println("再次下发agv数据:" + Bytes2HexString(b));
dos.write(b);

View File

@@ -318,7 +318,7 @@ public class PullHeadManipulatorDeviceDriver extends AbstractOpcDeviceDriver imp
Map<String, Object> map1 = new HashMap<>();
Map<String, Object> map2 = new HashMap<>();
map1.put("code", "to_command");
map1.put("value", "6");
map1.put("value", "7");
map2.put("code", "to_putpoint");
map2.put("value", Integer.parseInt(to_new_putpoint));
list.add(map1);