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

Compare with Current View Page History

« Previous Version 2 Next »

The MQTT Transmission module will only connect to an MQTT Server if there is a valid EdgeNodeID identified.

Transmitters will monitor tags from a specific Tag Provider and, optionally, a specific Tag Path. If the tag folder hierarchy has been constructed as Group ID, Edge Node ID, and Device ID, then these will automatically be used when building up the MQTT message payload that will represent the Tags as follows:

[TagProvider]<TagPath>/<GroupID>/<EdgeNodeID>/<DeviceID>


If your tag folder hierarchy does not conform to this structure and does not have a tag folder representing the EdgeNodeID, you would need to explicitly define these required elements under the SparkPlug Settings section.


Refer to the MQTT Transmission Transmitters and Tag Trees Tutorial/HowTo for more examples on how transmitters can dynamically build MQTT message payload from Ignition tags.






  • No labels