自动化立体仓库 - WCS系统
#
lsh
2024-01-24 fd4ce2e507d27baceae451027ea1273c17739830
#
1个文件已修改
2 ■■■ 已修改文件
src/main/java/com/zy/core/thread/SiemensDevpThread.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/core/thread/SiemensDevpThread.java
@@ -262,7 +262,7 @@
        Thread.sleep(200);
        OperateResultExOne<byte[]> result3 = siemensS7Net.Read("DB100.160",(short)2);
        if (result3.IsSuccess && staNoSize==staNos2.size()) {
            Integer siteId = 16;
            Integer siteId = 2000;
            StaProtocol staProtocol = station.get(siteId);
            if (null == staProtocol) {
                staProtocol = new StaProtocol();