Indirect Numeric Entry

Hi, I'm new to Ignition and using version 8.1.6.

I have a UDT template that I've made that opens a faceplate and populates that faceplate based on the tag that the template was used with. What I am trying to figure out is how do I create a numeric entry on my faceplate that will be able to write back to that tag. It's a indirect tag numeric entry if you will? Thanks

Pass the tag path to that UDT instance in as a parameter to your faceplate and use that to build an indirect tag binding on the component. Should be able to make that bi-directional as well

For some reason the numerical text object I was working with wasn't opening the window where I could choose the property binding for my UDT. I added a new object and I could do it. Thanks!