Actions

Difference between revisions of "Door opening of Ring Master stations from AlphaCom"

From Zenitel Wiki

 
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{A}}
 
Door opening of Ring Master stations from AlphaCom is configured by using [[Event During Connection]] and DP message [[DTMF_CONN]]
 
Door opening of Ring Master stations from AlphaCom is configured by using [[Event During Connection]] and DP message [[DTMF_CONN]]
 +
 +
'''Example'''
 +
 +
Node 1 AlphaCom
 +
* Station 101 is a [[CRM|Control Room Station]]
 +
* Station 104 is a [[Vandal Resistant Substation - 1007056100|Door Station]]
 +
Node 3 Ring Master
 +
* Door Station Directory number "4567"
 +
 +
[[Event During Connection]] configured as directory number "6" (Door opening)
 +
 +
'''''The [[Event Handler]] is configured with 2 events:'''''
 +
 +
------------
 +
'''Event 1:''' This event will send [http://en.wikipedia.org/wiki/DTMF DTMF] tone 5 if digit "6" is pressed during conversation to "4567".
 +
[[File:Application_A2a.png|500px|left|thumb|]]
 +
<br style="clear:both;" />
 +
{{Code2|
 +
$DTMF_CONN L%1.dir U5
 +
}}
 +
 +
--------
 +
'''Event 2:'''The second event will toggle the RCO pin 4 for 1 second if digit "6" is pressed during conversation to door station number 104.'''
 +
[[File:Application_A2b.png|500px|left|thumb|]]
 +
<br style="clear:both;" />
 +
{{Code2|
 +
RCO 4 ON U10
 +
}}
 +
 +
 +
Related Article: [[CB901_and_AlphaCom_E_interfacing#DTMF_from_AlphaCom_XE_to_CB901.2C_pulse_operation|RingMaster/AlphaCom Integration - DTMF]]
 +
 +
[[Category: AlphaCom Applications]]

Latest revision as of 10:47, 1 June 2022

AlphaCom icon 300px.png

Door opening of Ring Master stations from AlphaCom is configured by using Event During Connection and DP message DTMF_CONN

Example

Node 1 AlphaCom

Node 3 Ring Master

  • Door Station Directory number "4567"

Event During Connection configured as directory number "6" (Door opening)

The Event Handler is configured with 2 events:


Event 1: This event will send DTMF tone 5 if digit "6" is pressed during conversation to "4567".

Application A2a.png


Action commands:

$DTMF_CONN L%1.dir U5



Event 2:The second event will toggle the RCO pin 4 for 1 second if digit "6" is pressed during conversation to door station number 104.

Application A2b.png


Action commands:

RCO 4 ON U10



Related Article: RingMaster/AlphaCom Integration - DTMF