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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 844
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 656
L-force | PLC Designer
PLC Designer Libraries
DMS 3.2 EN 02/2011 TD29 655
19.1.5 Timer...
TP
Provided by standard.lib.
The function block Timer is a trigger. TP(IN, PT, Q, ET) means:
IN and PT are input variables of the BOOL and TIME types respectively. Q and ET are
output variables of the BOOL and TIME types respectively. If IN is FALSE, Q is FALSE and
ET is 0.
As soon as IN becomes TRUE, the time will begin to be counted in milliseconds in ET
until its value is equal to PT. It will then remain constant.
Q is TRUE as from IN has got TRUE and ET is less than or equal to PT. Otherwise it is
FALSE.
Q returns a signal for the time period given in PT.
Graphic Display of the TP Time Sequence
Declaration example:
TPInst : TP ;
Example in IL:
CAL TPInst(IN := VarBOOL1, PT := T#5s)
LD TPInst.Q
ST VarBOOL2
Przeglądanie stron 656
1 2 ... 652 653 654 655 656 657 658 659 660 661 662 ... 843 844

Komentarze do niniejszej Instrukcji

Brak uwag