AMX Color Active-Matrix LCD Instruction Manual page 125

Color active-matrix lcd mini-touch panels (firmware version g2 or lower)
Hide thumbs Also See for Color Active-Matrix LCD:
Table of Contents

Advertisement

Color Active-Matrix LCD Mini-Touch Panels
System Send_Commands (cont.)
Command
'#ST<sleep time> '
'TPAGEOFF '
'TPAGEON '
Description
Set the time to activate sleep mode for a mini-touch panel
equipped with a WAV-PKM wireless power pack. When the mini-
touch panel's inactive time matches the sleep time, the panel
goes to sleep, wireless communication stops, and battery
discharge is minimized.
<sleep time> = 0 (off) - 150 minutes
Example:
SEND_COMMAND TP, '#ST5'
Sets the wireless mini-touch panel's sleep time to 5 minutes.
Deactivate page tracking.
Example:
SEND_COMMAND TP, 'TPAGEOFF '
Deactivates the page tracking option.
Activate page tracking.
Example program:
DEFINE DEVICE
TP1 = 128
TP2 = 129
DEFINE_VARIABLE
TP1_BUF[25]
TP2_BUF[25]
DEFINE_START
CREATE_BUFFER TP1,TP1_BUF
CREATE_BUFFER TP2,TP2_BUF
SEND_COMMAND TP1,'TPAGEON'
SEND_COMMAND TP2,'TPAGEON'
DEFINE_PROGRAM
IF (LENGTH_STRING(TP1_BUF))
{
IF(FIND_STRING(TP1_BUF, 'PAGE- ',1))
{
SEND_COMMAND TP2,TP1_BUF
AXCESS Programming
117

Advertisement

Table of Contents
loading

Table of Contents