Disabling an alarm while system inactive

We have several different chillers, all with their own respective transmitters, etc. However, we are not always running them all simultaneously.

The problem is, whenever one chiller system is turned off, we still get the alarms (Low temp, stale data, etc.) for that chiller. How can I set the alarms up where they are only active whenever it's respective system is actively running?

I am still very new to Ignition so thanks for any help!

When configuring your alarms, there is an enabled property for each alarm which you can bind to an expression or a tag to dynamically enable/disable the alarm when necessary.

Related manual page: https://www.docs.inductiveautomation.com/docs/8.1/platform/tags/tag-properties/tag-alarm-properties

1 Like

Was able to get it working. Thanks for the help!