Amx G3 Manual do Utilizador Página 132

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 172
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 131
124 AXCESS Programming Color Active-Matrix LCD Touch Panels
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
mode>'
Set the video-compatible Touch Panel to display composite
video signal in an interlaced display format. Interlaced video
refreshes the entire video display at specific time intervals.
<interlace mode> = 0 (off) or 1 (on)
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!' Clear all memory and erase buttons, pages, drawings, and
symbols.
Example:
SEND_COMMAND TP,'ZAP!'
Clears all memory and erases all buttons, pages, drawings,
and symbols.
Note
The Color Video Touch Panel
does not support NON-
INTERLACE video.
Warning
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.
Vista de página 131
1 2 ... 127 128 129 130 131 132 133 134 135 136 137 ... 171 172

Comentários a estes Manuais

Sem comentários