Color Active-Matrix LCD Mini-Touch Panels
AXCESS Programming
129
System Send_Commands (Cont.)
Command 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.
"'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.
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.
Содержание AXD-MCA
Страница 30: ...22 Installing Mini Touch Panels Color Active Matrix LCD Mini Touch Panels ...
Страница 68: ...60 Designing Touch Panel Pages Color Active Matrix LCD Mini Touch Panels ...
Страница 130: ...122 Touch Panel Program Reference Color Active Matrix LCD Mini Touch Panels ...
Страница 180: ...172 Memory Upgrade Color Active Matrix LCD Mini Touch Panels ...