My question links with where should I configure Acknowledge bits for sum alert.
In each symbol or in one object? I remember for DPConnect - it's the best way for perfomance to use connect in one place.
What\'s the best way to configure Acknowledges in panels
- Piterskiy
- Posts:46
- Joined: Wed Jul 09, 2014 12:44 pm
What\'s the best way to configure Acknowledges in panels
- Gertjan van Schijndel
- Posts:634
- Joined: Mon Aug 02, 2010 10:37 am
Re: What\'s the best way to configure Acknowledges in panels
The alert class has a field for configuring an acknowledge bit, which is enforced by the event manager. This is the best place to configure it, but sum alerts are generally not acknowledgeable.
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: What\'s the best way to configure Acknowledges in panels
Hello,
if I've understood the question correctly you want to know where the "Acknowledge"-scripts shall be defined in a panel to get a summary alert which refers to all datapoint elements in a panel.
In this case it does not make a difference if all dp elements are defined at the Acknowledge script for one object or if the information is defined at several objects (every object refers to only one or several dp elements).
The list of datapoint elements for the summary alert is created when calling the function getConfirmDps(). This function reads the panel file to determine the dp elements defined at the acknowledge scripts.
If this information does not answer your question please make the questions more precise.
Best Regards
Leopold Knipp
Senior Supprt Specialist
if I've understood the question correctly you want to know where the "Acknowledge"-scripts shall be defined in a panel to get a summary alert which refers to all datapoint elements in a panel.
In this case it does not make a difference if all dp elements are defined at the Acknowledge script for one object or if the information is defined at several objects (every object refers to only one or several dp elements).
The list of datapoint elements for the summary alert is created when calling the function getConfirmDps(). This function reads the panel file to determine the dp elements defined at the acknowledge scripts.
If this information does not answer your question please make the questions more precise.
Best Regards
Leopold Knipp
Senior Supprt Specialist
- Piterskiy
- Posts:46
- Joined: Wed Jul 09, 2014 12:44 pm
Re: What\'s the best way to configure Acknowledges in panels
Good evening, Leopold.
Thank you, that's exactly what I meant.
Thank you, that's exactly what I meant.