SlideShare a Scribd company logo
5-1
Dr. D. J. Jackson Lecture 5-1Electrical & Computer Engineering
Programmable Logic
Controllers
PLC Timer Functions
Dr. D. J. Jackson Lecture 5-2Electrical & Computer Engineering
Outline
• Introduction
• PLC Timer Functions
• Examples of Timer Function Applications
5-2
Dr. D. J. Jackson Lecture 5-3Electrical & Computer Engineering
Objectives
• Describe PLC retentive and delay timer
functions.
• List and describe major timing functions that
are commonly used in circuits and processes.
• Apply PLC functions and PLC circuitry to
process control for timing functions.
• Apply PLC timers in multiple timing problems
that combine two or more of the basic timing
functions.
• Apply PLC timers for the control of processes.
Dr. D. J. Jackson Lecture 5-4Electrical & Computer Engineering
Introduction
• The most commonly used process control
device after coils and contacts is the timer.
• The most common timing function is TIME
DELAY-ON, which is the basic function.
• There are also many other timing
configurations, all of which can be derived
from one or more of the basic TIME DELAY-
ON functions.
• PLCs have the one basic function timer
capability in multiples.
5-3
Dr. D. J. Jackson Lecture 5-5Electrical & Computer Engineering
Timer Uses
• The timing block functions are used with
various contact arrangements and in
multiples to accomplish various timing tasks.
• Typical industrial timing tasks include timing
of the intervals for welding, painting, and
heat treating.
• Timers can also predetermine the interval
between two operations.
• With a PLC you can utilize as many timer
blocks as you need, within the PLC memory
limitations.
Dr. D. J. Jackson Lecture 5-6Electrical & Computer Engineering
Basic Timing and Derived
Functions
• Here we illustrate the basic PLC TIME DELAY-
ON function and some other derived timing
functions.
• Typical of the derived functions are
– TIME DELAY-OFF,
– interval pulse timing,
– and multiple pulse timing of more than one
process operation.
5-4
Dr. D. J. Jackson Lecture 5-7Electrical & Computer Engineering
Timer Variables
• One major advantage of the PLC timer is that
its time may be a programmable variable
time as well as a fixed time.
• The variable time interval may be in
accordance with a changing register value.
• Another advantage of the PLC timer is that
its timer accuracy, repeatability, and
reliability are extremely high because it is
based on solid-state technology.
Dr. D. J. Jackson Lecture 5-8Electrical & Computer Engineering
Non-retentive Timers
• A single-input timer called a non-retentive timer is used in
some PLCs.
– Energizing I:1/0 causes the timer to run for 4 seconds.
– At the end of 4 seconds the output (DN) goes on. When the input is
de-energized, the output goes off and the timer resets to 0.
– If the input I:1/0 is turned off during the timing interval (for
example, after 2.7 seconds), the timer resets to 0.
– TON is the basic non-retentive timer in Allen-Bradley PLCs
5-5
Dr. D. J. Jackson Lecture 5-9Electrical & Computer Engineering
Timer Information
• The timer table contains all information for that timer
– /EN: Timer is enabled (i.e. the input rung is energized)
– /TT: Timer is timing
– /DN: Timer is done
– .PRE: Timer preset value (point at which the timer stops timing)
– .ACC: Timer accumulator (accumulated time value)
Dr. D. J. Jackson Lecture 5-10Electrical & Computer Engineering
Timer Delay Off (TOF)
• The TOF timer functions the opposite of the TON timer.
– De-Energizing I:1/0 causes the timer to run for 4.5 seconds. The
DN bit is initially set.
– At the end of 4.5 seconds the output (DN) goes off. When the input
is energized the timer resets to 0.
– If the input I:1/0 is turned on during the timing interval (for
example, after 2.7 seconds), the timer resets to 0.
5-6
Dr. D. J. Jackson Lecture 5-11Electrical & Computer Engineering
Retentive Timers (RTO)
• Functions exactly like TON except the accumulated
time value is retained even if the input rung is de-
energized.
Dr. D. J. Jackson Lecture 5-12Electrical & Computer Engineering
Timer Reset Coils (RES)
• A reset coil (RES) can be associated with a timer to
provide a means of resetting the accumulated time
value (and status bits) at any given time
5-7
Dr. D. J. Jackson Lecture 5-13Electrical & Computer Engineering
Examples Of Timer
Function Applications
• On delay
– Output B comes on at a specific set time after output A is
turned on. When A is turned off, B also goes off.
• Limited on time
– A and B go on at the same time. B goes off after specific set
time period, but A remains on.
• One-shot operation
– Output B goes on for a specified time after output A is
turned on. Output B will run for its specified time interval
even if A is turned off during the B timing interval.
• Interval time within a cycle
– We may require that an output come on 7.5 seconds after
system startup, remain on for 4.5 seconds, and then go off
and stay off. The interval would repeat only after the system
is shut off and then turned back on.
Dr. D. J. Jackson Lecture 5-14Electrical & Computer Engineering
On Delay Timer Function
• The first example is the simplest form of time delay.
– When the circuit is turned on, one action takes place.
– A specified time later, another action occurs.
– O:2/1 energizes exactly 8 seconds after O:2/0 energizes,
provided I:1/0 remains energized
5-8
Dr. D. J. Jackson Lecture 5-15Electrical & Computer Engineering
Limited On-Time Timer Function
• This example illustrates a situation in which two outputs go on
at the same time.
• Then, one of them is to go off after a preset period of time.
• One output, O:2/0, stays on; the other output, O:2/1, turns off
at the end of the timing interval.
• Resetting is accomplished by turning I:1/0 off.
Dr. D. J. Jackson Lecture 5-16Electrical & Computer Engineering
One-shot Operation Timer
Function
• The next example is a one-shot system.
– The output comes on after its specified time period even if
the input is turned off during the timing period.
5-9
Dr. D. J. Jackson Lecture 5-17Electrical & Computer Engineering
Interval Time Within a Cycle
• This example is for a timed interval of a
number of seconds after the start of a
process operation.
– This time interval is sometimes called an
embedded time interval.
– A fan is to come on 8.7 seconds after a system is
turned on.
– It is then to run until 16 seconds after the system
is turned on, which is a net time of 7.3 seconds.
Dr. D. J. Jackson Lecture 5-18Electrical & Computer Engineering
Interval Time Example

