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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 844
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 498
L-force | PLC Designer
IEC Operators and additional norm extending functions
DMS 3.2 EN 02/2011 TD29 497
9.10.2 SQRT
PLC Designer IEC operator: Returns the square root of a number. IN can be type BYTE,
WORD, DWORD, INT, DINT, REAL, SINT, USINT, UINT, UDINT. OUT must be type REAL.
Example in IL:
LD 16
SQRT
ST q (* Result is 4 *)
Example in ST:
q:=SQRT(16);
Example in FBD:
9.10.3 LN
PLC Designer IEC operator: Returns the natural logarithm of a number. IN can be type
BYTE, WORD, DWORD, INT, DINT, REAL, SINT, USINT, UINT, UDINT. OUT must be type
REAL.
Example in IL:
LD 45
LN
ST q (* Result is 3.80666 *)
Example in ST:
q:=LN(45);
Example in FBD:
Vista de pagina 498
1 2 ... 494 495 496 497 498 499 500 501 502 503 504 ... 843 844

Comentarios a estos manuales

Sin comentarios