Actions

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

From Zenitel Wiki

 
(10 intermediate revisions by 2 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 [[Category:Control Room Stations - CRM|Control Room 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
* [[Door Station]] Directory number "4567"
+
* 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)  
  
'''''The [[Event Handler]] configured with 2 events:'''''
+
'''''The [[Event Handler]] is configured with 2 events:'''''
  
'''The first event will send [http://en.wikipedia.org/wiki/DTMF DTMF] tone 5 if digit "6" is pressed during conversation to "4567".'''
+
------------
 +
'''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 Trigger Feature 15]]  
+
--------
* Owner Station 1
+
'''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.'''
* Related to Node 3 and directory number "4567"
+
[[File:Application_A2b.png|500px|left|thumb|]]
Event string:
+
<br style="clear:both;" />
* $DTMF_CONN L%1.dir U5
+
{{Code2|
 +
RCO 4 ON U10
 +
}}
  
'''The second event will toggle the RCO pin 4 for 1 second if digit "6" is pressed during conversation to door station number 4.'''
 
  
[[Event Trigger Feature 15]]  
+
Related Article: [[CB901_and_AlphaCom_E_interfacing#DTMF_from_AlphaCom_XE_to_CB901.2C_pulse_operation|RingMaster/AlphaCom Integration - DTMF]]
* Owner Station 1
+
 
* Related to local Station 4
+
[[Category: AlphaCom Applications]]
Event string:
 
* RCO 4 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