Automate tag Creation

I have a lot of tags to add into a UDT definition. They're modbus addressed, and it's annoying to manually create so many tags. I already have a list of all the names and opc addresses I want. Is there anyway in the ignition designer to automate the creation of tags? I have experience with python, and if there was an ignition-based script that could create tags and edit their address, that would save me a lot of time. If not, all good. I get paid by the hour anyway.

See system.tag.configure()

Related topic:

1 Like

You should also consider creating UDTs for any repeating sections of tags in the address space, where the UDT is parameterized with starting offsets in the applicable modbus address types.

Much appreciated!