Class for AlarmGroup operation.
Namespace:
T.Modules.Alarm
Assembly: T.Modules (in T.Modules.dll)
Top
Top
Top
Assembly: T.Modules (in T.Modules.dll)
| Name | Description | |
|---|---|---|
|
AlarmGroup(RunObj, int) | Construct the instance |
| Name | Description | |
|---|---|---|
|
AckAll | Acknowledge all alarm items that belong to this group. |
|
AckAllWithCommentsInternal | String comment used when AckAll with comment operation is executed. |
|
AckRequired | Get the defined required operator Acknowledgment. |
|
AckTimeout | Timout to reactivate the alarm item after an acknologed without normalize action. |
|
ActiveTimeDeadband | Time deadband to alarm to be generated |
|
ActiveUnAckCount | Get the number of Unacknowledge Alarms. |
|
AutoAckTime | Time to generate an automatic acknowledge |
|
Category | String with the configured category of Alarm Group |
|
Colors | Represents the foreground and background colors for each Alarm state. |
|
CustomEvaluation | Flag indicating whether alarms are generated outside Alarm module. |
|
Description | AlarmGroup Description configured in EditAlarmsGroups. |
|
Disable | Disable/Enable an Alarm Group. |
|
DisableLog | Flag indicating whether log events are disabled. |
|
Id | Gets the ID of an Alarm Group. |
|
LastAlarmItemNotified | String with name of last alarm item notified. |
|
Level | String with the configured levels of Alarm Group |
|
LogEvents | Get the type of Historian archiving on Alarm events. |
|
NotificationMethod | Property to indicate the notification method. |
|
PriorityItem | Return the highest priority Alarm Item of an AlarmGroup. |
|
Show | Gets a configured value to display/not display an Alarm. |
|
Sound | Property to describe if the Alarm Group Sound is Enabled or Disabled. |
|
Suspend | Suspend an Alarm Group. |
|
TotalCount | Get the number of Active Alarms. |
|
UnAckCount | Get the number of Unacknowledge Alarms. |
|
UserName | UserName used with alarm item. |
| Name | Description | |
|---|---|---|
|
AckAllWithComments(string) | Ack all alarm items with comment |
|
AckAllWithComments(string, string, string) | Ack all alarm items with comment |
|
SaveToTextFile(DateTime, DateTime, string, char, bool, int, CultureInfo) | Save alarms to text file |
|
SaveToTextFile(DateTime, DateTime) | Save alarms to text file |
|
SaveToTextFile(string, string, string, char, bool, int, CultureInfo) | Save alarms to text file |
|
SaveToTextFile(string, string) | Save alarms to text file |