Bulk-add "Associated Data" to Alarms

I’m looking to add some Associated Data bound to a Tag to a bunch of alarms on fault tags. The Tag I want to bind to Associated Data is the same for every alarm.

Is there any way to do this in bulk for a lot of tag alarms at once, or am I stuck adding the associated data to each tag alarm individually?

Easiest, fastest way would be to export your tags, then export one tag with the associated data you want, then add the relevant info to each tag in your export. XML (if 7.9) or JSON (if 8.0) are a little tricky to deal with in a plain text editor, but fairly easy to deal with in a simple Python program.

2 Likes