Versions Compared

Key

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

...

  • Enabled
    • Checkbox to enable/disable the MQTT Recorder module. Selected by default.
  • 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 period 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 25December 10, 2018 2022 at 2:00 AM, the table name for each partition type would be:
      • None: rs_alarm tablename
      • Hourly: rstablename_alarm2022_201812_0910_25_02
      • Daily: rstablename_alarm2022_201812_09_2510
      • Weekly: rstablename_alarm2022_2018_3949
      • Monthly: rstablename_alarm2022_2018_0912
      • Yearly: rstablename_alarm_20182022

Anchor
Tables
Tables
Tables

These are the settings for the database tables that MQTT Recorder will insert the records into and there is a single Main section available.

...