Pathfinder Silence alarm

What can you do with Pathfinder?

Moderators: AXIA_milos, DanBays

Post Reply
CAWilliams01
Posts: 1
Joined: Thu Sep 12, 2019 1:16 am

Pathfinder Silence alarm

Post by CAWilliams01 »

Right now I am using pathfinder as a silence alarm for the stations air signals. I have a stacked event to play an alarm wav file if we go silent. The alarm file will only play once; how do I go about configuring the stacked event to repeat playing the alarm as long as there is silence?

User avatar
AXIA_milos
Axia Team
Posts: 281
Joined: Fri May 25, 2007 2:54 am
Location: San Luis Obispo, CA

Post by AXIA_milos »

Logic works by change of state. Since the silence is a single state, you need to create an additional condition that would be changing.

So you could do a few events

(1)
Silence & Memory slot -> Play wav
---------------delay------> undo Mem slot

(2) Mem slot undone ---------------delay-------> redo Mem slot



Event (1) is your existing event but adding an additional qualifier which is a memory slot. Make sure to select AND and not OR for the events. You will also add an action in the delay category (after event is met) which changes the memory slot.

Event (2) is our toggle. The qualifier is the slot value we changed to previously. After a delay send it back to what will cause the Event (1) to trigger again. Once the silence state is clear, Event (1) will not be qualified once the toggle event (2) occurs.

Post Reply