Multiple Alarm Journals pointing to the same database?

Is it possible to have two separate gateways log alarms through their own independent alarm journals to the same set of alarm journal tables?

Based on the Ignition generated definitions for alarm_events and alarm_event_data it looks like there shouldn’t be an issue since ID is an identity/auto increment field. The only question I have is the event ID field. This looks like a GUID to me so in theory there should be no collisions between values generated by the two gateways. Can anyone confirm this?

1 Like

Can confirm, no issue.