| | |
| | | public static final String BIG_STORAGE_REQUEST_IN = "1"; |
| | | |
| | | /** |
| | | * 大理片笼详情状态 |
| | | * 0 大理片笼进片中 |
| | | * 1 大理片笼在笼内 |
| | | * 2 大理片笼出片中 |
| | | * 3 大理片笼出片完成 |
| | | * 4 大理片笼手动出片 |
| | | */ |
| | | public static final Integer BIG_STORAGE_IN = 0; |
| | | public static final Integer BIG_STORAGE_INSIDE = 1; |
| | | public static final Integer BIG_STORAGE_OUT = 2; |
| | | public static final Integer BIG_STORAGE_OUTSIDE = 3; |
| | | public static final Integer BIG_STORAGE_MANUAL = 4; |
| | | |
| | | /** |
| | | * 卧转立进片请求 |
| | | * 1 任务生成 |
| | | * 2 卧转立进片完成 |
| | |
| | | */ |
| | | public static final Integer BIG_STORAGE_IN_WAIT = 1; |
| | | public static final Integer BIG_STORAGE_IN_RUN = 2; |
| | | |
| | | /** |
| | | * 大理片笼宽度 及 玻璃间距 |
| | | */ |
| | | public static final Integer BIG_STORAGE_WIDTH = 5000; |
| | | public static final Integer BIG_STORAGE_GAP = 20; |
| | | |
| | | /** |
| | | * 钢化小片表 |