;", SEND_COMMAND TP,"@PPN-Laser Disc 2 Transport Control; Laser Disc Control Page", "@PPX", SEND_COMMAND TP,"@PPX", "@PRO-", SEND_COMMAND TP,"@PRO-1988", "@PWD-", SEND_COMMAND TP,"@PWD-1988", "@SSL-", SEND_COMMAND TP,"@SSL-Touch Panel Deactivated", "@SST-", SEND_COMMAND TP,"@SST-Touch Panel Power On" . "@PPN-;", SEND_COMMAND TP,"@PPN-Laser Disc 2 Transport Control; Laser Disc Control Page", "@PPX", SEND_COMMAND TP,"@PPX", "@PRO-", SEND_COMMAND TP,"@PRO-1988""> AMX 8.5" Color Passive LCD Touch Panels "@PPN-<popup page name>;<page name>", SEND_COMMAND TP,"@PPN-Laser Disc 2 Transport Control; Laser Disc Control Page", "@PPX", SEND_COMMAND TP,"@PPX", "@PRO-<protected setup password>", SEND_COMMAND TP,"@PRO-1988", "@PWD-<page flip password>", SEND_COMMAND TP,"@PWD-1988", "@SSL-<string>", SEND_COMMAND TP,"@SSL-Touch Panel Deactivated", "@SST-<string>", SEND_COMMAND TP,"@SST-Touch Panel Power On"
Programming
30 Color Passive-Matrix LCD Touch Panels
Shorthand Send_Commands (Cont.)
@PPN
Activates a popup
page on a touch
panel page.
If a page name is empty the current page is used.
Syntax:
"’@PPN-<popup page name>;<page name>’"
Variab les :
popup page name = Popup page name
page name = Page name
Example:
SEND_COMMAND TP,"’@PPN-Laser Disc 2 Transport Control; Laser Disc Control Page’"
Activates the Laser Disc 2 Transport Control popup page on the Laser Disc Control Page.
@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>’"
Variab les :
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>’"
Variab les :
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>’"
Variab les :
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>’"
Variab les :
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.