Contents
Cirrus Link Resources
Cirrus Link Website
Contact Us (Sales/Support)
Forum
Cirrus Link Modules Docs for Ignition 7.9.x
Inductive Resources
Ignition User Manual
Knowledge Base Articles
Inductive University
Forum
...
Online DateTime | DateTime | The time at which the first NBIRTH message for a connection was received by MQTT Engine |
Rebirth |
...
Count | Integer | The count of rebirth requests issued by MQTT Engine (available 4.0.22 onward) |
Tip |
---|
A high rebirth count in a small time window is a clear indicator of issues at the Edge(s) |
Rebirth (Last DateTime) | DateTime | The time of the last rebirth request issued by MQTT Engine (available 4.0.22 onward) |
Rebirth (Last) Cause | String | The reason for the last rebirth request (available 4.0.22 onward) |
Reasons for rebirth requests are:
The message sequence number received was not in order
Tip |
---|
In a Sparkplug compliant system, the combination of Group ID and Edge Node ID (the Sparkplug Edge Node Descriptor) that identifies the Edge Node must be unique. |
If there are two or more Transmitters with the same Sparkplug Edge Node Descriptor, data from these two transmitters will sent with the same topic resulting in the next message sequence number expected by the MQTT client being incorrect. As a result, the MQTT Client will mark the data as stale and request a rebirth from the transmitter. If you have multiple MQTT Clients subscribing to the namespace, this will also likely create a firestorm of rebirth requests across the system. |