When concurrently developing an Ignition project alongside PLC code, what is the best way to get the updated tags?
Example, when I add new code/tags to the PLC, and then want to use these new tags in Ignition. What I currently do is delete the tags folder from the designer tag tree, and then import all PLC tags which brings in the new ones. Is there a better/quicker way? I tried right clicking and selecting “refresh”, but this does not seem to import new tags. PLC is AB compactlogix L32E connected with OPC-UA.
As seen above I have added the tag “HMI_DN” in the PLC. I want to import this for use in Ignition. I guess with one tag I can add it from the OPC browser to MainProgram in tag browser. But what if I made multiple changes and had many new tags. Is the simplest way what I am currently doing - deleting the folder in tag browser and re-importing from OPC browser?
Consider not adding tags to Ignition unless you actually need them in your application. Even with leased drivers, there’s still going to be unnecessay PLC traffic if you’ve created SQLtags for every PLC tag.
Also, many PLCs don’t have structured naming capabilities (or they weren’t used), and you may need to organized your SQLtag names differently to take full advantage of templates and parameterized windows.
[quote=“pturmel”]Consider not adding tags to Ignition unless you actually need them in your application. Even with leased drivers, there’s still going to be unnecessay PLC traffic if you’ve created SQLtags for every PLC tag.
Also, many PLCs don’t have structured naming capabilities (or they weren’t used), and you may need to organized your SQLtag names differently to take full advantage of templates and parameterized windows.[/quote]
Yes… PLEASE don’t simply drag over the entire PLC worth of tags simply because we make it easy. Only subscribe to what you need.