Ignition 8.1 - bind tag to property in template canvas

Hello everyone,
I have a template with Spinner (Numeric input) that has a value(Integer) binded to Template Parameter named “IntValue”.

I want to create Template Repeater or Template Canvas with multiple instances of this template but can’t find a way to bind Tag name with a property. Is it possible in ignition?

The easiest thing to do is to change your template to accept a tagpath (string) parameter. Use internal properties (with indirect tag bindings) to use the parameter and read its values.

1 Like