AlarmSeverity Enumeration

Represents the severity of alarms.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.138 -- Release Build+b4f8847fe309a44734617722bca179874d85b46d
public enum AlarmSeverity

Members

None0 Indicates that an alarm is of no importance.
Information50 Indicates that an alarm is informative, but not dangerous.
Low150 Indicates that an alarm is not very important.
MediumLow300 Indicates that an alarm is somewhat important.
Medium500 Indicates that an alarm is moderately importance.
MediumHigh700 Indicates that an alarm is important.
High850 Indicates that an alarm is very important.
Unreasonable900 Indicates an alarm for a value that is unreasonable.
Critical950 Indicates than an alarm signifies a dangerous situation.
Latched980 Indicates an alarm for a value that is latched, i.e., flat-lined.
Error1,000 Indicates that an alarm reports bad data.

See Also