User Manual

Programming made easy
6.3 Powerful instructions make programming easy
Easy Book
Manual, 03/2014, A5E02486774-AF
105
When you create the DB, you can also use a multi-instance DB. Because the timer data is
contained in a single DB and does not require a separate DB for each timer, the processing
time for handling the timers is reduced. There is no interaction between the timer data
structures in the shared multi-instance DB.
Table 6- 9 TP (Pulse timer)
LAD / FBD
SCL
Timing diagram
"timer_db".TP(
IN:=_bool_in_,
PT:=_undef_in_,
Q=>_bool_out_,
ET=>_undef_out_);
Table 6- 10 TON (ON-delay timer)
LAD / FBD
SCL
Timing diagram
"timer_db".TON(
IN:=_bool_in_,
PT:=_undef_in_,
Q=>_bool_out_,
ET=>_undef_out_);