Actions

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

From Zenitel Wiki

 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
  
 
Node 1 AlphaCom
 
Node 1 AlphaCom
* Station 101 is a [[CRM-IV|Control Room Station]]
+
* Station 101 is a [[CRM|Control Room Station]]
 
* Station 104 is a [[Vandal Resistant Substation - 1007056100|Door Station]]
 
* Station 104 is a [[Vandal Resistant Substation - 1007056100|Door Station]]
 
Node 3 Ring Master
 
Node 3 Ring Master
Line 16: Line 16:
 
------------
 
------------
 
'''Event 1:''' This 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|
|width="100pt"|'''Event Owner''':
+
$DTMF_CONN L%1.dir U5
|width="400pt"|Station Id: 1
+
}}
|-
 
||'''Event type''': || [[Event Trigger (Event Type)|15 - Event Trigger Feature]]
 
|-
 
|'''Subevent''': || 0
 
|-
 
|'''When change to''': || ON or OFF
 
|-
 
|'''When related to''': || Node: 3, Directory Number, Id: 4567
 
|-
 
|'''Action''': || $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.'''  
 
'''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|
|width="100pt"|'''Event Owner''':
+
RCO 4 ON U10
|width="400pt"|Station Id: 1
+
}}
|-
 
||'''Event type''': || [[Event Trigger (Event Type)|15 - Event Trigger Feature]]
 
|-
 
|'''Subevent''': || 0
 
|-
 
|'''When change to''': || ON or OFF
 
|-
 
|'''When related to''': || Directory Number, Id: 104
 
|-
 
|'''Action''': || RCO 4 ON U10
 
|-
 
|}
 
 
 
--------
 
  
  
 
Related Article: [[CB901_and_AlphaCom_E_interfacing#DTMF_from_AlphaCom_XE_to_CB901.2C_pulse_operation|RingMaster/AlphaCom Integration - DTMF]]
 
Related Article: [[CB901_and_AlphaCom_E_interfacing#DTMF_from_AlphaCom_XE_to_CB901.2C_pulse_operation|RingMaster/AlphaCom Integration - DTMF]]
  
[[Category:Applications]]
+
[[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