src/main/java/com/zy/core/thread/SiemensDevpThread.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/core/thread/SiemensDevpThread.java
@@ -481,9 +481,12 @@ String workNoAddress; // 目标站地址 String staNoAddress; // 高度类型地址 String heightAddress; if (index < 16) { workNoAddress = "DB100." + index * 4; staNoAddress = "DB100." + (index * 4 + 2); heightAddress = "DB104." + (index * 4 + 2); } else { workNoAddress = "DB100." + (400 + (index-16) * 4); staNoAddress = "DB100." + (400 + (index-16) * 4 + 2);