More Related Content

What's hot

Control system (II-ECE)
Control system (II-ECE)Control system (II-ECE)
Control system (II-ECE)
betasam
 
PROGRAMMABLE LOGIC CONTROLLERS
PROGRAMMABLELOGIC CONTROLLERSPROGRAMMABLELOGIC CONTROLLERS
PROGRAMMABLE LOGIC CONTROLLERS
Dnr Creatives
 
Real-Time Scheduling
Real-Time SchedulingReal-Time Scheduling
Real-Time Scheduling
sathish sak
 
Plc timers
Plc timersPlc timers
Plc timers
MANOJ KHARADE
 
RTAI - Earliest Deadline First
RTAI - Earliest Deadline FirstRTAI - Earliest Deadline First
RTAI - Earliest Deadline First
Stefano Bragaglia
 
Basic PLC Ladder Programming
Basic PLC Ladder ProgrammingBasic PLC Ladder Programming
Basic PLC Ladder Programming
Web Design & Development
 
Plc description
Plc  descriptionPlc  description
Plc description
Yasir Hashmi
 
PLC
PLCPLC
Advanced plc programming & scada system design
Advanced plc programming & scada system designAdvanced plc programming & scada system design
Advanced plc programming & scada system design
lakshanwalpita
 
Real time-system
Real time-systemReal time-system
Real time-system
ysush
 
Input - Output Devices for PLC
Input - Output Devices for PLCInput - Output Devices for PLC
Input - Output Devices for PLC
Arko Saha
 
PLC input and output devices
PLC input and output devices PLC input and output devices
PLC input and output devices
Ameen San
 
PLC (Programmable Logic Controller) S.M.54
PLC (Programmable Logic Controller) S.M.54PLC (Programmable Logic Controller) S.M.54
PLC (Programmable Logic Controller) S.M.54
Subhash Mahla
 
Plc introduction
Plc  introductionPlc  introduction
Plc introduction
Yasir Hashmi
 
