System Send_Commands (cont.)

 

 

 

 

 

 

Command

Description

 

 

 

 

 

 

 

IF(FIND_STRING(TP2_BUFFER,'PAGE-',1))

 

 

 

{

 

 

 

TRASH=REMOVE_STRING(TP2_BUFFER,'PAGE-

 

 

 

',1)

 

 

 

SEND_COMMAND TP1,"'PAGE-', TP2_BUFFER"

 

 

 

CLEAR_BUFFER TP2_BUFFER

 

 

 

}

 

 

 

}

 

 

 

In this program, the command string is sent to the Master in

 

 

 

the 'PAGE-(page name)' format. The string can be captured

 

 

 

with the CREATE_BUFFER command for one panel and sent

 

 

 

to another panel.

 

 

'VIDI-<interlace

Set the video-compatible Touch Panel to display composite

Note

mode>'

video signal in an interlaced display format. Interlaced video

 

 

 

 

refreshes the entire video display at specific time intervals.

The Color Video Touch Panel

 

 

 

does not support NON-

 

<interlace mode> = 0 (off) or 1 (on)

INTERLACE video.

 

 

Example:

 

 

 

 

 

 

SEND_COMMAND TP,'VIDI-1'

 

 

 

Activates interlace mode on the video-compatible Touch

 

 

 

Panel.

 

 

'WAKE'

Deactivate screen-saver mode and reset sleep timer.

 

 

 

Example:

 

 

 

SEND_COMMAND TP,'WAKE'

 

 

 

Deactivates the Touch Panel screen-saver mode and resets

 

 

 

the sleep timer.

 

 

'ZAP!'

 

Warning

Clear all memory and erase buttons, pages, drawings, and

 

 

 

symbols.

You should only use the ZAP! command to erase all the stored data in the Touch Panel. The data cannot be recovered after it is erased.

Example:

SEND_COMMAND TP,'ZAP!'

Clears all memory and erases all buttons, pages, drawings, and symbols.

124

AXCESS Programming

Color Active-Matrix LCD Touch Panels

Page 132
Image 132
AMX G3 manual This program, the command string is sent to the Master