Dynamically create data type instance with data coming from a SQL database

Hello,

I have some troubles to create a multi instances or a new data type instance with data coming from a SQL database. What I have is a multiple names of conveyors coming from a database I built an UDT with parameters in there, but I’ll like to create those automatically with the name of the converyos in MySQL database.

I assume you are just wanting to create a new UDT instance from data coming from a db query?

system.tag.configure - Ignition User Manual 8.1 - Ignition Documentation (inductiveautomation.com)

Thank you for your quick answer, Also what I would like to do is, use a template repeater and pass parameters through the reapeter to have those conveyors have functionality as green when running, status, etc those functions are working fine in the template, but I’d like to have those dynamically regarding the units I have in the database, any word of advice will be appreciate it.