AMX G3 Instruction Manual page 129

Color active-matrix lcd touch panels firmware g3 or higher
Hide thumbs Also See for G3:
Table of Contents

Advertisement

Color Active-Matrix LCD Touch Panels
System Send_Commands (cont.)
Command
'CLOCK <mm-dd-yy>
<hh:mm:ss>'
'DBEEP'
'PAGE-<page name>'
'PKEYP-<number
string>'
'PPOF - <page name>'
Description
Set the time and date.
<mm = 01 - 12, dd = 01 - 31, yy = 00 - 99
hh = 00 - 23, mm = 00 - 59, ss = 00 - 59>
Example:
SEND_COMMAND TP,'CLOCK 02-08-95 19:16:00'
Sets the Touch Panel's date to February 8, 1995, and time to
7:16 p.m.
Output a double-beep. This command works only if the
Double Beep value in the Protected Setup page is set to ON.
Example:
SEND_COMMAND TP,'DBEEP'
Double-beeps the panel.
Flip to page with specified page name.
<page name> = 1 - 50 ASCII characters
Example:
SEND_COMMAND TP,'PAGE-MAIN PAGE'
Flips the Touch Panel to the page named MAIN PAGE.
Display asterisks (*) for keypad entries.
<number string> = 0 - 9999
Example:
SEND_COMMAND TP,'PKEYP-1988'
Displays the Touch Panel keypad with **** instead of 1988.
Close a specific popup page.
<page name> = 1 - 50 ASCII characters
Example:
SEND_COMMAND TP,'PPOFF-Popup Page 1'
Closes Popup Page 1.
AXCESS Programming
121

Advertisement

Table of Contents
loading

Table of Contents