AMX LCD Mini-Touch Panels Instruction Manual page 117

Black/white lcd mini-touch panels
Table of Contents

Advertisement

Black/White LCD Mini-Touch Panels
System Send_Commands (cont.)
Command
'ETIM-START '
'ETIM-PAUSE '
'ETIM-RESET '
'KEYB-<text string> '
'KEYP-<number string> '
Description
Start the elapsed timer.
Example:
SEND_COMMAND TP, 'ETIM-START '
Starts the elapsed timer.
Pause the elapsed timer.
Example:
SEND_COMMAND TP, 'ETIM-PAUSE '
Pauses the elapsed timer.
Reset the elapsed timer to 0:00:00.
Example:
SEND_COMMAND TP, 'ETIM-RESET '
Resets the elapsed timer to 0:00:00.
Initialize the text string entry when the mini-touch panel keyboard
opens. This command will not update an active keyboard display.
The keyboard string is set to null during power up and is stored
until power down. Use the 'AKEYB-' command to automatically
open a keyboard and display the text string.
<text string> = 0-59 characters
Example:
SEND_COMMAND TP, 'KEYB-TOUCH HERE '
Initializes the text string entry TOUCH HERE when the mini-
touch panel keyboard opens.
Initialize the number string entry when the mini-touch panel
keypad opens. This command will not update an active keypad.
The keypad string is set to null during power up and is stored
until power down. Use the 'AKEYP-' command to automatically
open a keypad and display the number string.
<number string> = 0-9999 numeric characters
Example:
SEND_COMMAND TP, 'KEYP-1988 '
Initializes the number string 1988 when the keypad opens.
AXCESS Programming
109

Advertisement

Table of Contents
loading

Table of Contents