AMX Color Active-Matrix LCD Instruction Manual page 136

Color active-matrix lcd mini-touch panel firmware version g3 or higher
Hide thumbs Also See for Color Active-Matrix LCD:
Table of Contents

Advertisement

Warning
You should only use the ZAP!
command to erase all the
stored data in the touch panel.
The data cannot be re-
covered after it is erased.
Color Active-Matrix LCD Mini-Touch Panels
System Send_Commands (Cont.)
Command
"'WAKE'"
"'ZAP!'"
Description
IF((FIND_STRING(TP1_BUFFER,'PPON-',1)
OR(FIND_STRING(TP1_BUFFER',(PPOF-',1)))
{
SEND_COMMAND TP2,TP1_BUFFER
CLEAR_BUFFER TP1_BUFFER
}
}
IF (LENGTH_STRING(TP2_BUFFER))
{
}
}
IF (LENGTH_STRING(TP2_BUFFER))
{
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 Central Con-
troller in the 'PAGE-(page name)' format. The string can be
captured with the CREATE_BUFFER command for one panel
and sent to another panel.
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.
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.
AXCESS Programming
129

Advertisement

Table of Contents
loading

Table of Contents