PLC
PLCPLC
Control unit design(1)
Control unit design(1)Control unit design(1)
Control unit design(1)
Nazir Ahmed
 

What's hot (20)

Control system (II-ECE)
Control system (II-ECE)Control system (II-ECE)
Control system (II-ECE)
 
PROGRAMMABLE LOGIC CONTROLLERS
PROGRAMMABLELOGIC CONTROLLERSPROGRAMMABLELOGIC CONTROLLERS
PROGRAMMABLE LOGIC CONTROLLERS
 
Real-Time Scheduling
Real-Time SchedulingReal-Time Scheduling
Real-Time Scheduling
 
Plc timers
Plc timersPlc timers
Plc timers
 
RTAI - Earliest Deadline First
RTAI - Earliest Deadline FirstRTAI - Earliest Deadline First
RTAI - Earliest Deadline First
 
Basic PLC Ladder Programming
Basic PLC Ladder ProgrammingBasic PLC Ladder Programming
Basic PLC Ladder Programming
 
Plc description
Plc  descriptionPlc  description
Plc description
 
PLC
PLCPLC
PLC
 
Advanced plc programming & scada system design
Advanced plc programming & scada system designAdvanced plc programming & scada system design
Advanced plc programming & scada system design
 
Real time-system
Real time-systemReal time-system
Real time-system
 
Vt plc
Vt plcVt plc
Vt plc
 
Input - Output Devices for PLC
Input - Output Devices for PLCInput - Output Devices for PLC
Input - Output Devices for PLC
 
PLC input and output devices
PLC input and output devices PLC input and output devices
PLC input and output devices
 
PLC (Programmable Logic Controller) S.M.54
PLC (Programmable Logic Controller) S.M.54PLC (Programmable Logic Controller) S.M.54
PLC (Programmable Logic Controller) S.M.54
 
Chapter 2 ladder
Chapter 2 ladderChapter 2 ladder
Chapter 2 ladder
 
Basics of plc_programming1
Basics of plc_programming1Basics of plc_programming1
Basics of plc_programming1
 
Plc introduction
Plc  introductionPlc  introduction
Plc introduction
 
Plc ppt
Plc pptPlc ppt
Plc ppt
 
PLC
PLCPLC
PLC
 
Control unit design(1)
Control unit design(1)Control unit design(1)
Control unit design(1)
 

Viewers also liked

Ladder Intro Tutorial
Ladder Intro TutorialLadder Intro Tutorial
Ladder Intro Tutorial
plc_course
 
Programmable Logic Controller and ladder logic programming
Programmable Logic Controller and ladder logic programmingProgrammable Logic Controller and ladder logic programming
Programmable Logic Controller and ladder logic programming
seema Vishwakarma
 
Ladder logic fundamentals plc tutorial
Ladder logic fundamentals plc tutorialLadder logic fundamentals plc tutorial
Ladder logic fundamentals plc tutorialMavuri Malleswara Rao
 
PLC LADDER DIAGRAM
PLC LADDER DIAGRAMPLC LADDER DIAGRAM
PLC LADDER DIAGRAM
Shruti Bhatnagar Dasgupta
 

Viewers also liked (8)

Ladder Intro Tutorial
Ladder Intro TutorialLadder Intro Tutorial
Ladder Intro Tutorial
 
Slideshire
SlideshireSlideshire
Slideshire
 
Programmable Logic Controller and ladder logic programming
Programmable Logic Controller and ladder logic programmingProgrammable Logic Controller and ladder logic programming
Programmable Logic Controller and ladder logic programming
 
Ladder logic fundamentals plc tutorial
Ladder logic fundamentals plc tutorialLadder logic fundamentals plc tutorial
Ladder logic fundamentals plc tutorial
 
Slide shire
Slide shireSlide shire
Slide shire
 
PLC Basic
PLC BasicPLC Basic
PLC Basic
 
ppt on PLC
ppt on PLCppt on PLC
ppt on PLC
 
PLC LADDER DIAGRAM
PLC LADDER DIAGRAMPLC LADDER DIAGRAM
PLC LADDER DIAGRAM
 

Similar to Lect05

Timer in PLC and its Types.pdf
Timer in PLC and its Types.pdfTimer in PLC and its Types.pdf
Timer in PLC and its Types.pdf
JustEngineering
 
