Difference between revisions of "DISPLAY TEXT"
From Zenitel Wiki
Line 4: | Line 4: | ||
!style="background:#ffdead;" width="100pt"|0x005A | !style="background:#ffdead;" width="100pt"|0x005A | ||
!style="background:#ffdead;" width="30pt"|90 | !style="background:#ffdead;" width="30pt"|90 | ||
− | !style="background:#ffdead; | + | !style="background:#ffdead;" |AMC 06.00 |
− | |||
− | |||
|- | |- | ||
|colspan="5"|$DSPL L101 U18 0311 ‘Line 1 text’<br\> | |colspan="5"|$DSPL L101 U18 0311 ‘Line 1 text’<br\> | ||
− | $DSPL L101 U18 0312 ‘Line 2 text’<br\> | + | '''$DSPL L101 U18 0312 ‘Line 2 text’'''<br\> |
− | $DSPL L104 U23 0313 14 "Line 3 text on CRM "<br\> | + | '''$DSPL L104 U23 0313 14 "Line 3 text on CRM "'''<br\> |
− | $DSPL L104 U23 0313 54 "Line 4 text on CRM "<br\> | + | '''$DSPL L104 U23 0313 54 "Line 4 text on CRM "'''<br\> |
[[Dual Display Stations|Dual Display]] (from AMC 08.28 / 09.01):<br\> | [[Dual Display Stations|Dual Display]] (from AMC 08.28 / 09.01):<br\> | ||
− | 1. $DSPL L104 U11 33011302 ‘DAK line’<br\> | + | '''1. $DSPL L104 U11 33011302 ‘DAK line’'''<br\> |
− | 2. $DSPL L104 U3 500400 ‘’<br\> | + | '''2. $DSPL L104 U3 500400 ‘’'''<br\> <br\> |
+ | IP station Custom Command (From AMC 10.30)<br\> | ||
+ | '''$DSPL L101 U4 60AB0812 ‘’''' > [[DIP#dicmd_-_Send_User_Defined_Command_.24DSPL|DIP message]] | ||
|- | |- | ||
|colspan="5"|Send text and control characters to a station in a station dependent low level format.<br\> | |colspan="5"|Send text and control characters to a station in a station dependent low level format.<br\> | ||
Line 24: | Line 24: | ||
Example 2. Select (show) DAK page 04 on DualDisplay station with no arrow indication (last 00. Arrow down is visible if (last) number is 2 or more. Arrow up is visible if number is larger than the page number). | Example 2. Select (show) DAK page 04 on DualDisplay station with no arrow indication (last 00. Arrow down is visible if (last) number is 2 or more. Arrow up is visible if number is larger than the page number). | ||
|- | |- | ||
− | |align=center|1||[[NET_OBJ_REF]]<br\>{[[ECL_STATION]]} ||colspan="3"|Station displaying text.<br\>[[AlphaNet]]: B station in B exchange. | + | |align=center|1||[[NET_OBJ_REF]]<br\>{[[ECL_STATION]]} ||colspan="3"|Station displaying text.<br\>[[AlphaNet]]: B station in B exchange.<br\> Null value not allowed. |
|- | |- | ||
|align=center|2||[[UINT1]]||colspan="3"|Length of text | |align=center|2||[[UINT1]]||colspan="3"|Length of text |
Revision as of 06:58, 18 October 2007
DISPLAY_TEXT | 0x005A | 90 | AMC 06.00 | |
---|---|---|---|---|
$DSPL L101 U18 0311 ‘Line 1 text’<br\>
$DSPL L101 U18 0312 ‘Line 2 text’<br\> $DSPL L104 U23 0313 14 "Line 3 text on CRM "<br\> $DSPL L104 U23 0313 54 "Line 4 text on CRM "<br\> Dual Display (from AMC 08.28 / 09.01):<br\> 1. $DSPL L104 U11 33011302 ‘DAK line’<br\> 2. $DSPL L104 U3 500400 ‘’<br\> <br\> IP station Custom Command (From AMC 10.30)<br\> $DSPL L101 U4 60AB0812 ‘’ > DIP message | ||||
Send text and control characters to a station in a station dependent low level format.<br\>
The character set is ISO 8859 (for characters from 20 hex an above). The control characters used conforms to the TouchLine display format code for control of the display.<br\> AlphaNet: Message from remote exchange in order to display the enclosed text in a local station.<br\><br\> Note that the exchange updates the display frequently, and external control of the display will work only in special situations.<br\><br\> Dual Display:<br\> Example 1. Update text on DAK display line 02. legal values 01->64 (1-100 decimal)<br\> Example 2. Select (show) DAK page 04 on DualDisplay station with no arrow indication (last 00. Arrow down is visible if (last) number is 2 or more. Arrow up is visible if number is larger than the page number). | ||||
1 | NET_OBJ_REF<br\>{ECL_STATION} | Station displaying text.<br\>AlphaNet: B station in B exchange.<br\> Null value not allowed. | ||
2 | UINT1 | Length of text | ||
3 | Array of UINT1 | Text characters. |