Alarm Journal Process and Duplicate event IDs

Hello, I am having an issue with an alarm journal and also wanted to make sure my process is correct for using a query tag with an alarm.

I am using a query tag that executes at a fixed rate every 1 second to check if a condition has been met, then it will trigger an alarm if the query returns 0. The query tag will check every second and if another condition has been met it will return 1, and the alarm will be posted as a clear status.

Does that process make sense? Is this a valid process for the Alarm Journal component?

In my alarm journal there are alarms that show double and their linked to the same event id. (see attached image).

Is there a reason this is happening?

Thank you!

Do you have two alarm profiles defined with duplicate table names?

Yes, I checked and I have sample and the one I created with the same table names.

However, doesn't my alarm journal component bind to the profile in the props.name property?

But the duplication is on insert to the table, so the component can't tell them apart. You simply cannot have multiple journals using the same tables with filters that overlap.

1 Like

ok got it. thank you for the insight!

Edit:

It worked only seeing single alarm now!

Thanks !