Hello,
I have a [40] element UDT array of (x3) Booleans, and (x1) String that I've been trying to tag up with a template repeater. The UDT is called "Table_B_Manual_Buttons", and the parameters of each element of the array are "Center", "Clamp", "Unclamp", and "Name".
The Booleans are simply going to control pneumatic valves to either fire solenoid "A", "B", or de-energize both.
I made a template with some custom parameters. As you may notice there are other parameters that will be used as feedback to show the state of the valve, "Clamp_Indicator_Tag", etc. I'm not focused on those, because that part has been working.
When i pull a single copy of the template in and directly bind the above tags to the parameters of the template, it all works fine. However, as soon as I try to create a template repeater, and bind the template parameters to a dataset, the Booleans of the forementioned array do NOT work whatsoever. I've triple checked that the column names of the Dataset editor match perfectly to the custom parameters of the template.
I've also triple checked that I'm pointing to the correct tags when binding to the template parameters.
Is this another case of Ignition not playing friendly with an array of Boolean tags?
Thanks!