Actions

Difference between revisions of "ECPIR-3P"

From Zenitel Wiki

Line 1: Line 1:
The ECPIR-3P call panel is developed for console mounting. The call panel features three fully programmable buttons.
+
{{A}}[[file:ECPIR-3PFront.PNG|right|400px]]
[[file:ECPIR-3PFront.PNG|right|500px]]
+
== Getting started ==
 +
* [[ECPIR Connections|Connections]]
 +
* [[Starting Up Turbine Station|Starting up]]
  
===<u>Highlights</u>===
+
== Configuration ==
* Network call panel for console mounting
+
The ECPIR-3P station is currently fully supported in '''AlphaCom mode''' only.
* Compatible with AlphaCom and Exigo systems
+
* [[Turbine Configuration - AlphaCom mode|Basic configuration]]
* Three programmable buttons with individual labels and status indicators
+
* [[EBMDR-8 - Configuration|Configuration for Expansion Module EBMDB-8]]
* Separate PTT button
 
* Optional button protection covers
 
* Indicators for power, call and fault
 
  
===<u>[[ECPIR Connections|InterCom connections]]</u>===
+
== Advanced Network Settings ==
 
+
*[[IEEE 802.1X|Network Access Control 802.1X]]
===<u>[[Starting Up Turbine Station|Starting up]]</u>===
 
 
 
===<u>Configuration</u>===
 
* [[Turbine Configuration]]
 
* [[Active Noise Cancelling|Noise Reduction]]
 
* [[ECPIR-3P#Additional_Configuration|Additional Configuration]]
 
 
 
===<u>Advanced Network Settings</u>===
 
* [[SNMP in Turbine|SNMP]]
 
* [[IEEE 802.1X|802.1X]]
 
 
* [[Turbine Firewall|Firewall]]
 
* [[Turbine Firewall|Firewall]]
  
===<u>Software Upgrade</u>===
+
== Software Upgrade ==
 
* [[Turbine Software Upgrade|Upgrade via the station web interface]]
 
* [[Turbine Software Upgrade|Upgrade via the station web interface]]
 
* [[IMT - Software Upgrade|Upgrade using the IMT tool]]
 
* [[IMT - Software Upgrade|Upgrade using the IMT tool]]
 +
* [[TFIE Restore Factory Defaults|Restore Factory Defaults]]
  
===<u>[[TFIE Indication LEDs|Station Indication LEDs]]</u>===
+
== Connectors, Indicators and Dimensions ==
 +
* [[Turbine Extended Board Connectors|Board Connections]]
 +
* [[TFIE Indication LEDs|Station Indication LEDs]]
 +
* [[ECPIR Dimensions & Mounting Instructions|Dimensions]]
  
===<u>[[TFIE Restore Factory Defaults|Restore Factory Defaults]]</u>===
+
== Accessories ==
 
 
===<u>[[Turbine Extended Board Connectors|Board Connections]]</u>===
 
 
 
===<u>[[ECPIR Dimensions & Mounting Instructions]]</u>===
 
 
 
===<u>[http://www.zenitel.com/product/ecpir-3p Additional Documentation on Zenitel.com]</u>===
 
 
 
===<u>Additional Configuration</u>===
 
====Remap input 1-6 as DAK 101 - 106 (Default 11-16)====
 
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]].
 
 
 
[[Image:ecpir_input_remap_alphapro.png|thumb|left|500px|Remap inputs]]
 
<br style="clear:both;" />
 
 
 
==== 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.
 
 
 
[[File:DAK Redirect2.PNG|left|thumb|500px|DAK table of the ECPIR: Redirecting to DAK tables of physical 501, 502 ... 510]]
 
<br style="clear:both;" />
 
 
 
The actual DAK key configuration must be entered in the DAK table of the station to which the ECPIR DAK table is pointing:
 
[[File:DAK Redirect.PNG|thumb|left|500px|DAK 1-10 are configured in the DAK table of physical #501]]
 
<br style="clear:both;" />
 
 
 
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|Call Request]] is received, create this event:
 
 
 
[[File:CRMV CallReq.PNG|left|500px|thumb|'''Action Command''': IND %1.phy %1.dak(I%2.dir) 1 3]]
 
<br style="clear:both;" />
 
 
 
=====Outgoing Conversation=====
 
To turn on the green LED in the associated DAK key when an outgoing call is made, create this event:
 
 
 
[[File:CRMV ConvOut.PNG|left|500px|thumb|'''Action Command''': IND %1.phy %1.dak(I%2.dir) 2 1]]
 
<br style="clear:both;" />
 
 
 
=====Incoming Conversation=====
 
To turn on the green LED in the associated DAK key when an incoming call is received, create this event:
 
 
 
[[File:CRMV ConvIn.PNG|left|500px|thumb|'''Action Command''': IND %1.phy %1.dak(I%2.dir) 2 1]]
 
<br style="clear:both;" />
 
 
 
=====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: <br>
 
To turn on the red LED in the associated DAK key when input 3 of the IP substation 159 is activated, create this event:
 
 
 
[[File:CRMV DoorStat.PNG|left|500px|thumb]]
 
<br style="clear:both;" />
 
 
 
'''Action Command''': <br>
 
OWN r 105<br>
 
IND %2.phy %2.dak(I%1.dir) 1 1<br>
 
 
 
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:
 
 
 
[[File:CRMV StatErr.PNG|left|500px|thumb]]
 
<br style="clear:both;" />
 
 
 
'''Action Command''': <br>
 
OWN r 105<br>
 
IND %2.phy %2.dak(I%1.dir) 1 1<br>
 
IND %2.phy %2.dak(I%1.dir) 2 1<br>
 
 
 
105 is the directory number of the ECPIR-3P
 
 
 
===<u>Accessories</u>===  
 
  
 
{|{{SimpleTable}}
 
{|{{SimpleTable}}
Line 130: Line 41:
 
|}
 
|}
  
 
+
== Related Information ==
 +
* [https://www.zenitel.com/product/ecpir-3p Additional Documentation on Zenitel.com]
  
 
[[Category: Turbine]]
 
[[Category: Turbine]]

Revision as of 16:09, 2 February 2017