AMX G3 manual Overview System SendCommands

Models: G3

1 172
Download 172 pages 1.18 Kb
Page 127
Image 127

Figure189

System Send_Commands

AXCESS Programming

Overview

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 along with the AXCESS Programming Language instruction manual to program the Touch Panel.

System Send_Commands

System Send_Commands (Figure 189) are stored in the AXCESS Central Controller and direct the Touch Panel to perform various operations.

System Send_Commands

Command

Description

 

 

'ABEEP'

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.

'ADBEEP'

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.

'AKEYB-<text string>'

Open the 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 Touch Panel keyboard with TOUCH HERE in the

 

display.

Color Active-Matrix LCD Touch Panels

AXCESS Programming

119

Page 127
Image 127
AMX G3 manual Overview System SendCommands