Lenze DDS v2.3 Manuel d'utilisateur Page 310

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 340
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 309
Drive PLC Developer Studio
IEC 61131-3 Standard functions
14-18
l
DDS EN 2.3
14.7.3 TOF
Timer off-delay
TOF(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.
As soon as IN is FALSE, ET will count the time in milliseconds until the value equals that in
PT and then remain the same.
Q is FALSE if IN is FALSE and ET equals PT. Otherwise Q returns TRUE.
Q thus has a falling edge when the time set in milliseconds in PT has expired.
Graphic representation of TOFs time sequence:
Examples
Declaration:
TOFInst : TOF;
IL FBD
CAL TOFInst(IN:=VarBOOL1, PT:=T#5s)
LD TOFInst.Q
ST VarBOOL2
ST
TOFInst(IN:=VarBOOL1, PT:=T#5s);
VarBOOL2:=TOFInst.Q;
Show/Hide Bookmarks
Vue de la page 309
1 2 ... 305 306 307 308 309 310 311 312 313 314 315 ... 339 340

Commentaires sur ces manuels

Pas de commentaire