AckAll method (AlarmSummary object)
Acknowledges all alarms currently contained in the event list. Does not include alarms filtered out by the display filter.
Syntax
object
.AckAll
([ShowDialog
as Boolean
], [Comment
asString
])where
object
—
the name of an AlarmEventSummary object.ShowDialog
—
optional parameter that controls whether a dialog box is displayed before the alarms are acknowledged.- TRUE. The default value is TRUE. If ShowDialog = TRUE, then theAcknowledge Alarm with Commentdialog box opens and offers users the possibility of entering a comment before the alarms are acknowledged and the Comment edit box is set to match theCommentparameter value.
- FALSE. If ShowDialog = FALSE, then theAcknowledge Alarm with Commentdialog box is NOT displayed before the selected alarms are acknowledged, using the value of theCommentparameter.Comment—optional parameter that controls the comment string associated with the alarm acknowledgment.
Possible errors
- ftasErrorServerConnectionLost
- ftasErrorInsufficientRights
- ftasErrorGeneralFailure
- ftasErrorUnknownAlarm
- ftasErrorOperationIgnored
Provide Feedback