Versions Compared

Key

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

The MQTT Injectors have a Push Trigger configuration parameter that determines when to push data in combination with the Tag Pacing Period

It has There are three settings:

  • EVENT_DRIVEN
    • When a tag change event occurs tag events will be aggregated for the 'Tag Pacing Period' before being pushed
    • Pushed message will contain all change events for a tag within the 'tag pacing period'
  • PERIODIC
    • Will push data for all tags associated with the Agent every 'Tag Pacing Period'
    • Only one event per tag will be sent - this may result in data loss if tags are changing more frequently than the 'tag pacing period'
  • HYBRID (added in 4.0.28)
    • Will push change events as EVENT_DRIVEN but will also push non-changed events on the same 'Tag Pacing Period'
    • Two messages will be pushed - one containing the tag change events and one containing the non-changed tag data

...