Lenze DDS v2.3 Manuale Utente Pagina 279

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 340
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 278
Drive PLC Developer Studio
IEC 61131-3 Operators
12-9
l DDS EN 2.3
12.4.3 MIN
Minimum function
Returns the lesser of two values.
OUT := MIN(IN0, IN1)
IN0, IN1 and OUT canbeofanytype.
Examples
IL ST FBD
LD 90
MIN 30
MIN 40
MIN 77
ST Var1 (* Var1 = 30 *)
12.4.4 LIMIT
Limitation
OUT := LIMIT(Min, IN, Max)
means:
OUT := MIN (MAX (IN, Min), Max)
Max is the upper, Min the lower limit for the result.
If the value IN exceeds the upper limit Max, then LIMIT returns Max.
If IN falls below Min, the result is Min.
IN and OUT canbeofanytype.
Examples
IL ST FBD
LD 90
LIMIT 30,80
ST Var1 (* Var1 = 80 *)
Show/Hide Bookmarks
Vedere la pagina 278
1 2 ... 274 275 276 277 278 279 280 281 282 283 284 ... 339 340

Commenti su questo manuale

Nessun commento