10 ComponentType

10.7 Status

Actual status of the component provides a minimal error handling for devices without event support.
Detailed information may be published via ComponentAlarmType.
Table 21 – ComponentStatusEnumeration
Name | Value | Description |
---|---|---|
GOOD | 0 | Component has no error or warning. |
WARNING | 1 | The component has an undefined warning, but no need to stop the production. Detailed information may be published via an alarm (HelpOffNormalAlarmType). |
WARNING_PRESSURE_TOO_HIGH | 2 | Pressure is too high. No need to stop the process but influence to the part quality. |
WARNING_PRESSURE_TOO_LOW | 3 | Pressure is too low. No need to stop the process but influence to the part quality. |
ADVANCE_WARNING_DRUM_CHANGE | 4 | Warning, barrel change is imminent. No need to stop the process. |
ERROR_DRUM_EMPTY | 5 | Drum of the component is empty. Production need to be stopped. |
ERROR | 6 | The component has an error and process needs to be stopped. Detailed information may be published via an alarm (HelpOffNormalAlarmType). |