Perhaps a glitch? I'm creating UDT's (based on PLC UDT's in an Allen Bradley PLC) and wish to bind them to the same tags' root name as created in Ignition.
I am able to enter it manually and it works fine. Using Find/Replace does not end up recognizing it as containing a binding (until making any manual change and back; will fix them one by one). Perhaps there is a way to do this easily (for 100's of tags within a UDT)?
Thanks!
-Jason
Are you not setting the binding in the UDT so that it is dynamically building these for you when you create new instances? I would guess find/replace is writing static strings rather than bindings, and honestly I almost wouldn't expect anything different. If you have other parameters that need to be dynamic, add custom properties to the UDT and use them in your binding instead.
Right, it is not dynamically building them for me (even though I'm using the correct syntax). Which led me to realize that there is an internal flag needed to consider it a binding. All that is fine. I just need a way to set that binding flag for hundreds (in fact, all) of the tags in this UDT, and do the same for many other UDT's in the application.