OpcExclusiveDeviationAlarm Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcExclusiveDeviationAlarm type exposes the following members.

OpcExclusiveDeviationAlarm(IOpcReadOnlyNodeDataStore)

Initializes a new instance of the OpcExclusiveDeviationAlarm class using the dataStore specified.

C#

public OpcExclusiveDeviationAlarm(IOpcReadOnlyNodeDataStore dataStore)


Parameters

dataStore IOpcReadOnlyNodeDataStore

The IOpcReadOnlyNodeDataStore of the 'Opc.UaFx.OpcExclusiveDeviationAlarmNode' to represent.


Exceptions

ArgumentNullException

The dataStore is a null reference (Nothing in Visual Basic).

SetpointNodeId

Gets the node identifier of the set point used in the deviation calculation.

C#

public OpcNodeId SetpointNodeId { get; }


Property Value

OpcNodeId

An instance of the OpcNodeId if the variable is in the address space; otherwise Null. For more information see 'Opc.UaFx.OpcExclusiveDeviationAlarmNode.SetpointNodeId'.