Click or drag to resize

Alarm Properties

The Alarm type exposes the following members.

Properties
  Name Description
Public property AssociatedMeasurementID Gets or sets the identification number of the measurements generated for alarm events.
Public property Cause Gets the most recent measurement that caused the alarm to be raised.
Public property Delay Gets or sets the amount of time that the signal must be exhibiting alarming behavior before the alarm is raised.
Public property Description Gets or sets the description of the alarm.
Public property Hysteresis Gets or sets the hysteresis used when clearing alarms. This value is only relevant in greater than (or equal) and less than (or equal) operations.
Public property ID Gets or sets the identification number of the alarm.
Public property Operation Gets or sets the operation to be performed when testing values from the incoming signal.
Public property SetPoint Gets or sets the value to be compared against the signal to determine whether to raise the alarm. This value is irrelevant for the Flatline operation.
Public property Severity Gets or sets the severity of the alarm.
Public property SignalID Gets or sets the identification number of the signal whose value is monitored by the alarm.
Public property State Gets or sets the current state of the alarm (raised or cleared).
Public property TagName Gets or sets the tag name of the alarm.
Public property TimeRaised Gets or sets the timestamp of the most recent measurement that caused the alarm to be raised.
Public property Tolerance Gets or sets a tolerance window around the SetPoint to use when comparing against the value of the signal. This value is only relevant for the Equal and NotEqual operations.
Top
See Also