Rockwell-automation 9301 Series RSView32 Users Guide Manual de usuario Pagina 629

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 769
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 628
RSView32 commands A–9
Examples: The = (Equal) command
&Tag1 = Tag1 + 1
Evaluates the command asynchronously. Increases the value of Tag1
by 1.
Tag1 = Tag2
Sets the value of Tag1 to be the same as Tag2.
Tag1 = Tag2 + Tag3
Adds the values of Tag2 and Tag3 and stores the result in Tag1.
1Pump = {Industry–2} + {2Pump}
Adds the values of Industry–2 and 2Pump and stores the result in
1Pump. Braces surround Industry–2 because of the dash in the name.
Braces surround 2Pump because the name starts with a number. No
braces are used for 1Pump because this name is on the left side of the
equal sign.
Tag1 = if (Tag1 < Tag2) then 3 else 4
If Tag1 is less than Tag2, Tag1 is set to 3, but if Tag1 is equal to or
greater than Tag2, Tag1 is set to 4.
Tank1\Message = “Tank1 Overflow”
Writes the string Tank1 Overflow to the Tank1\Message tag.
Abort Abort [parameter]
Closes one or more windows. Without a parameter, the Abort
command closes the window that has focus.
[parameter] is one of the following:
me Closes the window from which the command is
executed.
editor Closes the specified editor, such as a graphic display
or an alarm summary. To name the editor, use the
Vista de pagina 628
1 2 ... 624 625 626 627 628 629 630 631 632 633 634 ... 768 769

Comentarios a estos manuales

Sin comentarios