I have a carousel containing a selection of views with buttons/numeric input fields to allow the user to write values to the PLC. The values aren’t written to the PLC until an ‘Apply’ button is selected, and if the user changes view on the carousel before selecting Apply, the values are reverted to the PLC values.
What is the best way to refresh the bindings on the components within the carousel views? I have tried the .refreshBinding() on the carousel views binding but the state of the components doesn’t change back to the PLC values.