What\'s the best way to configure Acknowledges in panels

Find and share HowTos to various installations / configurations!
4 posts • Page 1 of 1
Piterskiy
Posts:46
Joined: Wed Jul 09, 2014 12:44 pm

What\'s the best way to configure Acknowledges in panels

Post by Piterskiy »

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.

Gertjan van Schijndel
Posts:634
Joined: Mon Aug 02, 2010 10:37 am

Re: What\'s the best way to configure Acknowledges in panels

Post by Gertjan van Schijndel »

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

Post by leoknipp »

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

Piterskiy
Posts:46
Joined: Wed Jul 09, 2014 12:44 pm

Re: What\'s the best way to configure Acknowledges in panels

Post by Piterskiy »

Good evening, Leopold.

Thank you, that's exactly what I meant.

4 posts • Page 1 of 1