Examples of Use
1.7
Alarm (Dispatching Office Call) Caused by Over 2-Min
Long Door Opening
Specification
Call the dispatching office in case the door remains open for more than 2 minutes.
It is supposed in the example that the door opening signalling contact is
connected to Input1.
Block diagram
Whenever the door opens, the rising edge on Input1 signal (1:
Event.InputChanged) calls the defined telephone number (4: Action.BeginCall)
with a 120s delay (2: Event.Delay). The call is only executed if the door remains
open for more than 120s (3: Condition.InputState).
Intercom settings
1: Event.InputChanged: Input=input1; Edge=rising
2: Event.Delay: Delay=120s; StartEvent=1
3: Condition.InputState: Input=input1; Level=1
4: Action.BeginCall: Number=1111; Event=2; Condition=3
InputChanged
Input=Input1
Edge=rising
Event (1)
BeginCall
Number=1111
Event=2
Condition=3
Action (4)
InputState
Input=Input1
Level=1
Condition (3)
Delay
Delay=120s
StartEvent=1
Event (2)