Programming
28
10.4" Touch Panels
System Send_Commands
System Send_Commands are stored in the Controller and direct the touch panel to perform various
operations.
System Send_Commands
$SP
Sends data out
the serial port with
trailing CR and LF.
Translates the ¦ and translates it as a carriage return to the next line.
Syntax:
"’$SP "<data>"’"
Example:
SEND_COMMAND TP,"’$SP "CALIBRATE"’"
Sends the Calibrate command to another panel through the Serial Port. It is crucial that all
the correct ’ and " be used with no spaces after the commas.
ABEEP
Outputs one panel
beep even if the
beep value is set
to 0 in the Setup
page.
Syntax:
"’ABEEP’"
Example:
SEND_COMMAND TP,"’ABEEP’"
Beeps the panel.
ADBEEP
Outputs a double
beep even if the
double beep value
is set to 0 in the
Setup page.
Syntax:
"’ADBEEP’"
Example:
SEND_COMMAND TP,"’ADBEEP’"
Double beeps the panel.
AKEYB
Opens the touch
panel keyboard
and initializes the
text string entry.
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.
AKEYP
Opens the touch
panel keypad and
initializes the
number string
entry.
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.
AKEYR
Closes/opens the
touch panel key-
board/pad.
Syntax:
"’AKEYR’"
Example:
SEND_COMMAND TP,"’AKEYR’"
Closes the keyboard/keypad opened using the
’AKEYB’, ’AKEYP’, or ’PKEYP’
commands.
Summary of Contents for AXD-CA10
Page 1: ...instruction manual Touch Panels and Accessories 10 4 Touch Panels Firmware version G3 ...
Page 17: ...Installation 13 10 4 Touch Panels ...
Page 18: ...Installation 14 10 4 Touch Panels ...
Page 28: ...Designing Touch Panel Pages 24 10 4 Touch Panels ...