AMX Color Active-Matrix LCD Instruction Manual page 126

Color active-matrix lcd mini-touch panels (firmware version g2 or lower)
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 mini-touch
panel. The data cannot be
recovered after it is erased.
118
AXCESS Programming
System Send_Commands (cont.)
Command
'WAKE'
'ZAP!'
Description
CLEAR_BUFFER TP1_BUF
}
}
IF (LENGTH_STRING(TP2_BUF))
{
IF(FIND_STRING(TP2_BUF, 'PAGE- ',1))
{
SEND_COMMAND TP1,TP2_BUF
CLEAR_BUFFER TP2_BUF
}
}
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.
Deactivate screen-saver mode and reset the screen-saver timer.
Example:
SEND_COMMAND TP, 'WAKE'
Deactivates the mini-touch panel screen-saver mode and resets
the screen-saver timer.
Clear all memory and erase buttons, pages, and drawings.
Example:
SEND_COMMAND TP, 'ZAP!'
Clears all memory and erases all buttons, pages, drawings, and
symbols.
Color Active-Matrix LCD Mini-Touch Panels

Advertisement

Table of Contents
loading

Table of Contents