Actions

Difference between revisions of "Delayed call from analogue station"

From Zenitel Wiki

(Created page with "{{A}} This article describes how to configure the AlphaCom in such a way that a call button from a substation must be pressed for a predefined time before the call is made to...")
 
 
(6 intermediate revisions by the same user not shown)
Line 9: Line 9:
  
 
== IP substations ==
 
== IP substations ==
In [[AlphaPro]], go to [[Exchange_%26_System_%28AlphaPro%29#Events|Exchange and System -> Events]], press Insert and create the following events:
+
For delayed call for IP SubStation see article: [[Delayed Call]]
------------
 
'''Event 1''' - When the call button (Subevent = 1) is pressed (=ON), start a 3 second timer (W30). Stop the timer when the button is released.
 
{|
 
|-
 
|width="150pt"|'''Event Owner''':
 
|width="400pt"|The IP substation
 
|-
 
|'''Event type''': || [[Station Input or Station DAK key (Event Type)|30 - Station Input or Station DAK key]]
 
|-
 
|'''Subevent''': || 1
 
|-
 
|'''When change to''': || ON or OFF
 
|-
 
|'''When related to''': || N/A
 
|-
 
|'''Action:''' || [[SET_TIMER|$ST]] L%1.dir W%chg(30,0) L9000
 
|-
 
|}
 
 
 
 
 
 
 
------------
 
'''Event 3''' - If the timer expires, e.g. the button has not been released, make a call to 101.
 
{|
 
|-
 
|width="150pt"|'''Event Owner''':
 
|width="400pt"|The IP substation
 
|-
 
|'''Event type''': || [[Event Timeout (Event Type)|21 - Event timeout]]
 
|-
 
|'''Subevent''': || 0
 
|-
 
|'''When change to''': || ON
 
|-
 
|'''When related to''': || Directory number, Id: 9000
 
|-
 
|'''Action:''' || [[CALL SETUP|$CALL]] L%1.dir L101
 
|-
 
|}
 
  
 
== Conventional (analog) stations ==
 
== Conventional (analog) stations ==
A conventional substation has two call button inputs, ID and ID+M. The [[Delayed call|Delayed Call]] feature will work for ID+M only. In addition M-key can be used for [[Delayed call|Delayed Call]].
+
A conventional substation has two call button inputs, ID and ID+M. The Delayed Call feature will work for ID+M only. In addition M-key can be used for Delayed Call.
  
 
=== Set "Station without Display"===
 
=== Set "Station without Display"===
  
When using the [[Delayed call|Delayed Call]] feature it is important that the substation is forced to be a non-display station. In  
+
When using the Delayed Call feature it is important that the substation is forced to be a non-display station. In  
 
In [[AlphaPro]], go to [[Users_%26_Stations_%28AlphaPro%29#Station_Type|Users & Stations -> Station Type]] and set the flag "''Station without Display''".
 
In [[AlphaPro]], go to [[Users_%26_Stations_%28AlphaPro%29#Station_Type|Users & Stations -> Station Type]] and set the flag "''Station without Display''".
  
Background: The AlphaCom is by default autodetecting if the station connected is a display station (more current) or a non-display station. When using the [[Delayed call|Delayed Call]] function and the call button is pressed for a longer time, the current increases and the AlphaCom will detect this as an display station and the station will not operate properly.
+
Background: The AlphaCom is by default autodetecting if the station connected is a display station (more current) or a non-display station. When using the Delayed Call function and the call button is pressed for a longer time, the current increases and the AlphaCom will detect this as an display station and the station will not operate properly.
 
<br><br>
 
<br><br>
  
Line 66: Line 27:
  
 
---------------
 
---------------
'''Event 1''' - When the ID+M (= subevent 2) call button is pressed (= ON), start a 3 second timer.
+
'''Event 1''' - When the ID+M (= subevent 2) call button is pressed (= ON), start a 3 second timer. When it is released (= OFF), stop the timer.
{|
+
[[File:Application_A1a.png|500px|left|thumb|]]
|-
+
<br style="clear:both;" />
|width="150pt"|'''Event Owner''':
+
{{Code2|
|width="400pt"|The substation
+
[[SET_TIMER|$ST]] L%1.dir W%chg(30,0) L9000
|-
+
}}
|'''Event type''': || [[Station Input or Station DAK key (Event Type)|30 - Station Input or Station DAK key]]
 
|-
 
|'''Subevent''': || 2
 
|-
 
|'''When change to''': || ON
 
|-
 
|'''When related to''': || N/A
 
|-
 
|'''Action:''' || [[SET_TIMER|$ST]] L%1.dir W30 L9000
 
|-
 
|}
 
  
 
---------------
 
---------------
'''Event 2''' - When the ID+M (= subevent 2) call button is released (= OFF), stop the timer.
+
'''Event 2''' - If the timer expires, e.g. the button has not been released within 3 seconds, make a call to 101.
{|
+
[[File:Application_A1b.png|500px|left|thumb|]]
|-
+
<br style="clear:both;" />
|width="150pt"|'''Event Owner''':
+
{{Code2|
|width="400pt"|The substation
+
[[CALL SETUP|$CALL]] L%1.dir L101
|-
+
}}
|'''Event type''': || [[Station Input or Station DAK key (Event Type)|30 - Station Input or Station DAK key]]
 
|-
 
|'''Subevent''': || 2
 
|-
 
|'''When change to''': || OFF
 
|-
 
|'''When related to''': || N/A
 
|-
 
|'''Action:''' || [[SET_TIMER|$ST]] L%1.dir W0 L9000
 
|-
 
|}
 
  
---------------
 
'''Event 3''' - If the timer expires, e.g. the button has not been released, make a call to 101.
 
{|
 
|-
 
|width="150pt"|'''Event Owner''':
 
|width="400pt"|The substation
 
|-
 
|'''Event type''': || [[Event Timeout (Event Type)|21 - Event timeout]]
 
|-
 
|'''Subevent''': || 0
 
|-
 
|'''When change to''': || ON
 
|-
 
|'''When related to''': || Directory number: 9000
 
|-
 
|'''Action:''' || [[CALL SETUP|$CALL]] L%1.dir L101
 
|-
 
|}
 
 
---------------
 
 
If a [[Call Request]] should be made, and not a direct call, just substitute the action command ''[[CALL SETUP|$CALL]] L%1.dir L101'' with ''[[SEND MAIL|$SM]] L%1.dir L101''. This will send a [[Call Request]] to station 101.
 
  
 +
If a [[Call Request]] should be made, and not a direct call, just substitute the action command
 +
{{Code|[[CALL SETUP|$CALL]] L%1.dir L101}}
 +
with
 +
{{Code|[[SEND MAIL|$SM]] L%1.dir L101}}
 +
This will send a [[Call Request]] to station 101.
  
 
===M-key Call Button===
 
===M-key Call Button===
As an alternative to ID+M, M-key can be used for [[Delayed call|Delayed Call]]. Substations are not equipped with M-key, but it is easy to adapt; simply connect a 2K2 resistor across the a- and b-wire when the call button is pressed.
+
As an alternative to ID+M, M-key can be used for Delayed Call. Substations are not equipped with M-key, but it is easy to adapt; simply connect a 2K2 resistor across the a- and b-wire when the call button is pressed.
  
 
In [[AlphaPro]], go to [[Exchange_%26_System_%28AlphaPro%29#Events|Exchange and System -> Events]], press Insert and create the following events:
 
In [[AlphaPro]], go to [[Exchange_%26_System_%28AlphaPro%29#Events|Exchange and System -> Events]], press Insert and create the following events:
 
---------------
 
---------------
'''Event 1''' - When the M-key is pressed (= ON), start a 3 second timer.
+
'''Event 1''' - When the M-key is pressed (= ON), start a 3 second timer. When it is released (= OFF), stop the timer.
{|
+
[[File:Application_A1c.png|500px|left|thumb|]]
|-
+
<br style="clear:both;" />
|width="150pt"|'''Event Owner''':
+
{{Code2|
|width="400pt"|The substation
+
[[SET_TIMER|$ST]] L%1.dir W%chg(30,0) L9000
|-
+
}}
|'''Event type''': || [[M-key (Event Type)|31 - M-key]]
 
|-
 
|'''Subevent''': || 1
 
|-
 
|'''When change to''': || ON
 
|-
 
|'''When related to''': || All
 
|-
 
|'''Action:''' || [[SET_TIMER|$ST]] L%1.dir W30 L9000
 
|-
 
|}
 
  
 
---------------
 
---------------
'''Event 2''' - When the M-key is released (= OFF), stop the timer.
+
'''Event 2''' - If the timer expires, e.g. the button has not been released within 3 seconds, make a call to 101.
{|
+
[[File:Application_A1b.png|500px|left|thumb|]]
|-
+
<br style="clear:both;" />
|width="150pt"|'''Event Owner''':
+
{{Code2|
|width="400pt"|The substation
+
[[CALL SETUP|$CALL]] L%1.dir L101
|-
+
}}
|'''Event type''': || [[M-key (Event Type)|31 - M-key]]
 
|-
 
|'''Subevent''': || 1
 
|-
 
|'''When change to''': || OFF
 
|-
 
|'''When related to''': || All
 
|-
 
|'''Action:''' || [[SET_TIMER|$ST]] L%1.dir W0 L9000
 
|-
 
|}
 
  
---------------
 
'''Event 3''' - If the timer expires, e.g. the button has not been released, make a call to 101.
 
{|
 
|-
 
|width="150pt"|'''Event Owner''':
 
|width="400pt"|The substation
 
|-
 
|'''Event type''': || [[Event Timeout (Event Type)|21 - Event timeout]]
 
|-
 
|'''Subevent''': || 0
 
|-
 
|'''When change to''': || ON
 
|-
 
|'''When related to''': || Directory number: 9000
 
|-
 
|'''Action:''' || [[CALL SETUP|$CALL]] L%1.dir L101
 
|-
 
|}
 
 
---------------
 
  
  
 
[[Category: AlphaCom Applications]]
 
[[Category: AlphaCom Applications]]
[[Category: ICX-AlphaCom Applications]]
 

Latest revision as of 10:39, 1 June 2022

AlphaCom icon 300px.png

This article describes how to configure the AlphaCom in such a way that a call button from a substation must be pressed for a predefined time before the call is made to a master station.

Application areas:

  • Elevators - Regulations: the call button must be pressed for some seconds before the call is made.
  • Parking garage - Avoid unnecessary calls from playing children etc.

The Delayed Call functionality is controlled by the Event Handler, which is configured from AlphaPro.

IP substations

For delayed call for IP SubStation see article: Delayed Call

Conventional (analog) stations

A conventional substation has two call button inputs, ID and ID+M. The Delayed Call feature will work for ID+M only. In addition M-key can be used for Delayed Call.

Set "Station without Display"

When using the Delayed Call feature it is important that the substation is forced to be a non-display station. In In AlphaPro, go to Users & Stations -> Station Type and set the flag "Station without Display".

Background: The AlphaCom is by default autodetecting if the station connected is a display station (more current) or a non-display station. When using the Delayed Call function and the call button is pressed for a longer time, the current increases and the AlphaCom will detect this as an display station and the station will not operate properly.

ID+M Call Button

In AlphaPro, go to Exchange and System -> Events, press Insert and create the following events:


Event 1 - When the ID+M (= subevent 2) call button is pressed (= ON), start a 3 second timer. When it is released (= OFF), stop the timer.

Application A1a.png


Action commands:

$ST L%1.dir W%chg(30,0) L9000



Event 2 - If the timer expires, e.g. the button has not been released within 3 seconds, make a call to 101.

Application A1b.png


Action commands:

$CALL L%1.dir L101



If a Call Request should be made, and not a direct call, just substitute the action command

$CALL L%1.dir L101


with

$SM L%1.dir L101


This will send a Call Request to station 101.

M-key Call Button

As an alternative to ID+M, M-key can be used for Delayed Call. Substations are not equipped with M-key, but it is easy to adapt; simply connect a 2K2 resistor across the a- and b-wire when the call button is pressed.

In AlphaPro, go to Exchange and System -> Events, press Insert and create the following events:


Event 1 - When the M-key is pressed (= ON), start a 3 second timer. When it is released (= OFF), stop the timer.

Application A1c.png


Action commands:

$ST L%1.dir W%chg(30,0) L9000



Event 2 - If the timer expires, e.g. the button has not been released within 3 seconds, make a call to 101.

Application A1b.png


Action commands:

$CALL L%1.dir L101