Lenze DDS v2.3 Bedienungsanleitung Seite 309

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 340
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 308
Drive PLC Developer Studio
IEC 61131-3 Standard functions
14-17
l DDS EN 2.3
14.7.2 TON
Timer on-delay
TON(IN, PT, Q, ET) means:
IN and PT are input variables of type BOOL or TIME.
Q and ET are output variables of type BOOL or TIME.
If IN is FALSE, the returns are FALSE or 0.
As soon as IN returns TRUE, ET will count the time in milliseconds until the value equals
that in PT and then remain the same.
Q is TRUE if IN returns TRUE and ET equals PT. Otherwise Q will be FALSE.
Q thus has a rising edge when the time set in milliseconds in PT has expired.
Graphic representation of TONs time sequence:
Examples
Declaration:
TONInst : TON;
IL FBD
CAL TONInst(IN:=VarBOOL1, PT:=T#5s)
LD TONInst.Q
ST VarBOOL2
ST
TONInst(IN:=VarBOOL1, PT:=T#5s);
VarBOOL2:=TONInst.Q;
Show/Hide Bookmarks
Seitenansicht 308
1 2 ... 304 305 306 307 308 309 310 311 312 313 314 ... 339 340

Kommentare zu diesen Handbüchern

Keine Kommentare