AMX LCD Mini-Touch Panels Instruction Manual page 116

Black/white lcd mini-touch panels
Table of Contents

Advertisement

108
AXCESS Programming
System Send_Commands (cont.)
Command
'AKEYP-<number string> '
'AKEYR '
'BEEP'
'CLOCK <mm-dd-yy
hh:mm:ss> '
'DBEEP '
Description
Open the mini-touch panel keypad and initialize the number string
entry. The keypad string is set to null during power up and is
stored until power down.
<number string> = 0-9999
Example:
SEND_COMMAND TP, 'AKEYP-1988 '
Opens the mini-touch panel keypad with 1988 in the display.
Close the mini-touch panel keyboard or keypad opened with the
'AKEYB', 'AKEYP', or 'PKEYP' commands.
Example:
SEND_COMMAND TP, 'AKEYR '
Closes the keyboard or keypad opened using the 'AKEYB',
'AKEYP', or 'PKEYP' commands.
Output 1 beep. The Beep button in the Protected Setup page
must be set to 1–10 for this command. Output 1 beep
Example:
SEND_COMMAND TP, 'BEEP'
Beeps the panel if the beep is not set to 0.
Set the time and date.
<mm = 1-12, dd = 1-31, yy = 0-99
hh = 0-23, mm = 0-59, ss = 0-59>
Example:
SEND_COMMAND TP, 'CLOCK 02-08-95 19:16:00 '
Sets the mini-touch panel' s date to February 8, 1995, and time to
7:16 p.m.
Output a double beep. This command only works if the Double
Beep value in the Protected Setup page is on.
Example:
SEND_COMMAND TP, 'DBEEP '
Double beeps the panel.
Black/White LCD Mini-Touch Panels

Advertisement

Table of Contents
loading

Table of Contents