Versions Compared

Key

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

...

To find the largest published message size, navigate to the MQTT Transmission in the Ignition Designer Tag Browser. Drill down to your Transmitter and you should see the ‘Largest Mesg Xmit’ tag as shown below.


Resolution

  • Configure the Transmitter to use a compression algorithm to use for compressing payloads before publishing
  • Modify your tag structure such that no messages exceed this limit.
    • This typically means dividing tags up across ‘Device level folders’ so the size of each NBIRTH, NDEATH, DBIRTH or DDEATH message is less than 128KB
  • Check that your Tag Pacing period is not causing messages greater the 128KB to be generated.
    • Wireshark can be helpful in performing this tuning.

...