Actions

Difference between revisions of "Address Book"

From Zenitel Wiki

(Created page with " '''NOTE!''' Only the Turbine station configured as a '''Scrolling Station (TCIS-6)''' under '''Main Settings''' will have this menu option. * Select '''Advanced AlphaCom -> A...")
 
Line 1: Line 1:
  '''NOTE!''' Only the Turbine station configured as a '''Scrolling Station (TCIS-6)''' under '''Main Settings''' will have this menu option.
+
  '''NOTE!''' Only the Turbine station configured as a '''Scrolling Station (TCIS-6 or TCIV-6)''' under '''Main Settings''' will have this menu option.
* Select '''Advanced AlphaCom -> Address Book''' from the menu
+
 
 +
Select '''Advanced AlphaCom -> Address Book''' from the menu
 +
 
 
[[File:TCIS Configuration-10.PNG|thumb|left|500px]]
 
[[File:TCIS Configuration-10.PNG|thumb|left|500px]]
 
<br style="clear:both;" />
 
<br style="clear:both;" />
  
'''<u>Default Display Text</u>'''
+
'''Default Display Text'''
 
* The idle text shown in the display may be changed. The default text is: '''Scroll to Select'''
 
* The idle text shown in the display may be changed. The default text is: '''Scroll to Select'''
  
'''<u>Font Size</u>'''
+
'''Font Size'''
 
* The font size can be either '''12''' or '''16'''
 
* The font size can be either '''12''' or '''16'''
  
'''<u>OLED Brightness</u>'''
+
'''OLED Brightness'''
 
* Brightness: '''Default, Bright, Extra Bright'''
 
* Brightness: '''Default, Bright, Extra Bright'''
  
'''<u>Start Scrolling After</u>'''
+
'''Start Scrolling After'''
* Set the time in minutes after which scrolling should start
+
* Set the time in minutes after which horizontal scrolling of the display text should start.
  
'''<u>Upload Address Book</u>'''
+
'''Upload Address Book'''
 
[[File:TCIS Configuration-11.PNG|thumb|left|500px]]
 
[[File:TCIS Configuration-11.PNG|thumb|left|500px]]
 
<br style="clear:both;" />
 
<br style="clear:both;" />
 
A CSV file consisting of directory numbers and display text with the semi-colon character (;) as delimiter may be uploaded.  
 
A CSV file consisting of directory numbers and display text with the semi-colon character (;) as delimiter may be uploaded.  
* Click '''Browse''' to upload a CSV file
+
* Click '''Browse...''' to upload a CSV file
 +
 
 
  '''NOTE!''' The CSV file can be 5 kB at maximum. Each character is one byte and every line has 2 invisible control characters (CR and LF) at the end.
 
  '''NOTE!''' The CSV file can be 5 kB at maximum. Each character is one byte and every line has 2 invisible control characters (CR and LF) at the end.
 
  1234;Pettersen <== This means 16 byte at CSV file.
 
  1234;Pettersen <== This means 16 byte at CSV file.
 
  "1234" are 4 bytes, ";" is one byte, "Pettersen" are 9 bytes and control characters (CR and LF) are 2 bytes
 
  "1234" are 4 bytes, ";" is one byte, "Pettersen" are 9 bytes and control characters (CR and LF) are 2 bytes

Revision as of 14:35, 12 October 2016

NOTE! Only the Turbine station configured as a Scrolling Station (TCIS-6 or TCIV-6) under Main Settings will have this menu option.

Select Advanced AlphaCom -> Address Book from the menu

TCIS Configuration-10.PNG


Default Display Text

  • The idle text shown in the display may be changed. The default text is: Scroll to Select

Font Size

  • The font size can be either 12 or 16

OLED Brightness

  • Brightness: Default, Bright, Extra Bright

Start Scrolling After

  • Set the time in minutes after which horizontal scrolling of the display text should start.

Upload Address Book

TCIS Configuration-11.PNG


A CSV file consisting of directory numbers and display text with the semi-colon character (;) as delimiter may be uploaded.

  • Click Browse... to upload a CSV file
NOTE! The CSV file can be 5 kB at maximum. Each character is one byte and every line has 2 invisible control characters (CR and LF) at the end.
1234;Pettersen <== This means 16 byte at CSV file.
"1234" are 4 bytes, ";" is one byte, "Pettersen" are 9 bytes and control characters (CR and LF) are 2 bytes