AMX 8.5" Color Passive LCD Touch Panels User Manual

Page 33

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

Variables:

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

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-<popup page name>’"

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.

Advertising