AMX ViewPoint Instruction Manual page 30

Wireless touch panels (netwave) (firmware version g3 or higher)
Hide thumbs Also See for ViewPoint:
Table of Contents

Advertisement

Programming
Shorthand Send_Commands (Cont.)
@ILEV
Inverts the joystick
axis.
@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.
26
Syntax:
"'@ILEV <joystick axis to invert>'"
Example:
SEND_COMMAND TP,"'@ILEV 3'"
Inverts the joystick axis to move the origin to another corner.
• Normal G3 Joystick (origin: top left)
• Invert Horizontal Axis (origin: top right)
• Invert Vertical Axis (origin: bottom left)
• Invert Both Axes (origin: bottom right)
If no page is specified, the active page is used.
Syntax:
"'@PPA-<page name>'"
Variable:
page name = target touch panel 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 that 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 page name is empty, the current page is used. If the popup page is part of a
group, the whole group is deactivated.
If a pop-up page is part of a group, the whole group is deactivated.
Syntax:
"'@PPK-<popup page name>'"
Variable:
popup page name = target popup 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.
0
1
2
3
ViewPoint Wireless Touch Panels

Advertisement

Table of Contents
loading

Table of Contents