ModuleAlarm Class
Name | Description | |
---|---|---|
ModuleAlarm(RunObj, int) | Construct an instance of this class |
Name | Description | |
---|---|---|
AckAll | Acknowledge all alarm items that belong to this group. | |
AckAllWithCommentsInternal | String comment used when AckAll with comment operation is executed. | |
ActiveUnAckCount | Get the number of Unacknowledge Alarms. | |
Area | Provides access to AlarmArea objects. | |
BeepState | Flag to indicate the beep state. This flag can be changed to disable the beep. | |
BeepValue | Flag to indicate the beep value. | |
CurrentShift | Current alarm limit shift that select the limit that will be used. | |
DisableSaveToDatabase | If true then alarms will not be stored in Dataset DB | |
ErrorCount | Error count when storing alarm item | |
GlobalSettings | Provides access to GlobalSettings objects. | |
Group | Provides access to AlarmGroup objects. | |
IsAlarmEventsInOverflow | ReadOnly flag to indicate alarm or event overflow. | |
IsNotifySync | Flag indicating whether notification method will be called immediately when alarm occurs. | |
IsSecondaryActive | Flag the indicate the secondary alarm database status. | |
Item | Provides access to AlarmItem objects. | |
LastHistorianTimestampTicks | Timespamp tick of last alarm item stored. | |
LastHistoricID | ID of last alarm item stored. | |
LastStoredErrorMessage | Last error message when an alarm item was stored. | |
LastStoredTimeStamp | Timestamp when last alarm item was stored. | |
LastTickAdded | Timespamp tick of last alarm item store operation. | |
PriorityItem | Return the highest priority Alarm Item of an AlarmGroup. | |
QueryActive | Current datatable with active alarm objects. | |
Redundancy | Provides access to Alarm Redundancy object. | |
Restart | Flag to force an alarm module restart. A toggle on this flag to execute the operation. | |
StoreAndForward | Provides access to StoreAndForward object. | |
SuccessCount | Success count when storing alarm item | |
TotalCount | Get the number of Active Alarms. | |
UnAckCount | Get the number of Unacknowledge Alarms. | |
UserName | Current username that is related with alarm item. |
Name | Description | |
---|---|---|
AckAllWithComments(string) | Ack all alarm items with comment | |
AckAllWithCommentsAsync(string, string, string) | Ack all alarm items with comment | |
ForceAcknowledge(string[], DateTime[], string[], string[], string[], int[], string[], bool) | Force acknowledge of Alarm Item | |
GetItemList(string) | Get list of alarm items related to tag | |
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 | |
SaveToTextFile(DateTime, DateTime, string, string, char, bool, int, CultureInfo) | Save alarms to text file | |
VerifyDBConnection() | Verify and reopen Alarm database |
T.Modules.Alarm.ModuleAlarm