AMX Modula Manual de Instruções Página 65

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 140
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 64
Programming
55
Modero G4 Touch Panels - Configuration and Programming
Programming
Overview
You can program Modero X Series touch panels, using the commands in this section, to perform a wide variety of
operations using Send Commands and variable text commands. A device must first be defined in the NetLinx
programming language with values for the Device: Port: System. In all programming examples - Panel is used in place
of these values and represents all Modero panels).
Page Commands
Page Commands are case-insensitive.
Verify you are using the latest NetLinx Master and Modero G4 Series firmware, as
well as the latest version of NetLinx Studio and TPDesign4.
Page Commands
@APG Add a specific popup page to a specified popup group if it does not already exist. If the new popup is
added to a group which has a popup displayed on the current page along with the new pop-up, the
displayed popup will be hidden and the new popup will be displayed.
Syntax:
"'@APG-<popup page name>;<popup group name>'"
Variables:
popup page name = 1 - 50 ASCII characters. Name of the popup page.
popup group name = 1 - 50 ASCII characters. Name of the popup group.
Example:
SEND_COMMAND Panel,"'@APG-Popup1;Group1'"
Adds the popup page ’Popup1’ to the popup group ’Group1’.
@CPG Clear all popup pages from specified popup group.
Syntax:
"'@CPG-<popup group name>'"
Variables:
popup group name = 1 - 50 ASCII characters. Name of the popup group.
Example:
SEND_COMMAND Panel,"'@CPG-Group1'"
Clears all popup pages from the popup group ’Group1’.
@DPG Delete a specific popup page from specified popup group if it exists.
Syntax:
"'@DPG-<popup page name>;<popup group name>'"
Variables:
popup page name = 1 - 50 ASCII characters. Name of the popup page.
popup group name = 1 - 50 ASCII characters. Name of the popup group.
Example:
SEND_COMMAND Panel,"'@DPG-Popup1;Group1'"
Deletes the popup page ’Popup1’ from the popup group ’Group1’.
Vista de página 64
1 2 ... 60 61 62 63 64 65 66 67 68 69 70 ... 139 140

Comentários a estes Manuais

Sem comentários