ISA95JobOrderStateEnum

Describes the defined job statuses.
The fields of the ISA95JobOrderStateEnum DataType are defined in the following table:
Name | Value | Description |
---|---|---|
Undefined | 0 | Undefined value, should never be seen. |
Waiting | 1 | The necessary pre-conditions have not been met and the order is not ready to run. |
Ready | 2 | The necessary pre-conditions have been met and the order is ready to run, awaiting a Start command. |
Loaded | 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 | The order is executing. |
Completed | 5 | The order has been completed and is no longer in execution. |
Aborted | 6 | The order was aborted. |
Held | 7 | The order has been temporarily stopped due to a constraint of some form. |
Suspended | 8 | The order has been temporarily stopped due to a deliberate decision within the execution system. |
Closed | 9 | The order has been completed and fully reconciled. No further changes, or restatement of actuals is expected. |
Error | 10 | The Job is in error and requires attention. |
The representation of the ISA95JobOrderStateEnum DataType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=3006 |
NamespaceUri | http://opcfoundation.org/UA/ISA95-JOBCONTROL |
BrowseName | ISA95JobOrderStateEnum |
IsAbstract | False |
SubtypeOf | Enumeration |
Categories |
The references from the ISA95JobOrderStateEnum DataType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasProperty | Variable | EnumValues | EnumValueType[] | PropertyType | Mandatory |