I have a campus with multiple buildings. Each building is identical and hosts their own Ignition server. I need to periodically edit groups of 30-50 tags such as setpoints per building. What is the best way to go about this? Ideally, I would like to have the freedom of something like Excel where I can quickly manipulate the tag names and values and import this to each server.
I'd just do it in excel. Build a template with all your tags w/ tagpaths & values and then make a VBA macro that formats into json strings. Copy that into the script console and then have a generic script that does the write and you just drop your json strings in as a payload and it writes it.
That's how I do my UDT creation and set all my parameters, easier to maintain everything in excel.