Acknowledging alarms outside the alarm line

Is there a function block that can acknowledge all alarms on an Aprol server?
I would like to use a logic function to acknowledge all alarms in a system.
Perhaps someone has a template? Is there such a thing?

Hello Martin,

there are Python functions for AlarmMonitor, you can use them in a graphics block.

https://help.br-automation.com/#/en/APROL/654dc7958555ea62ca4cb9c4

BR

I’ll just add quik note. For someone is obvious.
In DC you must have configured alarm line. If is it disabled, this function will not work

   DC.monitor[0].acknowledgeAll("Ok")

Thank you both, I have also thougt about this functions and proposed it to customer.
I will see if that suits his use case.

Hi, what is the status of this topic, have you found solution for you? Can you mark the reply that helped you the most?