Lect01
Lect01Lect01
MECHATRONICS-UNIT 4-PROGRAMMABLE LOGIC CONTROLLER .ppt
MECHATRONICS-UNIT 4-PROGRAMMABLE LOGIC CONTROLLER .pptMECHATRONICS-UNIT 4-PROGRAMMABLE LOGIC CONTROLLER .ppt
MECHATRONICS-UNIT 4-PROGRAMMABLE LOGIC CONTROLLER .ppt
CHANDRA KUMAR S
 
Classic control in industry
Classic control in industry Classic control in industry
Classic control in industry
Mostafa Ragab
 
Real Time System
Real Time SystemReal Time System
Real Time System
AKANSH SINGHAL
 
Programmable Logic Controllers (1).pptx
Programmable Logic Controllers (1).pptxProgrammable Logic Controllers (1).pptx
Programmable Logic Controllers (1).pptx
ssuserf399e11
 
Week 1 Time_measuremenjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjt.pdf
Week 1 Time_measuremenjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjt.pdfWeek 1 Time_measuremenjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjt.pdf
Week 1 Time_measuremenjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjt.pdf
devinezekiel2003
 
Lect13
Lect13Lect13
On delay timer
On delay timerOn delay timer
On delay timer
maheshwarai
 
On delay timer
On delay timerOn delay timer
On delay timer
maheshwarai
 
PLC PPT.ppt
PLC PPT.pptPLC PPT.ppt
PLC PPT.ppt
AyyarKandasamy1
 
Advanced insrumentation lab manual
Advanced insrumentation lab manualAdvanced insrumentation lab manual
Advanced insrumentation lab manual
Gautam sai teza
 
Handbook Of PLC EMERSON EDUARDO RODRIGUES
Handbook Of PLC EMERSON EDUARDO RODRIGUESHandbook Of PLC EMERSON EDUARDO RODRIGUES
Handbook Of PLC EMERSON EDUARDO RODRIGUES
EMERSON EDUARDO RODRIGUES
 
ie450pp10.ppt
ie450pp10.pptie450pp10.ppt
ie450pp10.ppt
SARALAINFOTECH
 
ie450pp10.ppt
ie450pp10.pptie450pp10.ppt
ie450pp10.ppt
ssusere59e3f
 
PLC.ppt
PLC.pptPLC.ppt
PLC.ppt
Barathan6
 
PLC good.ppt
PLC good.pptPLC good.ppt
PLC good.ppt
arifhasan88
 
ie450pp10.ppt
ie450pp10.pptie450pp10.ppt
ie450pp10.ppt
AssocProfECEVelTechC1
 

Similar to Lect05 (20)

Timer in PLC and its Types.pdf
Timer in PLC and its Types.pdfTimer in PLC and its Types.pdf
Timer in PLC and its Types.pdf
 
PLC.pdf
PLC.pdfPLC.pdf
PLC.pdf
 
Lect01
Lect01Lect01
Lect01
 
MECHATRONICS-UNIT 4-PROGRAMMABLE LOGIC CONTROLLER .ppt
MECHATRONICS-UNIT 4-PROGRAMMABLE LOGIC CONTROLLER .pptMECHATRONICS-UNIT 4-PROGRAMMABLE LOGIC CONTROLLER .ppt
MECHATRONICS-UNIT 4-PROGRAMMABLE LOGIC CONTROLLER .ppt
 
Classic control in industry
Classic control in industry Classic control in industry
Classic control in industry
 
Real Time System
Real Time SystemReal Time System
Real Time System
 
Programmable Logic Controllers (1).pptx
Programmable Logic Controllers (1).pptxProgrammable Logic Controllers (1).pptx
Programmable Logic Controllers (1).pptx
 
Week 1 Time_measuremenjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjt.pdf
Week 1 Time_measuremenjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjt.pdfWeek 1 Time_measuremenjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjt.pdf
Week 1 Time_measuremenjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjt.pdf
 
Lect13
Lect13Lect13
Lect13
 
On delay timer
On delay timerOn delay timer
On delay timer
 
On delay timer
On delay timerOn delay timer
On delay timer
 
