Always show transferred values even after changing pages

Hi @pinie_pinie an welcome!

This behavior is expected because all components are „local“ by default. This means that their value is discarded every time you leave the page. To make it persistent you need to change the vscope attribute to global. This keeps the component and all of its properties inside the RAM even if you leave the page. For most not-too-complex HMI projects this works fine. But of course, if you have lots of components you may run out of RAM and need to be more careful about what you make global or not.

Kind regards,
Max