AMX G3 User Manual

Page 138

Advertising
background image

130

AXCESS Programming

Color Active-Matrix LCD Touch Panels

Shorthand Send_Commands (cont.)

Command

Description

'@PPF-<popup page
name>;<page name>'

Deactivate a popup page on a Touch Panel page.

<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-<popup page
name>'

Deactivate a popup page on all Touch Panel pages.

<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.

'@PPN-<popup page
name>;<page name>'

Activate a popup page on a Touch Panel page.

<popup page name> = Popup page name

<page name> = Page name

Example:

SEND_COMMAND TP,'@PPN-Laser Disc 2
Transport Control;Laser Disc Control Page'

Activates the Laser Disc 2 Transport Control popup page on
the Laser Disc Control Page.

'@PRO-<protected setup
password>'

Set the password for the Protected Setup page on the Touch
Panel.

<protected setup password> = 0 through 9999

Example:

SEND_COMMAND TP,'@PRO-1988'

Sets the Touch Panel’s Protected Setup page password to
1988.

Advertising