自动化立体仓库 - WCS系统
*
lsh
2 天以前 184980deb3f854a98eb112e7998875113ebbba9a
src/main/java/com/zy/core/thread/SiemensDevpThread.java
@@ -412,6 +412,17 @@
        }
    }
    /**
     * 设置入库标记
     */
    @Override
    public void setGrossWt(Integer siteId, Double grossWt) {
        StaProtocol staProtocol = station.get(siteId);
        if (null != staProtocol) {
            staProtocol.setGrossWt(grossWt);
        }
    }
    @Override
    public void close() {
        siemensS7Net.ConnectClose();