Info alerts

Find and share HowTos to various installations / configurations!
5 posts • Page 1 of 1
twinsen
Posts:16
Joined: Mon Jan 30, 2017 1:31 pm

Info alerts

Post by twinsen »

I want to have information alerts without acknowledgement, like:

The engine MTR1 is ON
The engine MTR2 is OFF
The valve VLV5 is OPENED
... etc.

I don't want them to be seen in the notification panel at the top of the screen (alarm row), but only in the big AEScreen panel. How do I do this?

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Info alerts

Post by leoknipp »

The easiest solution is to use specific priorities (e.g. low priorities) for the information alerts and to filter for the priorities in the AESRow and the AEScreen.

With the $-parameter $SCREENTYPE you can define a AES configuration which shall be used in the AESRow. At this configuration you can define the filter settings which shall be used.

Best Regards
Leopold Knipp
Senior Support Specialist

twinsen
Posts:16
Joined: Mon Jan 30, 2017 1:31 pm

Re: Info alerts

Post by twinsen »

Thanks, Leopold! That did the trick. I'm now able to filter shown alerts by their priority. One more question about AESRow:
Rather than clicking each alert, is it possible to add a button that will acknowledge all visible unacknowledged alerts in the AESRow panel?

nmnogueira
Posts:125
Joined: Thu May 05, 2011 12:59 pm

Re: Info alerts

Post by nmnogueira »

There's a global ackonowledge button in the AEScreen, so you can check the code of the button there and try to use it in the AESRow.

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Info alerts

Post by leoknipp »

The common confirm button in the AEScreen only acknowledges the alerts which are visible at the moment.
If an alert is shown in a table line which is currently not visible this alert is not acknowledged.

This is made on purpose to avoid that a user acknowledges an alert which is not visible at the moment.

Best Regards
Leopold Knipp
Senior Support Specialist

5 posts • Page 1 of 1