I have a template that I’m using on a popup that has a slider in it. The template has a custom property that I’m using to drive to slider, and that custom property is being referenced on the popup as an indirect.
The issue I’m having is when I use the slider it properly updates the PLC through the tags. However, if I close the popup and then re-open it the slider shows the LAST value, not the current value. If I put multiple instances of the slider in the template, the slider that I don’t interact with shows the proper value, however the one that I used to change the value initially updates but when the popup is closed and re-opened the slider doesn’t show the current value.
For instance: I open the popup and the slider is currently at 25. I change it to 75. PLC gets a value of 75 and the slider shows a value of 75. I close the popup and re-open the popup and the slider is now showing 25 but the value in the PLC is 75.
Any ideas?