Class for AlarmItem operation.
Namespace:
T.Modules.Alarm
Assembly: T.Modules (in T.Modules.dll)
Top
Top
Assembly: T.Modules (in T.Modules.dll)
| Name | Description | |
|---|---|---|
|
AlarmItem(RunObj, int) | Construct the instance |
| Name | Description | |
|---|---|---|
|
AckTime | Time that an alarm Item is set at "Acknowledge". |
|
ActiveLocalTime | Time that an Alarm Item started in local time. |
|
ActiveTime | Time that an Alarm Item started. |
|
Alarm | Indicates whether alarm item is active (1) or normalized (0) |
|
Area | Area name to which an Alarm Item belongs. |
|
AuxValue | Auxiliary value. |
|
Category | Categrory |
|
ColorBG | Configured Background Color of an Alarm Item. |
|
ColorFG | Configured Foreground Color of an Alarm Item. |
|
Comment | Alarm comment |
|
Condition | Configured evaluation condition to generate an AlarmItem. |
|
Deadband | Defined Deadband of an AlarmItem. Configured AlarmItem downtime. |
|
Disable | Property to Disable/Enable an AlarmItem. |
|
Duration | How long alarm remained active |
|
Group | Group name to which an Alarm Item belongs. |
|
Id | Gets the ID of an Alarm Item. |
|
ItemName | Item name |
|
LastValue | Last value when alarm item was checked |
|
Level | Asset level |
|
Limit | Get defined value to evaluate AlarmItem conditions |
|
Limit0 | Reserved. |
|
Limit1 | Used as alarm limit when Alarm.EnableLimitsByShift is true and Alarm.CurrentShift is 1. |
|
Limit2 | Used as alarm limit when Alarm.EnableLimitsByShift is true and Alarm.CurrentShift is 2. |
|
Message | Get the configured Message to display when Alarm occurs. |
|
MessageExtended | Get the configured Message to display when Alarm occurs including initial char "*" to indicate that an acknowledge is required. |
|
MessageValue | Get the configured Message to display when Alarm occurs. |
|
NormTime | Time that an Alarm takes to "Normalization". |
|
PreviousValue | Previous value when alarm item was checked |
|
Priority | Get an AlarmItem Priority. |
|
Setpoint | Defined Setpoint of an AlarmItem. |
|
SetpointDeadband | Represents the dead band for the SetPoint property. |
|
State | Get an Alarm Item State. Alarm Item state can be: Active, Acknowledge or Normalized |
|
Suspend | Property to suspend an AlarmItem. |
|
TagName | Get the defined TagName that will be evaluated to generate an Alarm Item. |
|
UnAck | Property set/get an Unacknowledge Alarm Item. |
|
UserName | User name acknowledges alarm |