Programming; Serial Commands - AMX 10.4 TOUCH PANELS (G3 FIRMWARE) Instruction Manual

10.4" touch panels
Table of Contents

Advertisement

Programming

You can program the touch panel to perform a wide variety of operations using AXCESS
Send_Commands and variable text commands. Use the commands described in this section to
program the touch panel. Refer to the AXCESS Programming Language instruction manual for
complete information.

Serial Commands

Serial Commands are used in the AxcessX Terminal Emulator Mode. These commands are case
insensitive.
Serial Commands
?PAR
Returns panel
parameters to the
PC terminal.
$SC
Sends a serial
port
send_command
within a panel, as
if sent from
Axcess.
CALIBRATE
Starts touch panel
calibration.
CHECK CAL
Enters the calibra-
tion test mode.
10.4" Touch Panels
Panel parameters include: firmware version, device number, mouse type, output resolu-
tion, number of devices, cursor enable, brightness, and contrast (always=0).
Syntax:
"?PAR"
Example:
?PAR
Requests the information.
Syntax:
"$SC <device offset>,"'<send_command>,<variable
text #>,<data>'""
Variables:
device offset = Device number
variable text # = The variable text number value on the touch panel.
Example:
$SC 1,"'@TXT',2,'TEXT'"
The string is sends the command to put text on a button with a variable text value of 2. It is
crucial that all the correct ' and " be used with no spaces after the commas.
Example:
$SC 1,"'SLEEP'"
Sets a touch panel to sleep.
Syntax:
"CALIBRATE"
Example:
CALIBRATE
Starts the calibration sequence mode on the touch panel.
Syntax:
"CHECK CAL"
Example:
CHECK CAL
Begins the calibration check mode on the touch panel.
Programming
25

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents