Programming
30
Black/White LCD Mini-Touch Panels
Shorthand Send_Commands (Cont.)
@PPX
Removes all panel
popup pages.
Syntax:
"’@PPX’"
Example:
SEND_COMMAND TP,"’@PPX’"
Closes all popup pages from all of the pages in the panel.
@PRO
Sets the password
for the touch
panel Protected
Setup page.
Syntax:
"’@PRO-<protected setup password>’"
Variables:
protected setup password = 0 - 9999
Example:
SEND_COMMAND TP,"’@PRO-1988’"
Sets the touch panel’s Protected Setup page password to 1988.
@PWD
Sets the password
for the Page Flip
on the touch
panel.
Syntax:
"’@PWD-<page flip password>’"
Variables:
page flip password = 0 - 9999
Example:
SEND_COMMAND TP,"’@PWD-1988’"
Sets the page flip password to 1988.
@SSL
Changes the
Sleep string sent
to the Controller
when the touch
panel activates
sleep mode.
Syntax:
"’@SSL-<string>’"
Variables:
string = alphanumeric characters
Example:
SEND_COMMAND TP,"’@SSL-Touch Panel Deactivated’"
Sends Touch Panel Deactivated to the Controller.
@SST
Changes the Star-
tup string sent to
the Central Con-
troller when the
touch panel pow-
ers up.
Syntax:
"’@SST-<string>’"
Variables:
string = alphanumeric characters
Example:
SEND_COMMAND TP,"’@SST-Touch Panel Power On’"
Sends touch panel Power On to the Central Controller when the touch panel powers up.
@SWK
Changes the
Wakeup string
sent to the Con-
troller when the
touch panel is
activated.
Syntax:
"’@SWK-<string>’"
Variables:
string = alphanumeric characters
Example:
SEND_COMMAND TP,"’@SWK-Touch Panel Activated’"
Sends Touch Panel Activated to the Central Controller.