Configure an alarm to be active on Any Change

Use a tag change script, and an accompanying memory boolean tag to write to when changed. Then configure the alarm on that boolean tag. You'll also need an alarm script to set the boolean tag back to 0 once it's been ack'd.

If you'll be doing this often, create a UDT.

Alternatively, do it in the PLC (preferred solution, as it's not dependent on an external device to catch the alarm condition).

1 Like