UAOffNormalAlarm Class
Extends UADiscreteAlarm
Module: opcua.address_space.AlarmsAndConditions
The OffNormalAlarmType is a specialization of the DiscreteAlarmType intended to represent a discrete Condition that is considered to be not normal. This sub type is usually used to indicate that a discrete value is in an Alarm state, it is active as long as a non-normal value is present.
Constructor
UAOffNormalAlarm
()
Item Index
Methods
Properties
Methods
(static)UAOffNormalAlarm.instantiate
(
-
namespace -
limitAlarmTypeId -
options -
data When
Parameters:
-
namespaceNamespace -
limitAlarmTypeIdObject -
optionsObject-
inputNodeNodeId | UAVariablethe input node
-
normalStateNodeId | UAVariablethe normalStateNode node
-
-
data WhenObjectthe value of inputNode doesn't match the normalState node value, then the alarm is raised.
getNormalStateNode
()
BaseNode
Returns:
BaseNode:
getNormalStateValue
()
Any
Returns:
Any:
setNormalStateValue
(
-
value
Parameters:
-
valueObject
The NodeOPCUA API