OPC UA interfaces for plastics and rubber machinery - Flexible PUR foam - Part 1: Cutting Machines
14 ErrorHandlingType
14.1 ErrorHandlingType definition
The ErrorHandlingType provides Variables and Methods for simple error handling and is formally defined in Table 27.
Figure 16 - Overview of ErrorHandlingType
Table 27 - ErrorHandlingType definition
Attribute
Value
BrowseName
ErrorHandlingType
IsAbstract
False
References
Node Class
BrowseName
DataType
TypeDefinition
Other
Subtype of the 0:BaseObjectType defined in OPC UA 10000-5
0:HasComponent
Variable
ActiveErrors
4:ActiveErrorDataType[]
0:BaseDataVariableType
M,RO
0:HasComponent
Variable
HighestActiveAlarmSeverity
0:UInt16
0:BaseDataVariableType
O,RO
Conformance Units
OPC 40092-1 ErrorHandling
14.2 HighestActiveAlarmSeverity
Description:
Indication of the severity of the highest active alarm (0 = no active alarm - 1000 = possible error). Together with ActiveErrors, it provides a minimal error handling for devices without alarm support. However, the variable shall be filled even if alarms are supported.
Example:
400
14.3 ActiveErrors
Description:
List of the active errors of the device. It provides a minimal error handling for devices without alarm support. However, the variable shall be filled even if alarms are supported. The ActiveErrorDataType is defined in OPC 40083 (severity levels defined in clause 6.4). If there is no active error, the array is empty.