• @DrAzzy, I do not know how your HISTORY is organized. I assume it is time series... so I suggest to chunk by time slices and you manage those with minimal information by keeping two (2) time values: - not transmitted yet, in transmission (up to including this time), successfully transmitted (up to including this time). Also, it seems that you do not need all this pseudo-precision: limit to the number of digits you need at capturing time and stick these into the history. If this is not enough yet, apply some scaling - may be you get away with a constant for each of the types of measurement - and keep the actual value and integer. Those values you push into the history and then you take it from there.

About

Avatar for allObjects @allObjects started