AMX VPT-CP Manual de instrucciones Pagina 34

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 56
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 33
Programming
30
ViewPoint Wireless Touch Panels
Variable Text Send_Commands
Use variable text Send_Commands to set the borders, fonts, and text.
Color Send_Commands (Cont.)
CTON
Sets the ON feed-
back text color to
the specified
color.
Syntax:
"’CTON<variable text address>-<color_number>’"
Variables:
variable text address = 1 - 255
color number = See the Colors and Programming Numbers table on page 23.
Example:
SEND_COMMAND TP,"’CTON1-72’"
Sets the ON feedback text color to White for variable text button 1.
Variable Text Send_Commands
!B
Sets a specific
button to On or
Off.
Syntax:
"’!B’,<variable text address>,<ON/OFF>"
Variables:
variable text address = 1 - 255
ON = 0
OFF = 1
Example:
SEND_COMMAND TP,"’!B’,128,1"
Sets button 128 Off.
BTOF
Sets a specific
button's active
state to Off.
Syntax:
"’BTOF<variable text address>’"
Variable:
variable text address = 1 - 255
Example:
SEND_COMMAND TP,"’BTOF255’"
Sets the state for button 255 to Off.
BTON
Sets a specific
button's active
state to On.
Syntax:
"’BTON<variable text address>’"
Variable:
variable text address = 1 - 255
Example:
SEND_COMMAND TP,"’BTON128’"
Sets the state for button 128 to On.
Vista de pagina 33
1 2 ... 29 30 31 32 33 34 35 36 37 38 39 ... 55 56

Comentarios a estos manuales

Sin comentarios