PLC PPT.ppt
PLC PPT.pptPLC PPT.ppt
PLC PPT.ppt
 
Advanced insrumentation lab manual
Advanced insrumentation lab manualAdvanced insrumentation lab manual
Advanced insrumentation lab manual
 
Handbook Of PLC EMERSON EDUARDO RODRIGUES
Handbook Of PLC EMERSON EDUARDO RODRIGUESHandbook Of PLC EMERSON EDUARDO RODRIGUES
Handbook Of PLC EMERSON EDUARDO RODRIGUES
 
plc_scada.pptx
plc_scada.pptxplc_scada.pptx
plc_scada.pptx
 
ie450pp10.ppt
ie450pp10.pptie450pp10.ppt
ie450pp10.ppt
 
ie450pp10.ppt
ie450pp10.pptie450pp10.ppt
ie450pp10.ppt
 
PLC.ppt
PLC.pptPLC.ppt
PLC.ppt
 
PLC good.ppt
PLC good.pptPLC good.ppt
PLC good.ppt
 
ie450pp10.ppt
ie450pp10.pptie450pp10.ppt
ie450pp10.ppt
 

More from Abhishek Gupta

Lect14
Lect14Lect14
Lect12
Lect12Lect12
Lect11
Lect11Lect11
Lect10
Lect10Lect10
Lect09
Lect09Lect09
Lect08
Lect08Lect08
Lect07
Lect07Lect07
Lect06
Lect06Lect06
Lect04
Lect04Lect04
Lect03
Lect03Lect03

More from Abhishek Gupta (10)

Lect14
Lect14Lect14
Lect14
 
Lect12
Lect12Lect12
Lect12
 
Lect11
Lect11Lect11
Lect11
 
Lect10
Lect10Lect10
Lect10
 
Lect09
Lect09Lect09
Lect09
 
Lect08
Lect08Lect08
Lect08
 
Lect07
Lect07Lect07
Lect07
 
Lect06
Lect06Lect06
Lect06
 
Lect04
Lect04Lect04
Lect04
 
Lect03
Lect03Lect03
Lect03
 

Recently uploaded

Multithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race conditionMultithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race condition
Mohammed Sikander
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
ArianaBusciglio
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 

Recently uploaded (20)

Multithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race conditionMultithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race condition
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 

