Shorthand variable text commands (cont.)

Command

Description

 

 

"'@SHO',<variable text address>,<button on/off>"

"'@ENA',<variable text address>,<button state on/off>"

'%C1',<on-state fill color> = SeeFigure 190 for color numbers '%C2',<off-state fill color> = SeeFigure 190 for color numbers

'%C3',<on-state border color> = SeeFigure 190 for color numbers

'%C4',<off-state border color> = SeeFigure 190 for color numbers

'%C5',<off-state text color> = SeeFigure 190 for color numbers

'%C6',<on-state text color> = SeeFigure 190 for color numbers

Example:

SEND_COMMAND TP,"'@BMF',255,'%T POWER ON

%B',4',%C1',53'"

Sets the text on button 255 to POWER ON (appears on two lines), adds a triple-line border, and sets the On-state color to dark blue.

Set a specific button to on or off.

<variable text address> = 1 - 255

<0> = button off and <1> = button on

Example:

SEND_COMMAND TP,"'@SHO',128,0"

Sets button 128 off.

Set a specific button's active state to On. <variable text address> = 1 - 255

<0> = button off and <1> = button on

Example:

SEND_COMMAND TP, "'@ENA',128,1"

Sets the state for button 128 on.

138

AXCESS Programming

Color Active-Matrix LCD Touch Panels

Page 146
Image 146
AMX G3 manual Sendcommand TP,@BMF,255,%T Power on