Check if alarm settings changed

We are trying to have better control of alarms, and one step is to prevent/track changes to these settings.
What are some ways to accomplish this?

Is there a way to have permissions inside of designer to allow changes to certain aspects, like alarming?

Is there a way to track changes to alarming done in designer through event logging?

I don’t think there’s a way to do this normally, unfortunately. However, something we do is have a folder of config memory tags, for things like priority, set point, etc. and have the alarm properties bound to those. That way, the memory tags are easier to monitor.

Could you explain how having alarm properties bound to memory tags would make it easier to monitor?

I’m guessing he has historian or a transaction group enabled on those memory tags in order to track any changes.

I don’t believe there is a permission or anything that will prevent changes to specifically just alarms. You could make a separate user group though and have that group only have access to add/remove/modify tags through client permissions or through the tag provider settings. I haven’t really used either of these before, so I’m not sure which would be preferred or if there are any further quirks.

Tag Provider: https://docs.inductiveautomation.com/display/DOC79/Tag+Provider+Security
Client Permissions: https://docs.inductiveautomation.com/display/DOC79/Project+Properties#ProjectProperties-ClientPermissions

2 Likes