Actions

Difference between revisions of "Configuration guide for School IP Intercom - AlphaCom mode"

From Zenitel Wiki

(Emergency Button)
 
(47 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{A}}
 
{{A}}
This article is applicable for [[School IP Intercom - 1402001000|School IP Intercom]] used in '''AlphaCom''' mode.
+
{{note|This article is applicable for the [[School IP Intercom - 1402001000|IP School Intercom Station]].}}
 +
 
 +
The article describes additional configuration that is required for the [[School IP Intercom - 1402001000|School IP Intercom]].  For general configuration and setup of IP stations, see [[IP Station Configuration - ICX-AlphaCom mode]].
 +
 
 +
'''Note:''' The off-line display menu is not available for the School IP Intercom, as the navigation buttons are not present on this station.
  
 
== Keyboard configuration ==
 
== Keyboard configuration ==
The correct keyboard configuration needs to be set. This is done via the web interface of the station. Log on the the web interface of the station: <br/>
+
The correct keyboard configuration needs to be set. This is done via the web interface of the station. Log on the the web interface and: <br/>
 
# Navigate to '''Advanced AlphaCom''' > '''Keyboard'''
 
# Navigate to '''Advanced AlphaCom''' > '''Keyboard'''
 
# Select '''Keyboard Type = 2'''
 
# Select '''Keyboard Type = 2'''
Line 14: Line 18:
 
[[File:School IC SpecialKeys.png|thumb|right|300px|Special Keys on the School Intercom]]
 
[[File:School IC SpecialKeys.png|thumb|right|300px|Special Keys on the School Intercom]]
 
The School Intercom station has some special function keys:
 
