Ack.Visible() method
- Last UpdatedJul 19, 2024
- 1 minute read
The Ack.Visible method acknowledges all alarms currently visible in the Alarm Control.
Syntax
AlarmClient.Ack.Visible(AckComment);
Parameters
AckComment
A string indicating the alarm acknowledgement comment.
Example
AlarmClient1.Ack.Visible("Alarm acknowledged");