Hi,
I'm trying to make an AEScreen where DPEs with alert priority 10 (events) or 60 (alarms) are shown. I realized that when an int type DPE (prior 10) triggers its alarm due to its value reaches an alarm threshold (commonly, I define 4 values), the event is shown twice in the AEScreen. I think this is because the "Direction Filter" is set to 'All'. The alarm text is shown when it cames and when it leaves (it is immediatelly acknowledged). However, if I set the filter to ' Alert Direction: CAME' to solve that, the bool type alarms (prior 60) are only registered when they come, but not when they're gone. Obviously, the same happens with 10 prior alarm bool type DPEs. I understand that this behaviour is what is expected but I need to archieve the following behaviour.
- 60 prior alarms are bool DPEs. Their alarms must be shown when they come and when they leave, in order to control when the problem was solved
- 10 prior alarms can be bool or int: 1) If the DPE is bool, the behaviour must be the same as the 60 prior DPEs. The meaning is not the same, but as both states are possible, they must be acquired. 2) If it is an int alarm, I need that only the COME text is shown, because with the current filter I'm acquiring when it leaves, too.
Thank you so much to all
AEScreen duplicated events
- VictorCalvo
- Posts:20
- Joined: Fri Feb 08, 2019 12:48 pm
Re: AEScreen duplicated events
I was thinking in a possible solution, but I'm not sure if it can be done (I didn´t find how to perform it)
Is possible to trigger an alarm for each value of a boolean DPE?. I mean, trigger it when the DPE's value is set to 0 and other one when it's set to 1. If this can be done, due to I'll obtain two CAME text, I could filter the WENT texts in order to avoid them to appear in the AEScreen. With this filter also I would avoid the "duplicated" entries obteneid for the integer DPEs
Is possible to trigger an alarm for each value of a boolean DPE?. I mean, trigger it when the DPE's value is set to 0 and other one when it's set to 1. If this can be done, due to I'll obtain two CAME text, I could filter the WENT texts in order to avoid them to appear in the AEScreen. With this filter also I would avoid the "duplicated" entries obteneid for the integer DPEs
- VictorCalvo
- Posts:20
- Joined: Fri Feb 08, 2019 12:48 pm
Re: AEScreen duplicated events
[SOLVED] I didn't realize that the config file has an entry to specify that impulse discrete alarms don't generate WENT events