AMX G3 User Manual

Page 130

Advertising
background image

122

AXCESS Programming

Color Active-Matrix LCD Touch Panels

System Send_Commands (cont.)

Command

Description

'PPON - <page name>'

Open a specific popup page.

<page name> = 1 - 50 ASCII characters

Example:

SEND_COMMAND TP,'PPON-Popup Page 1'

Opens Popup Page 1.

'RESET'

Clear panel status (same as power up). Data stored in
memory is not cleared.

Example:

SEND_COMMAND TP,'RESET'

Resets the Touch Panel.

'SETUP'

Go to the Setup page.

Example:

SEND_COMMAND TP,'SETUP'

Flips the Touch Panel to the Setup page.

'SLEEP'

Switch the Touch Panel to screen-saver mode.

Example:

SEND_COMMAND TP,'SLEEP'

Activates the screen-saver mode.

'TPAGEOFF'

Deactivate page tracking.

Example:

SEND_COMMAND TP,'TPAGEOFF'

Deactivates the page tracking option.

Advertising