Axcess Programming; System Send_Commands - AMX LCD Mini-Touch Panels Instruction Manual

Black/white lcd mini-touch panels
Table of Contents

Advertisement

Figure 166

System Send_Commands

Black/White LCD Mini-Touch Panels

AXCESS Programming

Overview
You can program the mini-touch panel to perform a wide variety of operations
using AXCESS Send_Commands. Use the commands described in this section along
with the AXCESS Programming Guide to program the mini-touch panel.
System Send_Commands
System Send_Commands (Figure 166) are stored in the AXCESS Control System and
direct the mini-touch panel to perform various operations.
System Send_Commands
Command
'ABEEP '
'ADBEEP '
'AKEYB-<text string> '
Description
Output 1 panel beep even if the Beep value is set to 0 in the
Setup page.
Example:
SEND_COMMAND TP, 'ABEEP '
Beeps the panel.
Output 2 panel beeps even if the Double Beep value is set to off
in the Setup page.
Example:
SEND_COMMAND TP, 'ADBEEP '
Double-beeps the panel.
Open the mini-touch panel keyboard and initialize the text string
entry. The keyboard string is set to null during power up and is
stored until power down.
<text string> = 0-59 characters
Example:
SEND_COMMAND TP, 'AKEYB-TOUCH HERE '
Opens the mini-touch panel keyboard with TOUCH HERE in the
display.
AXCESS Programming
107

Advertisement

Table of Contents
loading

Table of Contents