Condensing alarms to one event frame

Hello,

 

I have a piece of a equipment which has many alarms and I'm trying to create a notification system which will send an email containing all the alarms which were active when an alarm goes off (as more than one can go off at a time).

 

The only idea I have right now is to have an individual analysis for each alarm and have them all use the same event frame as if any of the alarms go off than the event frame will be activated and the notification will list what alarm the analysis was for. However, this would cause for a lot of notifications to be sent at once if more than one alarm were to go off and also a lot of analysis needing to be created.

 

Is there any better way to condense it so one analysis can monitor all of the alarms for the piece of equipment and display only the ones which are active in the notification that is sent when it first begins?