B.2 Status
In the ExtrusionDeviceType, the Variable Status has been replaced by the two state machines MachineryItemState and MachineryOperationMode (see OPC 40001-1). The state machine MachineryItemState is extended by a sub state machine ExtrusionExecutingSubState.
As the status information is now split into two states, there is no one-to-one relation between the old states in version 1.01 and the new ones in version 2.0. For example, MALFUNCTION and MAINTENANCE which are separate states in version 1.01 can occur at the same time with the MachineryItemState OutOfService and MachineryOperationMode Maintenance when there is an error during maintenance.
|
Version 1.01
ExtrusionDeviceType Status | Version 2.00 Identification | ||
| Name | Value | MachineryItemState | MachineryOperationMode |
| OFFLINE | 0 | NotAvailable | any |
| IDLE | 1 | NotExecuting | any |
| PREPARING | 2 | Executing (with any substate) | Setup |
| READY_TO_RUN | 3 | Executing with sub state ReadyToRun | Processing |
| MANUAL_RUN | 4 | Executing with sub state ManualRun | Processing |
| CONTROLLED_RUN | 5 | Executing with sub state ControlledRun | Processing |
| MALFUNCTION | 6 | OutOfService | any |
| MAINTENANCE | 7 | any | Maintenance |