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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 844
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 503
L-force | PLC Designer
IEC Operators and additional norm extending functions
502 DMS 3.2 EN 02/2011 TD29
9.10.12 EXPT
PLC Designer IEC operator: Exponentiation of a variable with another variable:
OUT = IN1IN2.
IN1 and IN2 can be type BYTE, WORD, DWORD, INT, DINT, REAL, SINT, USINT, UINT,
UDINT, OUT must be type REAL.
Example in IL:
LD 7
EXPT 2
ST var1 (* Result is 49 *)
Example in ST:
var1 := EXPT(7,2);
Example in FBD:
Vista de pagina 503
1 2 ... 499 500 501 502 503 504 505 506 507 508 509 ... 843 844

Comentarios a estos manuales

Sin comentarios