JobOrderStateEnum

Describes the possible serial number statesjob order states.
The fields of the JobOrderStateEnum DataType are defined in the following table:
Name | Value | Description |
---|---|---|
Undefined_0 | 0 | defined value, should never be seen. |
Waiting_1 | 1 | The necessary pre-conditions have not been met and the order is not ready to run. |
Ready_2 | 2 | The necessary pre-conditions have been met and the order is ready to run, awaiting a Start command. |
Loaded_3 | 3 | In situations where only one job may be in active memory and is able to be run, then the job is loaded in active memory, the necessary pre-conditions have been met, and the order is ready to run, awaiting a Start command. |
Running_4 | 4 | The order is executing. |
Completed_5 | 5 | The order has been completed and are no longer in execution. |
Aborted_6 | 6 | The order was aborted. |
Held_7 | 7 | The order has been temporarily stopped due to a constraint of some form. |
Suspended_8 | 8 | The order has been temporarily stopped due to a deliberate decision within the execution system. |
Closed_9 | 9 | The order has been completed and fully reconciled. No further changes, or restatement of actuals is expected. |
The representation of the JobOrderStateEnum DataType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=3009 |
NamespaceUri | http://opcfoundation.org/OPENSCS-SER/ |
BrowseName | JobOrderStateEnum |
IsAbstract | False |
SubtypeOf | Enumeration |
Categories |
The references from the JobOrderStateEnum DataType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasProperty | Variable | EnumValues | EnumValueType[] | PropertyType | Mandatory |