Hello, I am writing the PLC program for Wago's (752-8303/8000-0002 EC) using Codesys and using Modbus communication. While writing the program, I want certain values to be stored permanently in the PLC's memory. For this purpose, I am assigning my values to the "Persistent Variables" program. I define my values to the Modbus Slave using the format "Application.PersistentVariables.". However, when I stop and restart the PLC, the persistent values inside the Modbus Slave get reset. Additionally, when...