The School Intercom station has some special function keys:
*Emergency Button: DAK Key 11
+
*'''Emergency Button''': DAK Key 11
*Volume UP: DAK Key 1
+
*'''Arrow UP''': DAK Key 1
*Volume DOWN: DAK Key 2
+
*'''Arrow DOWN''': DAK Key 2
*Star key (*): DAK Key 3
+
*'''Star key (*)''': DAK Key 3
*Hash key (#): DAK Key 4
+
*'''Hash key (#)''': DAK Key 4
  
 
These keys have no function by default, and need to be configured.
 
These keys have no function by default, and need to be configured.
Line 30: Line 34:
 
<br style="clear:both;" />
 
<br style="clear:both;" />
  
Optionally the emergency button can be configured in the Event Handler, then you leave the DAK table blank. The button press is reported as event 30, subevent 11.
+
Optionally the emergency button can be configured in the Event Handler, you should then leave the DAK table blank. The button press is reported as event 30, subevent 11.
  
 +
In the example below the command '''$GM L85 L8193 U3 U0 U0''' is activated when the button is pressed.  This command activates prerecorded alarm message 3 (8193) to group 85, repeated 3 times:
 
[[File:School IC DAK11 event.png|thumb|left|500px|The emergency button activates alarm message 3 (8193) to group 85, repeated 3 times]]
 
[[File:School IC DAK11 event.png|thumb|left|500px|The emergency button activates alarm message 3 (8193) to group 85, repeated 3 times]]
 
<br style="clear:both;" />
 
<br style="clear:both;" />
  
=== Volume UP ===
+
=== Arrow UP ===
Enable the hotline function by selecting the hotline station in the listbox in '''Users & Stations''', select the '''Station Type''' tab, and check the '''Hotline''' flagg:
+
The "Arrow UP" button activates DAK key 1. The button can be configured to call any number/feature, or it can be configured to be a "Volume UP" key. Via the Event Handler this button can be programmed to step up the volume every time it is pressed. The volume range is 0 to 9. The display will show the current volume setting for 2 seconds.
  
[[File:Hotline Enable.PNG|thumb|left|500px|Enable the Hotline Call flag]]
+
In '''Users & Stations''' window, select the School Intercom from the list box and select the button '''Events'''. '''Insert''' a new event with the following parameters (you can copy/paste the action commands):
 +
[[File:School IC VolUP.png|thumb|left|500px|Event for "Volume UP"]]
 
<br style="clear:both;" />
 
<br style="clear:both;" />
 +
 +
Action commands:
 +
IF %op(%vol(%1.phy),=,9)
 +
stop
 +
ENDIF
 +
$VOL L%1.dir %op(%vol(%1.phy),+,1)
 +
pause
 +
$DTS L%1.dir 'Volume = %vol(%1.phy)'
 +
$ST L%1.dir W20 L9000
  
  
In '''Users & Stations''', select the '''DAK''' button, and enter the call destination on DAK 7:
+
'''Restore display after a volume change:''' <br>
[[File:HotlineCall1.PNG|thumb|left|500px|Call station 321 when lifting the handset]]
+
When the "Volume UP" and "Volume DOWN" buttons are used, the current volume level is written to the display. This event will restore default display info after 2 seconds.
 +
 
 +
In '''Users & Stations''' window, select the School Intercom from the list box and select the button '''Events'''. '''Insert''' a new event with the following parameters (you can copy/paste the action commands):
 +
[[File:School IC DisplayRestore.png|thumb|left|500px|Event for restoring display information to "default"]]
 
<br style="clear:both;" />
 
<br style="clear:both;" />
  
If the hotline call should generate a Call Request instead, enter "I 623 I xxx" on DAK 7, where xxx is the target station.
+
Action command:
If the Call Request should be cleared when replacing the handset, enter "I626 I xxx" on DAK 8, else leave DAK 8 blank.
+
$DTS L%1.dir
[[File:HotlineCall2.PNG|thumb|left|500px|Send Call Request to station 101 when lifting the handset, delete the Call request when replacing the handset]]
 
<br style="clear:both;" />
 
  
 +
=== Arrow DOWN ===
 +
The "Arrow DOWN" button activates DAK key 2. The button can be configured to call any number/feature, or it can be configured to be a "Volume DOWN" key, as decribed in the following.  The volume range is 0 to 9. The display will show the current volume setting for 2 seconds.
  
=== Volume DOWN ===
+
In '''Users & Stations''' window, select the School Intercom from the list box and select the button '''Events'''. '''Insert''' a new event with the following parameters (you can copy/paste the action commands):
By default there is a 5.0 second delay from the handset is lifted until the call is placed. Often you want the call to be placed immediately. To change the delay time, select '''Exchange & System''', '''System''', '''Calls and Options'''.
+
[[File:School IC VolDOWN.png|thumb|left|500px|Event for "Volume DOWN"]]
[[File:HotlineCallDelay.PNG|thumb|left|500px|Default hotline delay is 5.0 sec. Change from 50 to 0 for immediate call]]
 
 
<br style="clear:both;" />
 
<br style="clear:both;" />
 +
 +
Action commands:
 +
IF %op(%vol(%1.phy),=,0)
 +
stop
 +
ENDIF
 +
$VOL L%1.dir %op(%vol(%1.phy),-,1)
 +
pause
 +
$DTS L%1.dir 'Volume = %vol(%1.phy)'
 +
$ST L%1.dir W20 L9000
  
 
=== Star (*) and Hash (#) keys ===
 
=== Star (*) and Hash (#) keys ===
  
The Full Keypad models have three Direct Access Keys, D1 to D3, which will trigger DAK key 1 to DAK key 3 in the AlphaCom.
+
The Star (*) and Hash (#) keys activate DAK key 3 and 4 respectively, and can freely be configured in the DAK table of the station to dial any number/feature.
 
 
However, the hook switch connected to input 3 will also trigger DAK Key 3. Due to this conflict, button D3 cannot normally not be used.
 
  
[[File:IPHeavyDutyDAAK.PNG|thumb|500px|left|Configuring button D1 and D2 in AlphaPro, Users & Stations > DAK window]]
+
Note that these buttons do not transmit Star (*) or Hash (#), although engraved in the button.
 +
[[File:School IC DAK3 4.png|thumb|500px|left|DAK 3 (*) dials 325, and DAK 4 (#) dials 9534]]
 
<br style="clear:both;" />
 
<br style="clear:both;" />
  
  
 
[[Category: INCA Station Configuration Guide]]
 
[[Category: INCA Station Configuration Guide]]

Latest revision as of 17:23, 31 January 2023

AlphaCom icon 300px.png
Note icon This article is applicable for the IP School Intercom Station.


The article describes additional configuration that is required for the School IP Intercom. For general configuration and setup of IP stations, see IP Station Configuration - ICX-AlphaCom mode.

Note: The off-line display menu is not available for the School IP Intercom, as the navigation buttons are not present on this station.

Keyboard configuration

The correct keyboard configuration needs to be set. This is done via the web interface of the station. Log on the the web interface and:

  1. Navigate to Advanced AlphaCom > Keyboard
  2. Select Keyboard Type = 2
  3. Press “Save Keyboard Config”
SchoolKeyboard1.PNG


Special Function Keys

Special Keys on the School Intercom

The School Intercom station has some special function keys:

  • Emergency Button: DAK Key 11
  • Arrow UP: DAK Key 1
  • Arrow DOWN: DAK Key 2
  • Star key (*): DAK Key 3
  • Hash key (#): DAK Key 4

These keys have no function by default, and need to be configured.

Emergency Button

The emergency button is connected to Input 1 on the station PCB, which is reported as DAK key 11.

The emergency button is configured from AlphaPro. In Users & Stations window, select the School Intercom from the list box and select the button DAK. Enter the call destination on DAK 11.

The emergency button is configured to dial number 234


Optionally the emergency button can be configured in the Event Handler, you should then leave the DAK table blank. The button press is reported as event 30, subevent 11.

In the example below the command $GM L85 L8193 U3 U0 U0 is activated when the button is pressed. This command activates prerecorded alarm message 3 (8193) to group 85, repeated 3 times:

The emergency button activates alarm message 3 (8193) to group 85, repeated 3 times


Arrow UP

The "Arrow UP" button activates DAK key 1. The button can be configured to call any number/feature, or it can be configured to be a "Volume UP" key. Via the Event Handler this button can be programmed to step up the volume every time it is pressed. The volume range is 0 to 9. The display will show the current volume setting for 2 seconds.

In Users & Stations window, select the School Intercom from the list box and select the button Events. Insert a new event with the following parameters (you can copy/paste the action commands):

Event for "Volume UP"


Action commands:

IF %op(%vol(%1.phy),=,9)
stop
ENDIF
$VOL L%1.dir %op(%vol(%1.phy),+,1)
pause
$DTS L%1.dir 'Volume = %vol(%1.phy)'
$ST L%1.dir W20 L9000


Restore display after a volume change:
When the "Volume UP" and "Volume DOWN" buttons are used, the current volume level is written to the display. This event will restore default display info after 2 seconds.

In Users & Stations window, select the School Intercom from the list box and select the button Events. Insert a new event with the following parameters (you can copy/paste the action commands):

Event for restoring display information to "default"


Action command:

$DTS L%1.dir

Arrow DOWN

The "Arrow DOWN" button activates DAK key 2. The button can be configured to call any number/feature, or it can be configured to be a "Volume DOWN" key, as decribed in the following. The volume range is 0 to 9. The display will show the current volume setting for 2 seconds.

In Users & Stations window, select the School Intercom from the list box and select the button Events. Insert a new event with the following parameters (you can copy/paste the action commands):

Event for "Volume DOWN"


Action commands:

IF %op(%vol(%1.phy),=,0)
stop
ENDIF
$VOL L%1.dir %op(%vol(%1.phy),-,1)
pause
$DTS L%1.dir 'Volume = %vol(%1.phy)'
$ST L%1.dir W20 L9000

Star (*) and Hash (#) keys

The Star (*) and Hash (#) keys activate DAK key 3 and 4 respectively, and can freely be configured in the DAK table of the station to dial any number/feature.

Note that these buttons do not transmit Star (*) or Hash (#), although engraved in the button.

DAK 3 (*) dials 325, and DAK 4 (#) dials 9534