Lenze PLC Designer PLC Designer (R2-x) Instrukcja Użytkownika Strona 499

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 844
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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:
Przeglądanie stron 498
1 2 ... 494 495 496 497 498 499 500 501 502 503 504 ... 843 844

Komentarze do niniejszej Instrukcji

Brak uwag