src/main/java/com/zy/core/thread/SiemensCrnThread.java
@@ -323,6 +323,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));