AMX G3 Universal Remote User Manual


 
124 AXCESS Programming Color Active-Matrix LCD Touch Panels
System Send_Commands (cont.)
Command Description
IF(FIND_STRING(TP2_BUFFER,'PAGE-',1))
{
TRASH=REMOVE_STRING(TP2_BUFFER,'PAGE-
',1)
SEND_COMMAND TP1,"'PAGE-', TP2_BUFFER"
CLEAR_BUFFER TP2_BUFFER
}
}
In this program, the command string is sent to the Master in
the 'PAGE-(page name)' format. The string can be captured
with the CREATE_BUFFER command for one panel and sent
to another panel.
'VIDI-<interlace
mode>'
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.
<interlace mode> = 0 (off) or 1 (on)
Example:
SEND_COMMAND TP,'VIDI-1'
Activates interlace mode on the video-compatible Touch
Panel.
'WAKE' Deactivate screen-saver mode and reset sleep timer.
Example:
SEND_COMMAND TP,'WAKE'
Deactivates the Touch Panel screen-saver mode and resets
the sleep timer.
'ZAP!' Clear all memory and erase buttons, pages, drawings, and
symbols.
Example:
SEND_COMMAND TP,'ZAP!'
Clears all memory and erases all buttons, pages, drawings,
and symbols.
Note
The Color Video Touch Panel
does not support NON-
INTERLACE video.
Warning
You should only use the ZAP!
command to erase all the
stored data in the Touch
Panel. The data cannot be
recovered after it is erased.