Lenze PLC Designer PLC Designer (R2-x) Manual de usuario Pagina 477

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 844
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 476
L-force | PLC Designer
IEC Operators and additional norm extending functions
DMS 3.2 EN 02/2011 TD29 475
Example in FBD:
Note!
Note that an expression occurring ahead of IN1 or IN2 will not be processed if IN0 is
TRUE.
9.5.2 MAX
PLC Designer IEC operator: Maximum function. Returns the greater of the two values.
OUT := MAX(IN0, IN1)
IN0, IN1 and OUT can be any type of variable.
Example in IL:
LD 90
MAX 30
MAY 40
MAX 77
ST Var1 (* Result is 90 *)
Example in ST:
Var1:=MAX(30,40); (* Result is 40 *)
Var1:=MAX(40,MAX(90,30)); (* Result is 90 *)
Example in FBD:
Vista de pagina 476
1 2 ... 472 473 474 475 476 477 478 479 480 481 482 ... 843 844

Comentarios a estos manuales

Sin comentarios