JobStatusEnumeration

Current status of the job.
The fields of the JobStatusEnumeration DataType are defined in the following table:
Name | Value | Description |
---|---|---|
OTHER | 0 | This state is used if none of the other states below apply. |
TRANSFERRED_ASSIGNED | 1 | The job has been transferred to the machine and assigned as current job. |
SET_UP_ACTIVE | 2 | The operator prepares the machine for the job. |
SET_UP_INTERRUPTED | 3 | The operator has interrupted but not finished the preparation of the machine for the job. |
SET_UP_FINISHED | 4 | The operator has finished the preparation of the machine for the job. |
START_UP_ACTIVE | 5 | The operator is setting the machine in the start-up phase. |
JOB_IN_PRODUCTION | 6 | The machine is producing parts/products for the job. |
JOB_INTERRUPTED | 7 | The job is interrupted. The nominal output is not reached. |
JOB_FINISHED | 8 | Nominal output reached. |
TEAR_DOWN_ACTIVE | 9 | The operator tears the machine down. |
TEAR_DOWN_INTERRUPTED | 10 | Tear-down is interrupted but not finished. |
TEAR_DOWN_FINISHED | 11 | Tear-down is finished. |
The representation of the JobStatusEnumeration DataType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=3017 |
NamespaceUri | http://opcfoundation.org/UA/PlasticsRubber/GeneralTypes/ |
BrowseName | JobStatusEnumeration |
IsAbstract | False |
SubtypeOf | Enumeration |
Categories |
The references from the JobStatusEnumeration DataType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasProperty | Variable | EnumValues | EnumValueType[] | PropertyType | Mandatory |