Posts: 263
Threads: 70
Joined: May 2017
Reputation:
0
I was inserting objects into a visu page, often saving the page, when a power failure happened. When power came back I realized I had lost most of the work, despite my page saves.
How is it possible?
Thanks
Peppe
Posts: 4582
Threads: 24
Joined: Aug 2017
Reputation:
206
The data is saved in to SDcard (SPI flash) every 30 min. There is sync project data button which force saving to SD. All what is saved during creation of project it is saved in RAM, this is gone in case of power failure.
------------------------------
Ctrl+F5
Posts: 263
Threads: 70
Joined: May 2017
Reputation:
0
OK, so I guess you refer to the sync button on object page?
Posts: 4582
Threads: 24
Joined: Aug 2017
Reputation:
206
This one
------------------------------
Ctrl+F5
Posts: 58
Threads: 19
Joined: Nov 2015
Reputation:
0
07.06.2024, 05:35
(This post was last modified: 07.06.2024, 05:35 by p_xatzi.)
Hi,
Is there any way to force writing RAM to SD Card via script module?
I am interested in saving storage memory to SD Card as soon as a 'storage.set' function is executed.
Thank you!
Posts: 4582
Threads: 24
Joined: Aug 2017
Reputation:
206
Frequent saving to SD card will significantly degrade the lifespan of the controller. The automatic saving every 30 min was created for a reason.
------------------------------
Ctrl+F5