Button string commands – AMX G3 User Manual
Page 149
Color Active-Matrix LCD Touch Panels
AXCESS Programming
141
Button String Commands
Figure 197 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.
Button string commands
Command
Description
$ID
Assign a group ID to a button with a standard string.
Example:
$ID15
Sets the Touch Panel button group ID to 15.
'$SL'
Activate sleep mode on a wireless Touch Panel's wavepack.
Example:
$SL
Activates sleep mode on the Touch Panel.
$ST
Set the time to activate sleep mode for a Touch Panel in
1-minute increments. When the Touch Panel’s input time
matches the sleep time, the panel goes to sleep.
Example:
$ST5
Sets the sleep time to 5 minutes.
'$VI
Set the video-compatible Touch Panel to display composite
video signal in an interlaced display format. Interlaced video
refreshes the entire video display at specific time intervals.
Non-interlaced video refreshes every other line of the video
display at specific time intervals.
Example:
$VI1
Activates interlace mode on the video-compatible Touch
Panel.
Figure 197
Button string commands