Hello, I am fairly new to the whole PLC Next platform and PLC Next engineer, currently we are using version 2020.0 LTS. For my current project I have various variables (config settings and hour counters) which are configured as retain variables, during a powercycle all variables keep their values as intended. But during downloads everything is set to the initial values (obviously), because this is rather annoying for e.g. an hour counters I want to implement an automatic backup of some of the variables. Could you point me in the right direction how this can be done with this platform? I was thinking about one of the following options, but maybe you have other (better) options:
1. Install and use 'Datalogger' app from app store * <https://www.plcnextstore.com/#/169> 2. Write variables to file at certain times and create an option to read the file back to the variables.I do not need any historical values, just a way to restore the current settings. Thank you! Kind regards, Mike