panja Black/White LCD Instruction Manual page 33

Black/white lcd mini-touch panels (firmware version g3 or higher)
Table of Contents

Advertisement

Shorthand Send_Commands (Cont.)
@MOU
Sets the serial
mouse type.
@PPA
Removes all
popup pages from
a specified page.
@PPF
Deactivates a
popup page on a
touch panel page.
@PPK
Deactivates a
popup page on all
touch panel
pages.
@PPN
Activates a popup
page on a touch
panel page.
Black/White LCD Mini-Touch Panels
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.
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'.
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.
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.
If a page name is empty the current page is used.
Syntax:
"'@PPN-<popup page name>;<page name>'"
Variables:
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.
Programming
29

Advertisement

Table of Contents
loading

Table of Contents