waitState
Lexicon: eco.wonderland.workcell.observation.data.defs
Type: string
powering-up: Execution is waiting while the equipment is powering up and is not currently available to begin producing parts or products.powering-down: Execution is waiting while the equipment is powering down but has not fully reached a stopped state.part-load: Execution is waiting while one or more discrete workpieces are being loaded.part-unload: Execution is waiting while one or more discrete workpieces are being unloaded.tool-load: Execution is waiting while a tool or tooling is being loaded.tool-unload: Execution is waiting while a tool or tooling is being unloaded.material-load: Execution is waiting while material is being loaded.material-unload: Execution is waiting while material is being unloaded.secondary-process: Execution is waiting while another process is completed before the execution can resume.pausing: Execution is waiting while the equipment is pausing but the piece of equipment has not yet reached a fully paused state.resuming: Execution is waiting while the equipment is resuming the production cycle but has not yet resumed execution.
Referenced By
Section titled “Referenced By”- waitState
eco.wonderland.workcell.observation.event.defs
Schema
Section titled “Schema”{ "type": "string", "knownValues": [ "powering-up", "powering-down", "part-load", "part-unload", "tool-load", "tool-unload", "material-load", "material-unload", "secondary-process", "pausing", "resuming" ]}