Skip to main content
Version: 7.9

Adding Pipelines to Tags

Inductive University

Adding Pipelines to Tags

Watch the video

Any alarm in Ignition can use an existing alarm notification pipeline on the local Gateway and/or remote Gateway. Alarms can share pipelines resulting in a single pipeline providing notification services to many alarms. When an alarm becomes active, cleared, or acknowledged it can execute a designated alarm pipeline. The information about the alarm is ported automatically into the alarm pipeline.

To Associate a Pipeline with the Alarm

  1. Double-click on a Tag that already has an alarm configured (i.e., WritableFloat1). The Tag Editor is displayed and you can access its properties.

  2. Go to the Alarming tab.

  3. Select an Alarm. If you don't have an alarm configured, create one. To learn more about creating alarms, go to Configuring Alarms.

  4. Under the Notification section, select the desired alarm pipeline from the drop-down for any of the alarm status states. Typically, operators want to know when an alarm goes active. This example uses the Basic Email pipeline when the alarm status becomes Active.

  5. Click OK.

    Add Pipelines to Tags

Now, every time the High Alarm Tag goes Active, it will use the logic in the Basic Email pipeline to notify the operators.

Alarm Pipeline Events

Each alarm has 3 events that can push it into a pipeline: Active, Clear, and Acknowledge (Ack). While they all work the same way, it is helpful to know a few things about each event. For all pipelines, the default settings are to drop alarms from the pipeline if that alarm is Acknowledged, Cleared, or Shelved. This means each Alarm Pipeline Event requires slight changes to these properties, so it is a good idea to have special "cleared" or "shelved" versions of any pipelines that will be called from these other events.

Active Pipeline

The Active Pipeline event is the most commonly used event for sending alarm notification. This happens when the alarm goes into the active state (alarm has happened). The default settings are commonly OK because any Acknowledged, Cleared, or Shelved alarms are usually not considered active anymore.

Clear Pipeline

The Clear Pipeline event is the most commonly used event for sending notification that the issue is no longer active, but may still need attention. This happens when the alarm goes from the active state to the cleared state. The default setting to drop out if "Cleared" is NOT OK because any alarm event that started as a "Clear" event will always drop out at the Start Block.

Ack Pipeline

The Acknowledge (Ack) Pipeline event is the most commonly used event for telling your users that someone is working on the problem. This happens when the alarm goes into the acknowledged state (usually an operator pressing the Acknowledge button). The default setting to drop out if "Acknowledged" is NOT OK because any alarm event that started as an "Acknowledged" event will always drop out at the Start Block. It is usually a good idea to also set the "Cleared" dropout condition to False since any acknowledge notification is probably wanted regardless of if the alarm is cleared.