Lenze PLC Designer PLC Designer (R2-x) Manual do Utilizador Página 502

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 844
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 501
L-force | PLC Designer
IEC Operators and additional norm extending functions
500 DMS 3.2 EN 02/2011 TD29
9.10.8 TAN
PLC Designer IEC operator: Returns the tangent of a number. The value is calculated in
arch minutes. IN can be type BYTE, WORD, DWORD, INT, DINT, REAL, SINT, USINT,
UINT, UDINT, OUT must be type REAL.
Example in IL:
LD 0.5
TAN
ST q (* Result is 0.546302 *)
Example in ST:
q:=TAN(0.5);
Example in FBD:
9.10.9 ASIN
PLC Designer IEC operator: Returns the arc sine (inverse function of sine) 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 0.5
ASIN
ST q (* Result is 0.523599 *)
Example in ST:
q:=ASIN(0.5);
Example in FBD:
Vista de página 501
1 2 ... 497 498 499 500 501 502 503 504 505 506 507 ... 843 844

Comentários a estes Manuais

Sem comentários