I am using a PI Adapter for OPC UA, collecting data every 15mns and sending it to a PIServer.
I want the system to be robust in case of network failure. Indeed my PI Adapter for OPCUA and my PI Server are on two very far machines.
I tried to shutdown my network connectivity for 1 day and then connecting it back. Even though I configured a very large buffer, I retrieved only 3h of data on my PIServer.
How should I configure it to be sure that, even in the case of network-crash, my data will be forwarded back to my PIServer and I will not have any gap of data.
Thanks,