114
AXCESS Programming
Black/White LCD Mini-Touch Panels
Variable text Send_Commands (cont.)
Command
Description
'
ICON<variable text
address>-<border style>
'
Change the border style of the specified text button number.
<variable text address> = 1-255
<border style> = 0-14
Border styles follow:
0 = no border
8 = single diamond
1 = single wide
9 = double diamond
2 = double wide
10 = triple wide
3 = single raised
11 = double single, single, single
4 = double raised
12 = triple raised
5 = single rounded
13 = shadow
6 = double rounded
14 = no border and no background
7 = double single, single
Example:
SEND_COMMAND TP,
'
ICON25-6
'
Changes the variable text button 25 border style to double
rounded.
"
'
!I
'
,<variable text
address>,
'
<border
style>
'
"
Shorthand version of
'
ICON
'
command.
<variable text address> = 1-255
<border style> = 0-14
Example:
SEND_COMMAND TP,"
'
!I
'
,1,6"
Changes the variable text button 1 border style to double
rounded.
'
TEXT<variable text
address>-<new button
text>
'
Change text in specified text button number. All text is centered
in the box. Use a
'
|
'
character for carriage returns to start text on
the next line. The text is permanent, even during a power down,
until it is changed with the TEXT command or mini-touch panel
editor.
<variable text address> = 1-255
<new button text> = 1-60 characters
Example:
SEND_COMMAND TP,
'
TEXT2-VCR PLAY
'
Changes the title of variable text button 2 to VCR PLAY.
Содержание AXM-MLC
Страница 8: ...vi Table of Contents Black White LCD Mini Touch Panels ...
Страница 36: ...28 Mini Touch Panel Basics Black White LCD Mini Touch Panels ...
Страница 114: ...106 Mini Touch Panel Program Reference Black White LCD Mini Touch Panels ...
Страница 130: ...122 Replacing the Lithium Batteries Black White LCD Mini Touch Panels ...
Страница 140: ...132 Technical Support Black White LCD Mini Touch Panels ...