beautypg.com

AMX 8.5" Color Passive LCD Touch Panels User Manual

Page 33

background image

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’,"

Variables:

touch_type = = 0 and = 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-’"

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-; ’"

Variables:

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-’"

Variables:

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.