Using AESRow and need to identify if a dpe exists in the panel.
The requirement is to hide the entry in certain circumstances but need to determine if its present in the first place.
AESRow doesn't seem to have any properties or functions that identify a row, column or element in it.
Is that actually the case?
Is there any way of identifying a entry by the dpe name and making it visible or not?
Thank you
AESRow. Reading data from AESRow
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: AESRow. Reading data from AESRow
I had a look at the requirement but I do not understand what you want to do.
To you want to filter the alarms in the AESRow according to the panel which is opened?
Best Regards
Leopold Knipp
Senior Support Specialist
To you want to filter the alarms in the AESRow according to the panel which is opened?
Best Regards
Leopold Knipp
Senior Support Specialist
- RKoczan
- Posts:17
- Joined: Tue Feb 12, 2019 12:30 pm
Re: AESRow. Reading data from AESRow
Thank you for looking in to it.
What I'm trying to do is to hide alerts that are superseded.ie if there is a HIGH level alert is present and then a HIGH HIGH level alert on the same dpe occurs I only want to show the HIGH HIGH alert.
Do you have any suggestions on how this could be done?
Thank you
What I'm trying to do is to hide alerts that are superseded.ie if there is a HIGH level alert is present and then a HIGH HIGH level alert on the same dpe occurs I only want to show the HIGH HIGH alert.
Do you have any suggestions on how this could be done?
Thank you
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: AESRow. Reading data from AESRow
For this requirement there is no standard solution available.
Also implementing this feature in the AEScreen code will not be an easy task.
The AEScreen gives the opportunity to show only the summary alert and to hide the single alerts (referenced with the summary alert) if a threshold is exceeded.
Maybe you can use this approach to fulfill the requirements you have.
Best Regards
Leopold Knipp
Senior Support Specialist
Also implementing this feature in the AEScreen code will not be an easy task.
The AEScreen gives the opportunity to show only the summary alert and to hide the single alerts (referenced with the summary alert) if a threshold is exceeded.
Maybe you can use this approach to fulfill the requirements you have.
Best Regards
Leopold Knipp
Senior Support Specialist
- sladjan
- Posts:1
- Joined: Tue Jan 08, 2019 4:34 pm
Re: AESRow. Reading data from AESRow
Is it possible to filter the alarms in the AESRow according to the panel which is opened? And how?
Thanks,
Sladjan
Thanks,
Sladjan
leoknipp wrote: ↑ Mon Jun 03, 2019 9:41 am I had a look at the requirement but I do not understand what you want to do.
To you want to filter the alarms in the AESRow according to the panel which is opened?
Best Regards
Leopold Knipp
Senior Support Specialist
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: AESRow. Reading data from AESRow
Please have a look at the following thread
viewtopic.php?f=16&t=10629&p=965663&hil ... es#p965663
Best Regards
Leopold Knipp
Senior Support Specialist
viewtopic.php?f=16&t=10629&p=965663&hil ... es#p965663
Best Regards
Leopold Knipp
Senior Support Specialist