Actions
Trigger | Process triggered | Actions |
---|---|---|
Declaration (partial / complete) | // LINK TO PROCESS → should be linked back to websocket event table below |
|
Manual quantity change |
| |
Queue recalculation |
| |
Queue change (planning queue to production queue) |
| |
Production item assign |
| |
Move to redbox |
| |
Move from redbox |
| |
Production item - frozen times manual change |
| |
Material instruction change |
|
Queue
Websocket event | Description | Channel | Data | Websocket implemented |
---|---|---|---|---|
| if the current queue changed (planning → production) |
CODE
|
CODE
| |
| if the position of items changed (e.g. change of sequence, new item added, item remove) It is then compared with the items already loaded and if |
CODE
|
CODE
| |
| if any item has change in calculated times: estimated/scheduled |
CODE
| To be added:
CODE
| |
| If any item is added to the queue |
CODE
| ||
| If any item is removed from the queue |
CODE
|
Queue item
Websocket event | Description | Channel | Data | Websocket implemented |
---|
Production item
Websocket event | Description | Channel | Data | Websocket implemented |
---|---|---|---|---|
quantityChanged | If the quantity changed |
NONE
|
CODE
| Shopfloor view
|
productionStart | If the item is started |
NONE
|
CODE
To be added:
CODE
| Shopfloor view
To be added: Production control
|
productionFinish | If the item is declared |
NONE
|
CODE
To be added:
CODE
| Shopfloor view
To be added: Shopfloor view
|
movedToRedbox | If any item is moved to redbox |
CODE
| To be added:
CODE
| |
returnedFromRedbox | If any item is returned from redbox |
CODE
| To be added:
CODE
| |
timesFrozen | If changed after assignment or during assignment on the line |
CODE
| To be added:
CODE
|
Material
Websocket event | Description | Channel | Data | Websocket implemented |
---|---|---|---|---|
notifyInstructionChanged | If instructions for material in queue change |
CODE
|
CODE
| Shopfloor view
|