Lect05

  • 1. 5-1 Dr. D. J. Jackson Lecture 5-1Electrical & Computer Engineering Programmable Logic Controllers PLC Timer Functions Dr. D. J. Jackson Lecture 5-2Electrical & Computer Engineering Outline • Introduction • PLC Timer Functions • Examples of Timer Function Applications
  • 2. 5-2 Dr. D. J. Jackson Lecture 5-3Electrical & Computer Engineering Objectives • Describe PLC retentive and delay timer functions. • List and describe major timing functions that are commonly used in circuits and processes. • Apply PLC functions and PLC circuitry to process control for timing functions. • Apply PLC timers in multiple timing problems that combine two or more of the basic timing functions. • Apply PLC timers for the control of processes. Dr. D. J. Jackson Lecture 5-4Electrical & Computer Engineering Introduction • The most commonly used process control device after coils and contacts is the timer. • The most common timing function is TIME DELAY-ON, which is the basic function. • There are also many other timing configurations, all of which can be derived from one or more of the basic TIME DELAY- ON functions. • PLCs have the one basic function timer capability in multiples.
  • 3. 5-3 Dr. D. J. Jackson Lecture 5-5Electrical & Computer Engineering Timer Uses • The timing block functions are used with various contact arrangements and in multiples to accomplish various timing tasks. • Typical industrial timing tasks include timing of the intervals for welding, painting, and heat treating. • Timers can also predetermine the interval between two operations. • With a PLC you can utilize as many timer blocks as you need, within the PLC memory limitations. Dr. D. J. Jackson Lecture 5-6Electrical & Computer Engineering Basic Timing and Derived Functions • Here we illustrate the basic PLC TIME DELAY- ON function and some other derived timing functions. • Typical of the derived functions are – TIME DELAY-OFF, – interval pulse timing, – and multiple pulse timing of more than one process operation.
  • 4. 5-4 Dr. D. J. Jackson Lecture 5-7Electrical & Computer Engineering Timer Variables • One major advantage of the PLC timer is that its time may be a programmable variable time as well as a fixed time. • The variable time interval may be in accordance with a changing register value. • Another advantage of the PLC timer is that its timer accuracy, repeatability, and reliability are extremely high because it is based on solid-state technology. Dr. D. J. Jackson Lecture 5-8Electrical & Computer Engineering Non-retentive Timers • A single-input timer called a non-retentive timer is used in some PLCs. – Energizing I:1/0 causes the timer to run for 4 seconds. – At the end of 4 seconds the output (DN) goes on. When the input is de-energized, the output goes off and the timer resets to 0. – If the input I:1/0 is turned off during the timing interval (for example, after 2.7 seconds), the timer resets to 0. – TON is the basic non-retentive timer in Allen-Bradley PLCs
  • 5. 5-5 Dr. D. J. Jackson Lecture 5-9Electrical & Computer Engineering Timer Information • The timer table contains all information for that timer – /EN: Timer is enabled (i.e. the input rung is energized) – /TT: Timer is timing – /DN: Timer is done – .PRE: Timer preset value (point at which the timer stops timing) – .ACC: Timer accumulator (accumulated time value) Dr. D. J. Jackson Lecture 5-10Electrical & Computer Engineering Timer Delay Off (TOF) • The TOF timer functions the opposite of the TON timer. – De-Energizing I:1/0 causes the timer to run for 4.5 seconds. The DN bit is initially set. – At the end of 4.5 seconds the output (DN) goes off. When the input is energized the timer resets to 0. – If the input I:1/0 is turned on during the timing interval (for example, after 2.7 seconds), the timer resets to 0.
  • 6. 5-6 Dr. D. J. Jackson Lecture 5-11Electrical & Computer Engineering Retentive Timers (RTO) • Functions exactly like TON except the accumulated time value is retained even if the input rung is de- energized. Dr. D. J. Jackson Lecture 5-12Electrical & Computer Engineering Timer Reset Coils (RES) • A reset coil (RES) can be associated with a timer to provide a means of resetting the accumulated time value (and status bits) at any given time
  • 7. 5-7 Dr. D. J. Jackson Lecture 5-13Electrical & Computer Engineering Examples Of Timer Function Applications • On delay – Output B comes on at a specific set time after output A is turned on. When A is turned off, B also goes off. • Limited on time – A and B go on at the same time. B goes off after specific set time period, but A remains on. • One-shot operation – Output B goes on for a specified time after output A is turned on. Output B will run for its specified time interval even if A is turned off during the B timing interval. • Interval time within a cycle – We may require that an output come on 7.5 seconds after system startup, remain on for 4.5 seconds, and then go off and stay off. The interval would repeat only after the system is shut off and then turned back on. Dr. D. J. Jackson Lecture 5-14Electrical & Computer Engineering On Delay Timer Function • The first example is the simplest form of time delay. – When the circuit is turned on, one action takes place. – A specified time later, another action occurs. – O:2/1 energizes exactly 8 seconds after O:2/0 energizes, provided I:1/0 remains energized
  • 8. 5-8 Dr. D. J. Jackson Lecture 5-15Electrical & Computer Engineering Limited On-Time Timer Function • This example illustrates a situation in which two outputs go on at the same time. • Then, one of them is to go off after a preset period of time. • One output, O:2/0, stays on; the other output, O:2/1, turns off at the end of the timing interval. • Resetting is accomplished by turning I:1/0 off. Dr. D. J. Jackson Lecture 5-16Electrical & Computer Engineering One-shot Operation Timer Function • The next example is a one-shot system. – The output comes on after its specified time period even if the input is turned off during the timing period.
  • 9. 5-9 Dr. D. J. Jackson Lecture 5-17Electrical & Computer Engineering Interval Time Within a Cycle • This example is for a timed interval of a number of seconds after the start of a process operation. – This time interval is sometimes called an embedded time interval. – A fan is to come on 8.7 seconds after a system is turned on. – It is then to run until 16 seconds after the system is turned on, which is a net time of 7.3 seconds. Dr. D. J. Jackson Lecture 5-18Electrical & Computer Engineering Interval Time Example