", SEND_COMMAND TP,"@MOU, 1", "@PPA-", SEND_COMMAND TP, "@PPA-Main Page" , "@PPF-; ", SEND_COMMAND TP,"PPF-Laser Disc 2 Transport Control; Laser Disc Control Page", "@PPK-", SEND_COMMAND TP,"@PPK-Laser Disc 2 Transport Control" . "@IDP", SEND_COMMAND TP,"@IDP", "@MOU,", SEND_COMMAND TP,"@MOU, 1", "@PPA-", SEND_COMMAND TP, "@PPA-Main Page" , "@PPF-; ", SEND_COMMAND TP,"PPF-Laser Disc 2 Transport Control; Laser Disc Control Page""> AMX 8.5" Color Passive LCD Touch Panels "@IDP", SEND_COMMAND TP,"@IDP", "@MOU,<touch_type>", SEND_COMMAND TP,"@MOU, 1", "@PPA-<page name>", SEND_COMMAND TP, "@PPA-Main Page" , "@PPF-<popup page name>; <page name>", SEND_COMMAND TP,"PPF-Laser Disc 2 Transport Control; Laser Disc Control Page", "@PPK-<popup page name>", SEND_COMMAND TP,"@PPK-Laser Disc 2 Transport Control"
Programming
29
Color Passive-Matrix LCD Touch Panel
Shorthand Send_Commands (Cont.)
@IDP
Queries the touch
panel to return a
string with the
TPDesign3
project name.
Syntax:
"’@IDP’"
Example:
SEND_COMMAND TP,"’@IDP’"
The touch panel returns a string that contains its TPDesign3 project name.
@MOU
Sets the serial
mouse type.
Syntax:
"’@MOU’,<touch_type>"
Variab les:
touch_type = <Mouse Off> = 0 and <Microsoft Serial Mouse> = 1
Example:
SEND_COMMAND TP,"’@MOU’, 1"
Sets the Microsoft Serial Mouse.
@PPA
Removes all
popup pages from
a specified page.
If no page is specified, the active page is used.
Syntax:
"’@PPA-<page name>’"
Example:
SEND_COMMAND TP, "’@PPA-Main Page’"
If there were several popup pages on ’Main Page’ that are active, sending the previous
command would remove them all from ’Main Page’.
@PPF
Deactivates a
popup page on a
touch panel page.
If a page name is empty the current page is used. If a pop-up page is part of a group, the
whole group is deactivated.
Syntax:
"’@PPF-<popup page name>; <page name>’"
Variab les :
popup page name = target popup page name
page name = target touch panel page name
Example:
SEND_COMMAND TP,"’PPF-Laser Disc 2 Transport Control; Laser Disc Control Page’"
Deactivates the Laser Disc 2 Transport Control popup page on the Laser Disc Control
Page.
@PPK
Deactivates a
popup page on all
touch panel
pages.
If a pop-up page is part of a group, the whole group is deactivated.
Syntax:
"’@PPK-<popup page name>’"
Variab les :
popup page name = target popup page name
page name = target touch panel page name
Example:
SEND_COMMAND TP,"’@PPK-Laser Disc 2 Transport Control’"
Deactivates the Laser Disc 2 Transport Control popup page on all touch panel pages.