FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
10-26-2022 02:21 PM
Does the CtrlX CORE have a method to save Data persistently? I.e. if the power shuts off suddenly, are variables saved when the core starts up again, or is only data that is specifically meant to be saved stored in such a case?
Solved! Go to Solution.
10-28-2022 11:48 AM - edited 10-28-2022 01:21 PM
There is an own storage for retain/persistent data. In the PLC you simply have to add a persistent variable list and add your variables to it. In C++ you have to choose the corresponding data type.