AckPage method (AlarmSummary object)

Acknowledges the page of alarms currently visible in the event list.
Syntax
object
.
AckPage
([
ShowDialog
as
Boolean
], [
Comment
as
String
])
where
object
the name of an AlarmEventSummary object.
ShowDialog
optional parameter that controls whether the
Comment
dialog box is displayed before the alarms are acknowledged.
  • TRUE.
    The default value is TRUE. If ShowDialog = TRUE, then the
    Acknowledge Alarm with Comment
    dialog 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 the
    Comment
    parameter value.
  • FALSE.
    If ShowDialog = FALSE, then the
    Acknowledge Comment
    dialog box is
    not
    displayed before the selected alarms are acknowledged, using the value of the
    Comment
    parameter.
    Comment
    optional parameter that controls the comment string associated with the alarm acknowledgement.
Possible errors
  • ftasErrorServerConnectionLost
  • ftasErrorInsufficientRights
  • ftasErrorGeneralFailure
  • ftasErrorUnknownAlarm
  • ftasErrorOperationIgnored
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal