Thanks! Before I create a bunch more tags, I could also bind the Enable/Disable feature of the alarm to the condition. And only enable the alarm if the equipment is in a running state. That seemed to be working quickly; however, it seemed to trigger my alarm cleared event state script every time it was re-enabled. Is there any workaround for this?
I don't know of any major PLC brand that cannot live add a generic tag and comparison logic to yield the desired boolean. The alarm definition would still be in Ignition on that boolean.
The only time I've seen analog alarms actually used in an HMI is when there's not a PLC involved like monitoring power equipment/HVAC equipment in datacenters.
It's really part of my job.
From the perspective of factory managers, many devices are provided and installed by suppliers. When managers want to monitor information that was not originally considered, they have to contact suppliers, which requires additional costs and, more importantly, time. We should avoid this situation, but it happens all the time.
Yeah it can be done in a PLC and we do most alarming that way. However, for this alarm in particular we need to do it for 120 different facilities and there is no reason for it to be a local alarm. It is for our Air Quality team to look for potential issues from a high-level standpoint. It was quicker to roll this out in ignition in a UDT. I appreciate all the responses, and I have a path forward that will work. Thanks again everyone.