Buttons string commands – AMX Wireless Touch Panels (Wave Server) User Manual

Page 167

Advertising
background image

ViewPoint Wireless Touch Panels AXCESS

Programming

157

System Send_Commands (Cont.)

Command Description

"'@TXT',<variable text
address>,'<text>'"

Add text on a button. Use the | character to display text on
multiple lines.

<variable text address> = 1 - 255

<button text> = Enter button text to appear on button

Example:

SEND_COMMAND TP,"'@TXT',2,'VCR|PLAY'"

Sets the VCR and PLAY text on variable button 2. The |
character places VCR above PLAY on the button.

"'@UNI',<variable text
address>,'<text>'"

Add Unicode text on a button.

<variable text address> = 1 - 255

<button text> = Enter button text to appear on button

Example:

SEND_COMMAND TP,"'@UNI',2,'(Foreign Text)'"

Sets the Foreign Text on variable button 2. The | character
places VCR above PLAY on the button.

Buttons String Commands

Figure 209 lists string commands you can assign to buttons using the Touch Panel
editor. You select the PROPERTIES option in the Edit bar, press the target button,
and enter the string command with the Touch Panel keyboard. Then, the string
command is sent to the control system when you press the button. Refer to the Touch
Panel Reference
section for detailed editing information.

Note

Characters for Middle Eastern

languages such as Arabic are

not

supported within the

Unicode fonts because they

are bi-directional. Buttons with

Unicode fonts can only be

created and edited using

TPDesign3 Touch Panel

Design Program.

Advertising