| | |
| | | * A09出片目标位置 d02卧转立 钢化出片 3001 |
| | | * A10出片目标位置 d05卧转立 人工出片 3002 |
| | | */ |
| | | public static final Integer TEMPERING_OUT_TARGET_POSITION = 3001; |
| | | public static final Integer TEMPERING_OUT_TARGET_POSITION = 3002; |
| | | public static final Integer ARTIFICIAL_OUT_TARGET_POSITION = 3002; |
| | | |
| | | /** |
| | |
| | | public static final Integer SLOT_ON = 1; |
| | | public static final Integer SLOT_OFF = 0; |
| | | |
| | | /** |
| | | * 下片任务玻璃状态 |
| | | * 生成任务0 |
| | | * 出片任务2 |
| | | */ |
| | | public static final Integer UNLOAD_GLASS_CREATE = 0; |
| | | public static final Integer UNLOAD_GLASS_OUT = 1; |
| | | public static final Integer UNLOAD_GLASS_DOWN = 2; |
| | | |
| | | } |