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
...
Set up a tag on the Transmission side with an alarm.
Note |
---|
The Ack Mode must be set to Manual or Auto The alarm properties that are currently propagated are: Name, Priority and Notes |
Below is an example that will generate an event if the value of the tag goes above 100:
At this point, we can acknowledge the alarm at either the Edge or the MQTT Engine side via the Alarm Status Table by clicking the 'Acknowledge' button as shown below. Once acknowledged, it will be reflected as so on both the Edge and the MQTT Engine sides.
Note | ||
---|---|---|
While testing the alarm acknowledgements whilst the Edge is disconnected, you can confirm that the connection status via the MQTT Transmission Servers view in the UI or through the MQTT Client Online tag |
Note |
---|
In order for the alarm to be acknowledged from MQTT Engine, the Edge must be in an active Sparkplug session with MQTT Engine If the Edge node is offline, the following will be displayed in the Alarm Status Table and Ignition logs at MQTT Engine: Once the Edge node comes online, any new alarm acknowledgement will be successful from MQTT Engine. |
After doing so, you can see the acknowledged alarm on the Central Gateway (MQTT Engine side) :
and the Edge (MQTT Transmission side) :
Anchor | ||||
---|---|---|---|---|
|
If alarms have been 'stranded' in the MQTT Engine Alarm Status Table, they can be remove through the MQTT Engine Python Scripting API scripting using the readAlarms and clearAlarms calls.
...