Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
All other properties such as Sample Mode, Max Time Between Samples, Deadband etc are ignored when writing historic data


Note

If using Postgres as the Historian, setting the following 'extra connection properties' in the DB connection settings will cause all data that can be stored to be stored in the historian. Without these connection properties, full batches of data will be tossed if duplicates are found in any batch.

Code Block
autosave=always;cleanupSavepoints=true



Edge Client

The Edge side client should publish historic data asynchronously.

...