Sending Silence Notifications with Pathfinder Core PRO

Updated by Bryan Jones

Scope

This document covers the steps necessary to create silence notification emails using Pathfinder Core PRO.

Description

For the purposes of this document we are making the assumption that you have already setup and tested the Email notification settings. Email settings are found under the System heading then choose Email Settings. Instructions for setting up Email Settings can be found here in the Pathfinder Core PRO manual.

Creating Notifications

Create an Email Message template

  1. Click on Email Messages on the left side menu
  2. In the Email Message Editor, assign a Name for this message, recipient address(es), and a subject.
Leave the Body blank, we will fill this in during the Logic Flow creation.
  1. Tick the box that says, "Auto send on body change". This forces Pathfinder to send the message when the Logic Flow changes the Body of the message.
  2. Click Apply

Your new message is displayed.

Create a Silence Alarm

  1. Click on Audio Alarms on the left side menu
  2. Assign an Audio Alarm Name. This can be any name that properly describes this alarm. In this example, "iQx_PGM_1"
  3. Set the Alarm Type to Silence
  4. Assign an Alarm Time. Alarm times are in milliseconds (ms) so 10 seconds is entered as 10000. 30 Seconds is 30000, etc.
  5. Assign an Alarm Release Time. Alarm release time is how long the audio must return for before the alarm is no longer considered Silent. Like the Alarm Time, this is also expressed in milliseconds.
  6. Set Alarm Channels to Any. All, Any, Left, or Right may be chosen;
  • All - Both Left and Right must be silent for the Alarm Time.
  • Any - Either Left or Right can be silent for the Alarm Time.
  • Left - Left only must be silent for the Alarm Time (right is not considered).
  • Right - Right only must be silent for the Alarm Time (left is not considered).
  1. Select Source or Destination. In this case we're choosing Source as we're monitoring a Program channel coming FROM our iQx console.
If we were monitoring Program 1 as it was assigned to an output of a Node, we would choose Destination. In this case, we want to know if Program 1 goes silent no matter where it's assigned, so we're choosing Source.
  1. Use the I/O browser to pick the channel to monitor.

Here is the completed Audio Alarm.

  1. Click Apply
Note that not every device that supports Livewire supports the LVL property necessary to communicate the presence of audio. If you have problems please contact us for specifics if you have problems.

Creating a Logic Flow to send Email

Create a Logic Flow folder for emails

Organization of your Logic Flows is important. We'll cover that briefly here but feel free to create organizational folders that fit your needs.

  1. Click on Logic Flows on the left side menu.
  2. Then click to select "LogicFlows" on the organization tree on the RIGHT.
  3. Click the small green plus sign right above the organizational tree. This adds a new folder under the currently selected folder. Supply a Group Name for this folder. Here, we have chosen Email.
  4. Uncheck the LogicFlows folder and check the newly created Email folder. This selects the Email folder for editing.
Only ONE folder can be selected for editing at any time. If multiple folders are selected for viewing, you can not create new Logic Flow.
Creating the Logic Flow
  1. Click the green plus (add new) icon in the top menu.

A blank Logic Flow is created.

  1. Double-click the INPUT to the translator (the Unknown box on the left)

This is the "input" to the logic. In this case, it's the audio silence alarm that we created in the previous steps.

  1. In the Property Selector, expand Audio Alarms and then locate the AlarmState property for the Silence Alarm you created earlier. Select AlarmState then click the Select button.
  2. Double-click the OUTPUT of the translator (the Unknown box on the right)
  3. In the Property Selector, expand Email and then locate the Body property for the "Off_the_Air" email message we created earlier. Select Body, then click the Select button
  4. Double-click the Translator box (the box in the middle).
  5. Click to select the *=* in the Translator Properties. Then from the drop down list on the left, select Silent.
  6. In the box on the right, enter what ever Text you want to be sent in the email.
  7. Click Done.
  8. Click the Apply button at the top of the Logic Flow page to save your changes.

The properly configured Logic Flow looks like this.

What we have done here is created a condition where, when the Alarm state reaches Silent, the Body of our email message gets changed to "Program 1 from the iQx Console is Silent." Because we set our email template to "Send when the body updates," there is no other action that needs to be taken.


How did we do?