System Send_Commands - AMX Color Active-Matrix LCD Instruction Manual

Color active-matrix lcd mini-touch panel firmware version g3 or higher
Hide thumbs Also See for Color Active-Matrix LCD:
Table of Contents

Advertisement

Figure 201

System Send_Commands

Color Active-Matrix LCD Mini-Touch Panels
System Send_Commands
System Send_Commands (Figure 201) are stored in the Central Controller and direct
the touch panel to perform various operations.
System Send_Commands
Command
$SC
"'ABEEP'"
"'ADBEEP'"
Description
Sends a serial port send_command within a panel, as if sent
from Axcess.
Syntax:
"$SC <device off-
set>,"'<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.
Output one panel beep even if the Beep value is set to 0 in the
Setup page.
Example:
SEND_COMMAND TP,"'ABEEP'"
Beeps the panel.
Output a double-beep even if the double beep value is set to 0
in the Setup page.
Example:
SEND_COMMAND TP,"'ADBEEP'"
Double-beeps the panel.
AXCESS Programming
125

Advertisement

Table of Contents
loading

Table of Contents