AMX ViewPoint Instruction Manual page 22

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

Advertisement

Programming
System Send_Commands (Cont.)
AKEYB
Opens the touch
panel keyboard
and initializes the
text string entry.
AKEYP
Opens the touch
panel keypad and
initializes the
number string
entry.
AKEYR
Closes/opens the
touch panel key-
board/pad.
BAUD
Sets the program
port baud rate.
BEEP
Gives an output of
one beep.
BRIT
Adjusts brightness
of display.
18
The keyboard string is set to null during power-up and stored until power-down.
Syntax:
"'AKEYB-<text string>'"
Variable:
text string = 0 - 59 characters
Example:
SEND_COMMAND TP,"'AKEYB-TOUCH HERE'"
Opens the touch panel keyboard with TOUCH HERE in the display.
The keyboard string is set to null during power-up and stored until power-down.
Syntax:
"'AKEYP-<number string>'"
Variable:
number string = 0 - 9999
Example:
SEND_COMMAND TP,"'AKEYP-1988'"
Opens the touch panel keypad with 1988 in the display.
Syntax:
"'AKEYR'"
Example:
SEND_COMMAND TP,"'AKEYR'"
Closes the keyboard/keypad opened using the
commands.
The baud rate can also be set in the Protected Setup page's BAUD level indicator.
Syntax:
"'BAUD <baud rate>'"
Variable:
baud rate = 38400, 19200, 9600, 4800, 2400, 1200, 600, and 300
Example:
SEND_COMMAND TP,"'BAUD 38400'"
Sets the Baud rate to 38400.
This beep command sounds one tone for a time length of 50 milliseconds.
Syntax:
"'BEEP'"
Example:
SEND_COMMAND TP,"'BEEP'"
Activates one beep tone. Beeps the panel if the Beep button is not set to 0. The BEEP
command does not disable the beep after a QBEEP command.
Syntax:
"'BRIT-<level>'"
Variable:
level = 1 - 5 (1 = minimum; 5 = maximum)
Example:
SEND_COMMAND TP,"'BRIT-5'"
Sets to highest brightness level.
'AKEYB', 'AKEYP', or 'PKEYP'
ViewPoint Wireless Touch Panels

Advertisement

Table of Contents
loading

Table of Contents