WaitStateEnum
Version Info
| Introduced | Deprecated | Updated |
|---|
| 1.5 | | |
Enumeration Literals
| Name | Int | Dep | Upd | Description | | MATERIAL_LOAD | 1.5 | | | execution is waiting while material is being loaded. |
| MATERIAL_UNLOAD | 1.5 | | | execution is waiting while material is being unloaded. |
| PART_LOAD | 1.5 | | | execution is waiting while one or more discrete workpieces are being loaded. |
| PART_UNLOAD | 1.5 | | | execution is waiting while one or more discrete workpieces are being unloaded. |
| PAUSING | 1.5 | | | execution is waiting while the equipment is pausing but the piece of equipment has not yet reached a fully paused state. |
| POWERING_DOWN | 1.5 | | | execution is waiting while the equipment is powering down but has not fully reached a stopped state. |
| POWERING_UP | 1.5 | | | execution is waiting while the equipment is powering up and is not currently available to begin producing parts or products. |
| RESUMING | 1.5 | | | execution is waiting while the equipment is resuming the production cycle but has not yet resumed execution. |
| SECONDARY_PROCESS | 1.5 | | | execution is waiting while another process is completed before the execution can resume. |
| TOOL_LOAD | 1.5 | | | execution is waiting while a tool or tooling is being loaded. |
| TOOL_UNLOAD | 1.5 | | | execution is waiting while a tool or tooling is being unloaded. |