UDTs without Kepware using changing register ID

Hello

I wanted to ask whether anyone knew if we could make UDTs without kepware. So, we got rid of kepware to save on licenses but the problem with that is that tags come through as register and unit id numbers instead of tag names now. From plant to plant there’s inconsistency on what register and unit id matches to what tag (id 1 might be temperature in one plant but speed on another), so would making a UDT for these be possible? Currently, I’m able to import these tags into ignition outside of a UDT because we have a mapping of what register belongs what tag.

Thank you!!!

Yes, you will need to create UDTs inside the tag browser to match whatever UDT you had before. You can either use parameters to dynamically assign the proper tag to the proper ID or just manually change each instance (that's up to you), but most people use parameters. I would suggest going through Inductive University to learn how to create tags, UDTs, etc.

1 Like