Actions

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

From Zenitel Wiki

 
(18 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]]
  
Line 4: Line 5:
  
 
Node 1 AlphaCom
 
Node 1 AlphaCom
* Station 1 is a [[Control Station]]
+
* Station 101 is a [[CRM|Control Room Station]]
* Station 4 is a [[Door Station]]
+
* Station 104 is a [[Vandal Resistant Substation - 1007056100|Door Station]]
 
Node 3 Ring Master
 
Node 3 Ring Master
* Lots of [[Door Station]]s
+
* Door Station Directory number "4567"
  
 
[[Event During Connection]] configured as directory number "6" (Door opening)  
 
[[Event During Connection]] configured as directory number "6" (Door opening)  
  
[[Event Handler]] configured with 2 events:
+
'''''The [[Event Handler]] is configured with 2 events:'''''
  
'''The first event will send DTMF tone 5 if digit "6" is pressed during conversation to a Ring Master station.'''
+
------------
[[Event Trigger Feature 15]]  
+
'''Event 1:''' This event will send [http://en.wikipedia.org/wiki/DTMF DTMF] tone 5 if digit "6" is pressed during conversation to "4567".
* Owner Station 1
+
[[File:Application_A2a.png|500px|left|thumb|]]
* Related to Node 3
+
<br style="clear:both;" />
Event string:
+
{{Code2|
* $DTMF_CONN L%1.phy U5
+
$DTMF_CONN L%1.dir U5
 +
}}
  
'''The second event will togle the RCO pin 4 for 1 second if digit "6" is pressed during conversation to door station number 4.'''  
+
--------
 +
'''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
 +
}}
  
[[Event Trigger Feature 15]]  
+
 
* Owner Station 1
+
Related Article: [[CB901_and_AlphaCom_E_interfacing#DTMF_from_AlphaCom_XE_to_CB901.2C_pulse_operation|RingMaster/AlphaCom Integration - DTMF]]
* Related to local Station 4
+
 
Event string:
+
[[Category: AlphaCom Applications]]
* RCO 3 ON U10
 

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