ComponentStatusEnumeration

Actual status of the component provides a minimal error handling for devices without event support.
The fields of the ComponentStatusEnumeration DataType are defined in the following table:
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. |
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. |
The representation of the ComponentStatusEnumeration DataType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=3003 |
NamespaceUri | http://opcfoundation.org/UA/PlasticsRubber/LDS/ |
BrowseName | ComponentStatusEnumeration |
IsAbstract | False |
SubtypeOf | Enumeration |
Categories |
The references from the ComponentStatusEnumeration DataType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasProperty | Variable | EnumValues | EnumValueType[] | PropertyType | Mandatory |