zhou zhou
2025-12-23 a4171a52aeb242836959fecd5f4227bfba73b241
src/main/java/com/zy/core/thread/SiemensCrnThread.java
@@ -259,6 +259,7 @@
                array[7] = command.getDestinationPosY();
                array[8] = command.getDestinationPosZ();
                array[9] = command.getCommand();
                Thread.sleep(200); // 延迟写入
                result = siemensNet.Write("DB100.0", array);
                //堆垛机任务写入后,回读一次,看是否成功
@@ -323,6 +324,7 @@
                array[7] = command.getDestinationPosY();
                array[8] = command.getDestinationPosZ();
                array[9] = command.getCommand();
                Thread.sleep(200); // 延迟写入
                result = siemensNet.Write("DB100.0", array);
                log.info(JSON.toJSONString(array));