System Send_Commands (Cont.)

CommandDescription

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.

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

"'@UNI',<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,'VCRPLAY'"

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

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.

ViewPoint Wireless Touch Panels

AXCESS Programming

157

Page 167
Image 167
AMX Wireless Touch Panels (Wave Server) instruction manual Buttons String Commands, Sendcommand TP,@TXT,2,VCRPLAY