Actions

EBMDR-8 - Configuration

From Zenitel Wiki

Revision as of 15:54, 2 February 2017 by Asle (talk) (Created page with " ==Enable the use of the EBMDR-8 Module== The following setting under Station Type in AlphaPro needs to be checked when using the button expansion module. This is only neces...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Enable the use of the EBMDR-8 Module

The following setting under Station Type in AlphaPro needs to be checked when using the button expansion module.

This is only necessary if any of the 6 I/O's are going to be used, and avoids conflict with the DAK keys on the extension module EBMDR-8.

Remap inputs


Redirection of DAK keys

In general every user in AlphaCom has DAK tables for 20 DAK keys. Because the ECPIR can use up to 35 DAK keys with the extension modules, one have to "borrow" DAK tables from other, unused stations.

DAK tables are "borrowed" by pointing to the other users in the DAK table of the ECPIR. This is done by using the symbol ">", followed by the physical number of the station from where we want to use the DAK table. Any free physical number in the range 1 to 552 can be used. However, it is recommended to use higher numbers to avoid conflicts if the system is expanded in the future.

DAK table of the ECPIR: Redirecting to DAK tables of physical 501, 502 ... 510


The actual DAK key configuration must be entered in the DAK table of the station to which the ECPIR DAK table is pointing:

DAK 1-10 are configured in the DAK table of physical #501


Several ECPIR stations may redirect to the same DAK tables if they should use the same DAK layout.

LED Indication

The DAK keys on the ECPIR and on the button expansion panels have two LED's each. The two LED's (red and green) are controlled using the IND command in the Event Handler.

  • Remember to remap the inputs as described previously.
Call Request

To turn on the red LED, flashing fast, in the associated DAK key when a Call Request is received, create this event:

Action Command: IND %1.phy %1.dak(I%2.dir) 1 3


Outgoing Conversation

To turn on the green LED in the associated DAK key when an outgoing call is made, create this event:

Action Command: IND %1.phy %1.dak(I%2.dir) 2 1


Incoming Conversation

To turn on the green LED in the associated DAK key when an incoming call is received, create this event:

Action Command: IND %1.phy %1.dak(I%2.dir) 2 1


Door Status

An input of the IP station can be connected to a door magnet, providing indication on the DAK panel, showing if the door is open or closed.

Example:
To turn on the red LED in the associated DAK key when input 3 of the IP substation 159 is activated, create this event:

CRMV DoorStat.PNG


Action Command:
OWN r 105
IND %2.phy %2.dak(I%1.dir) 1 1

105 is the directory number of the ECPIR
Station faults

To turn on the red and green LED in the associated DAK key when a station is reported faulty, create this event:

CRMV StatErr.PNG


Action Command:
OWN r 105
IND %2.phy %2.dak(I%1.dir) 1 1
IND %2.phy %2.dak(I%1.dir) 2 1

105 is the directory number of the ECPIR-3P