自动化立体仓库 - WCS系统
#
whycq
2022-08-12 566471670b790929468a86ed9788b33255013fa0
src/main/java/com/zy/core/thread/SiemensDevpThread.java
@@ -231,7 +231,7 @@
            return;
        }
        int index = staNos.indexOf(staProtocol.getSiteId());
        short[] array = new short[10];
        short[] array = new short[2];
        array[0] = staProtocol.getWorkNo();
        array[1] = staProtocol.getStaNo();
        OperateResult write = siemensS7Net.Write("DB100." + index*4, array);