Alarms from multiple projects

I modified the default alarm template that comes with any 7.9 IA project

Be careful with using that alarm query script function within the gui, especially calling it periodically. It can cause the gui to hang over VPN, or cause slow client performance on local clients.

Invoke Async if many alarms. This was for testing so only a few returned

Thank you all. I have solved it. Instead of going through manipulation of script or codes, I did it by just usage of the component style class.https://www.inductiveuniversity.com/videos/component-styles/7.9

Glad you got sorted, but I don’t see how that function achieves what the script above does.

Imagine there is a company with 2 sites.

On a Global company Ignition project, there are links to 2 projects, one per site.

Site A has 5 active Alarms.
Site B has 10 active Alarms.

In the default template provided by IA, the alarm summary will show 15 alarms. In the template I created for Site A, it will show 5, and for Site B it will show 10.