Lenze PLC Designer PLC Designer (R2-x) Uživatelský manuál Strana 503

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 844
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 502
L-force | PLC Designer
IEC Operators and additional norm extending functions
DMS 3.2 EN 02/2011 TD29 501
9.10.10 ACOS
»PLC Designer« IEC operator: Returns the arc cosine (inverse function of cosine) 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
ACOS
ST q (* Result is 1.0472 *)
Example in ST:
q:=ACOS(0.5);
Example in FBD:
9.10.11 ATAN
PLC Designer IEC operator: Returns the arc tangent (inverse function of tangent) of a
number. IN can be type BYTE, WORD, DWORD, INT, DINT, REAL, SINT, USINT, UINT,
UDINT. The result OUT is calculated in arch minutes and must be type REAL.
Example in IL:
LD 0.5
ATAN
ST q (* Result is 0.463648 *)
Example in ST:
q:=ATAN(0.5);
Example in FBD:
Zobrazit stránku 502
1 2 ... 498 499 500 501 502 503 504 505 506 507 508 ... 843 844

Komentáře k této Příručce

Žádné komentáře