8 OPC UA EventTypes

8.1 EncoderDiagnosisEventType

Table 34 – EncoderDiagnosisEventType Definition
Attribute Value
BrowseNameEncoderDiagnosisEventType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of 0:BaseEventType defined in [OPC 10000-5].
0:HasPropertyVariableEventCode0:Integer0:PropertyTypeM, RO
0:HasPropertyVariableDiagnosisTypeEventTypeEnumeration0:PropertyTypeM, RO
0:HasPropertyVariableEventText0:String0:PropertyTypeM, RO
0:HasPropertyVariableReasonEncoderDiagnosisReasonEnumeration0:PropertyTypeM, RO
Conformance Units
PNENC Diagnosis Events

The EventCode Property contains a fault-code identifying a fault or warning (See Table 69 fault codes).

The DiagnosisType Property classifies the error condition into categories like warning or fault encoded as EventTypeEnumeration.

The EventText Property contains a brief description of the error or warning.

The Reason Property contains information about the persistency of the error or warning encoded as EncoderDiagnosisReasonEnumeration.

8.2 EncoderProbeLatchEventType

Table 35 – EncoderProbeLatchEventType Definition
Attribute Value
BrowseNameEncoderProbeLatchEventType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of 0:BaseEventType defined in [OPC 10000-5].
0:HasPropertyVariableProbeName0:String0:PropertyTypeO, RO
0:HasPropertyVariableLatchActive0:Boolean0:PropertyTypeM, RO
0:HasPropertyVariableLastLatchedPos0:Number0:PropertyTypeM, RO
Conformance Units
PNENC Probes Events

The ProbeName Property contains the BrowseName of the EncoderProbeType Object the Event originates from.

The LatchActive Variable contains True if the latch is active, otherwise False.

The LastLatchedPos Variable contains the last latched position of the Encoder.

8.3 EncoderRefLatchEventType

Table 36 – EncoderRefLatchEventType Definition
Attribute Value
BrowseNameEncoderRefLatchEventType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of 0:BaseEventType defined in [OPC 10000-5].
0:HasPropertyVariableLatchActive0:Boolean0:PropertyTypeM, RO
0:HasPropertyVariableLastLatchedPos0:Number0:PropertyTypeM, RO
Conformance Units
PNENC Sensor Events

The LatchActive Variable contains True if the latch is active, otherwise False.

The LastLatchedPos Variable contains the last latched position of the Encoder.

8.4 LogbookEventType

Table 37 – LogbookEventType Definition
Attribute Value
BrowseNameLogbookEventType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of 0:BaseEventType defined in [OPC 10000-5].
0:HasPropertyVariableLogEntryLogEntryDataType0:PropertyTypeM, RO
Conformance Units
PNENC Logbook Events

The LogEntry Variable contains a new or a modified log entry. A modification of a log entry usually means that the EventGoing or the EventAcknowledged or both fields of the LogEntryDataType structure are set with a valid time.