自动化立体仓库 - WCS系统
#
LSH
2023-11-21 e6b8c60deb5d86736455e65b85c888619008286f
src/main/java/com/zy/core/model/protocol/RgvProtocol.java
@@ -201,4 +201,10 @@
        this.xDuration = Float.valueOf(xDuration);
    }
    public Integer getRgvPosI(){
        //需要根据现场改造  根据读到的值获取对应站点位置
        if (RgvPos==null) return 0;
        return RgvPos.intValue();
    }
}