You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

MQTT Recorder provides a configuration section to the Ignition Gateway.  These can be seen in the Configure section of the Ignition Gateway web UI on the left panel.

General

These are the general MQTT Recorder configuration settings.

Main

  • Enabled
    • This denotes whether or not to enable or disable the MQTT Recorder module.
  • Datasource
    • A dropdown list to select the database connection to use for record storage.  This list is populated with the database connections set up within the Ignition Gateway.
  • Partition Period
    • The partitioning scheme to use for record tables within database.  Each table name will be appended with a date indicating the partition time period.  For example, if table were created for "alarm" records on September 25, 2018 at 2:00 AM, they table name for each partition type would be:
      • None: rs_alarm
      • Hourly: rs_alarm_2018_09_25_02
      • Daily: rs_alarm_2018_09_25
      • Weekly: rs_alarm_2018_39
      • Monthly: rs_alarm_2018_09
      • Yearly: rs_alarm_2018

  • No labels