自动化立体仓库 - WCS系统
#
yxFwq
2024-07-20 a36b5b1833290b01822d80f2e31a88f9197bf6dc
src/main/java/com/zy/asrs/utils/SteAndJarUtil.java
@@ -95,6 +95,24 @@
        return 0;
    }
    /**
     * 获取硫化罐RGV位置
     */
    public static Integer getJarNoEndRow(Integer jarNo){
        switch (jarNo){
            case 1:
            case 3:
                return  3;
            case 2:
            case 4:
                return  1;
            case 5:
            case 6:
                return  1;
        }
        return 0;
    }
    public static void main(String[] args) {
    }