Actions

Difference between revisions of "Fault Relay - Automatic Reset"

From Zenitel Wiki

(Programming)
Line 3: Line 3:
 
==Programming==
 
==Programming==
 
It is recommeded to use a relay on MRBD or IP-ARIO, but relay in IP station can also be used.
 
It is recommeded to use a relay on MRBD or IP-ARIO, but relay in IP station can also be used.
The physical RCO is mapped to a logical RCO. In this example I have used RCO 1.
+
The physical RCO is mapped to a logical [[RCO|RCO]]. In this example I have used [[RCO|RCO]] 1.
 
In AlphaPro, go to Exchange & System, System, Events and insert an event with UDP 8 (any station) as owner, event type 13 - Faulty Station, when change to ON or OFF and related to All.
 
In AlphaPro, go to Exchange & System, System, Events and insert an event with UDP 8 (any station) as owner, event type 13 - Faulty Station, when change to ON or OFF and related to All.
 
This event goes on when station becomes faulty and off when station is ok.
 
This event goes on when station becomes faulty and off when station is ok.

Revision as of 11:39, 13 June 2018

AlphaCom icon 300px.png

This article describes how to operate a relay when one or more stations becomes faulty. Relay is reset automatically when error is corrected.

Programming

It is recommeded to use a relay on MRBD or IP-ARIO, but relay in IP station can also be used. The physical RCO is mapped to a logical RCO. In this example I have used RCO 1. In AlphaPro, go to Exchange & System, System, Events and insert an event with UDP 8 (any station) as owner, event type 13 - Faulty Station, when change to ON or OFF and related to All. This event goes on when station becomes faulty and off when station is ok.

STM FaultyLine.PNG


Actions are: IF %chg(1,0) $STM L%1.dir L107 U100 'Line %1.dir faulty' STOP ENDIF $CANM L%1.dir L107 NM255 U255 In this example I am sending a mail with text "Line xxx faulty" to directory number 107 with priority 100 when a station becomes faulty. The mail message is deleted if station becomes ok. NOTE: Physical station or ASLT port is not needed. But if you connect a station you can see status in station display. If the used station also receives default error messages, like physical 1 do, then it will receive double error messages, but this will not influence on relay function as long as default priority level is used for priority mail queue indication.

The mail message is triggering event 6 - Priority Mail Present on directory number 107. This will operate the relay, or deactivate it if there are no more mails present.

Station 7 RCO 1.PNG