beautypg.com

Variable text send commands – AMX Wireless Touch Panels (Wave Server) User Manual

Page 161

background image

ViewPoint Wireless Touch Panels AXCESS

Programming

151

Variable Text Send Commands

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

Variable text Send_Commands

Command Description

"'!B',address 1-255>,
"

Set a specific button to on or off.

= 1 - 255

= 0 and = 1

Example:

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

Sets button 128 off.

"'BTOF,address>'"

Set a specific button's active state to Off.

= 1 - 255

Example:

SEND_COMMAND TP,"'BTOF',255'"

Sets the state for button 255 to Off.

"'BTON',address>'"

Set a specific button's active state to On.

= 1 - 255

Example:

SEND_COMMAND TP,"'BTON',128"

Sets the state for button 128 to On.

Figure 207

Variable text

Send_Commands