Contents
Cirrus Link Resources
Cirrus Link Website
Contact Us (Sales/Support)
Forum
Cirrus Link Modules Docs for Ignition 7.9.x
Inductive Resources
Ignition User Manual
Knowledge Base Articles
Inductive University
Forum
...
Note |
---|
In release 4.0.19, major improvements were made to the disk-backed History Store. Details on determining the setting for an MQTT Transmission History Store for pre 4.0.19 modules can be found here. |
MQTT Store and Forward allows data to be buffered locally at a client when connections are down to the MQTT Server infrastructure and deliver that data when the connection is restored. This feature is critical in most applications because if we lose connection to the MQTT Server we will lose data if it is not buffered locally. When Store and Forward is enabled and the edge node detects a disconnect to the MQTT Server, tags will be stored locally in a history store. When the edge node can reconnect to the MQTT Server, it will publish any stored tags. The rate at which these stored tags are flushed from the history store is configurable to prevent any delays in the delivery of live data.
...
Note |
---|
Note that data will be dropped once either History Max Size or History Max Age limit is reached |
How to determine test these settings Anchor Testing Testing
Testing is the best way to determine your settings for your Edge Gateway(s) and the recommended approach is to:
Ways to simulate an Edge disconnect to cause the MQTT Transmission to store data to the History Store:
Use Primary Host ID in both MQTT Engine and in the MQTT Transmission.Warning |
---|
Do not affect any configuration change on the MQTT Transmission module such as Disable/Enable of the module or modifications to Server settings. This will cause a module restart with which will shutdown and restart all transmitters |
...