Actions

Difference between revisions of "Pulsing of RCO (Event Handler)"

From Zenitel Wiki

 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Using the $ST (Set_Timer) message.
+
{{AI}}
<br\>
+
===Function required===
A number of stations should dial an Event Trigger number 9533 (feature 85) to pulse RCO 3 for 5 seconds. Assign the stations to UDP group 1.
+
A selection of intercom stations should, by dialing a number on the keypad, or by pressing a DAK key, be able to pulse a relay for 5 seconds.  
  
'''Start a 5 sec. timer when 9534 is dialled:'''
+
=== Solution ===
{|
+
The stations dial an Event Trigger number ([[Event Trigger with cancel tone feature|feature 85]]), say number 9533, to pulse the [[RCO]] 3 for 5 seconds.  
|-
 
|width="100pt"|Event Owner:
 
|width="100pt"|Stations w/UDP Id: 1
 
|-
 
|Event type: || 15 – Event Trigger
 
|-
 
|When change to: || ON or OFF
 
|-
 
|When related to: || Directory Number Id: 0 | 9533
 
|-
 
|Action: <br\>|| RCO 3 ON<br\>$ST L%1.dir w50 L%2.dir
 
|-
 
|}
 
  
'''Cancel conversation when timeout:'''
+
First, assign the stations to [[UDP|UDP group 1]].
  
{|  
+
Second, in [[AlphaPro]], go to [[Exchange_%26_System_%28AlphaPro%29#Events|Exchange and System -> Events]], press Insert and create the following event:
|-
+
[[File:Application20.png|left|thumb|500px]]
|width="100pt"|Event Owner:
+
<br style="clear:both;" />
|width="100pt"|Stations w/UDP Id: 1
+
 
|-
+
{{Code2|
|Event type: || 21 - Event timeout
+
RCO 3 ON 50
|-
+
}}
|When change to: || ON
+
 
|-
+
 
|When related to: || Directory Number Id: 0 | 9533
+
 
|-
+
 
|Action: || RCO 3 OFF
+
 
|-
+
[[Category:AlphaCom Applications]]
|}
+
[[Category: ICX-AlphaCom Applications]]
[[Category:Applications]]
+
[[Category:Applications using Event Handler]]

Latest revision as of 11:34, 8 July 2022

AI.png

Function required

A selection of intercom stations should, by dialing a number on the keypad, or by pressing a DAK key, be able to pulse a relay for 5 seconds.

Solution

The stations dial an Event Trigger number (feature 85), say number 9533, to pulse the RCO 3 for 5 seconds.

First, assign the stations to UDP group 1.

Second, in AlphaPro, go to Exchange and System -> Events, press Insert and create the following event:

Application20.png


Action commands:

RCO 3 ON 50