Variable Text Send Commands

Use variable text Send_Commands (Figure 207) to set the borders, fonts, and text.

Figure 207

Variable text

Variable text Send_Commands

CommandDescription

Send_Commands

"'!B',<variable text address 1-255>, <ON/OFF 0-1>"

"'BTOF,<variable text address>'"

"'BTON',<variable text address>'"

Set a specific button to on or off.

<variable text address> = 1 - 255

<ON> = 0 and <OFF> = 1 Example:

SEND_COMMAND TP,"'!B',128, 1"

Sets button 128 off.

Set a specific button's active state to Off.

<variable text address> = 1 - 255

Example:

SEND_COMMAND TP,"'BTOF',255'"

Sets the state for button 255 to Off.

Set a specific button's active state to On.

<variable text address> = 1 - 255 Example:

SEND_COMMAND TP,"'BTON',128"

ViewPoint Wireless Touch Panels

Sets the state for button 128 to On.

AXCESS Programming

151

Page 161
Image 161
AMX Wireless Touch Panels (Wave Server) Variable Text Send Commands, Variable text SendCommands, Sendcommand TP,BTOF,255