rev:优化拔前行架逻辑
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user