Prerequisites:
- Understand the concepts discussed in the MQTT Transmission Transmitters and Tag Trees which describes how MQTT Transmission Transmitter configurations interact with Ignition tag trees to publish MQTT messages and tags to an MQTT Server.
Overview:
MQTT Transmission allows for a multi-tag path to be defined for a Transmitter. This can be useful for when you have tags across multiple Edge Gateway tag providers so they can be consumed by a single Transmitter and contained within a single Edge Node and/or device by MQTT Engine rather than split across two different edge nodes.
There are some basic rules to the multi-tag path configuration:
- Tag Provider and Tag Path are used in combination to define the start of each tag tree
- Specific Tag Providers can be specified in the Tag Path using the format [TagProvider]
- If the Tag Provider is not explicitly defined in the Tag Path, Transmission will use the Tag Provider property
- If the Tag Provider is explicitly defined in the Tag Path, Transmission will replace the Tag Provider property with the [TagProvider] configured
- Multiple tag paths are comma separated in the Tag Path property for each Transmitter
Let's put some examples together showing how the multi-tag path feature works.
Following the Ignition Tag Provider Guide, configure two new Realtime Tag Providers as type Standard Tag Provider for your Ignition instance where MQTT Transmission is running. Name them TagProvider1 and TagProvider2.

In Ignition Designer, create a tag tree under each Tag Provider as shown below: