Buffer Data into the PLCnext when the Proficloud is offline

Hi

Due to maintenance something, the PLCnext will not have access to Internet and Proficloud. Is there a way to buffer and managed all data into PLCnext memory?
Thanks,
Dominick

Hi Dominick,

The Proficloud service does buffer data while offline.
The parameters that control this are included in the following configuration file on the PLC:
/etc/plcnext/device/Services/ProfiCloud/proficloud.settings.json
Since this is a system file, it is not recommended that this file be edited, but that is possibile if the parameters do not suit your application. Note that data is buffered in RAM, so (a) there is a fairly limited buffer capacity, and (b) buffered data will be lost if the PLCnext Runtime is stopped before the Proficloud connection is restored.
~ Martin.