- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-05-06 12:38 AM . Last Modified: 2023-05-03 12:03 AM
Acknowledge alarms by severity
Is there a fast and efficient way to acknowledge alarms by severity in a group or whole system?
- Labels:
-
ViewX
Link copied. Please paste this link to share this article on your social media post.
Accepted Solutions

Posted: 2021-05-06 02:59 PM . Last Modified: 2021-05-06 03:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-05-06 02:59 PM . Last Modified: 2021-05-06 03:17 PM
Not in a single call, but you could write some simple script or logic to loop through CAlarm (not CAlarmObject) and call the Acknowledge method on each row that meets your conditions.
Advantage of using scripting is its ran by the user to logging is correct.
Link copied. Please paste this link to share this article on your social media post.

Posted: 2021-05-06 02:59 PM . Last Modified: 2021-05-06 03:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-05-06 02:59 PM . Last Modified: 2021-05-06 03:17 PM
Not in a single call, but you could write some simple script or logic to loop through CAlarm (not CAlarmObject) and call the Acknowledge method on each row that meets your conditions.
Advantage of using scripting is its ran by the user to logging is correct.
Link copied. Please paste this link to share this article on your social media post.

