Caching data on loss of connection to historian

Can Ignition cache data if the connection to the historian db is lost ?

For example if Ignition is monitoring customer consumption on end of line power circuits and the connection to the TimescaleDB is lost will the data be lost or can it be cached in Ignition for a set time until the connection is restored to the TimescaleDB ?

If you are using Ignition's historian, it will cache collected data in its Store and Forward system and push it through when the DB connection is restored. The store and forward subsystem is optional for various other DB operations (INSERTs and UPDATEs only) that can "fire and forget" their operations.

1 Like