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
...
To configure alarm event propagation from Transmission to Engine, follow these steps.:
Add a line similar to the following to the data/ignition.conf file but replace on each Ignition instance replacing the 'XX' with the proper index per the wrapper.java.additional statements.
Code Block |
---|
wrapper.java.additional.XX=--add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED |
Warning |
...
The alarm properties propagated from the Edge are:
...
Set up a tag on the Transmission side with an alarm.
Note |
---|
The Ack Mode must be set to Manual or Auto The 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 via the Alarm Status Table by clicking the 'Acknowledge' button as shown below:
Info |
---|
The alarm can be acknowledged on either the Edge or the Central Gateway MQTT Engine side. Once ackowledgedacknowledged, it will be reflected as so on both the Edge and the Central Gateway sidesMQTT Engine sides In order for the alarm to be acknowledged from MQTT Engine, the Edge must be in an active Sparkplug session with MQTT Engine |
...