AMX 8.5" Color Passive LCD Touch Panels User Manual

Page 27

Advertising
background image

Programming

23

Color Passive-Matrix LCD Touch Panel

System Send_Commands (Cont.)

PAGE

Flips to page with
specified page
name.

Syntax:

"’PAGE-<page name>’"

Variables:

page name = 1 - 50 ASCII characters

Example:

SEND_COMMAND TP, "’PAGE-MAIN PAGE’"

Flips the touch panel to the page named MAIN PAGE.

PKEYP

Displays aster-
isks (*) for keypad
entries.

Syntax:

"’PKEYP-<number string>’"

Variables:

number string = 0 - 9999

Example:

SEND_COMMAND TP, "’PKEYP-1988’"

Displays the touch panel keypad with **** instead of 1988.

PPOF

Closes a specific
popup page.

Syntax:

"’PPOF-<page name>’"

Variables:

page name = 1 - 50 ASCII characters

Example:

SEND_COMMAND TP,"’PPOF-Popup Page 1’"

Closes Popup Page 1.

PPON

Opens a specific
popup page.

Syntax:

"’PPON-<page name>’"

Variables:

page name = 1 - 50 ASCII characters

Example:

SEND_COMMAND TP,"’PPON-Popup Page 1’"

Opens Popup Page 1.

QBEEP

Stops all beeps.

Syntax:

"’QBEEP’"

Example:

SEND_COMMAND TP,"’QBEEP’"

Stops all beeps.

RESET

Clears panel sta-
tus (same as
power up). Saved
data is not
cleared.

Syntax:

"’RESET’"

Example:

SEND_COMMAND TP,"’RESET’"

Resets the touch panel.

SETUP

Goes to the Setup
page.

Syntax:

"’SETUP’"

Example:

SEND_COMMAND TP, "’SETUP’"

Flips the touch panel to the Setup page.

Advertising