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
BrowseNameErrorHandlingType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the 0:BaseObjectType defined in OPC UA 10000-5
0:HasComponentVariableActiveErrors4:ActiveErrorDataType[]0:BaseDataVariableTypeM,RO
0:HasComponentVariableHighestActiveAlarmSeverity0:UInt160:BaseDataVariableTypeO,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.