SlideShare a Scribd company logo
PLC ladder Programming
Dr. S.N.Teli
Professor, Mechanical Engineering,
Bharati Vidyapeeth College of Engineering, NaviMumbai
Cell: 9987476524
Email: shivanandteli75@gmail.com
1Dr. S.N.Teli
PLC Ladder Programming
Que : What are main parts of Programmable Logic Controller
Fig: Programmable Logic Controller
2Dr. S.N.Teli
Solution:
PLC Ladder Programming
Que : Explain advantages of Programmable Logic Controller
3Dr. S.N.Teli
A Programmable Logic Controller, or PLC for short, is simply a special
computer device used for industrial control systems. They are used in
many industries such as oil refineries, manufacturing lines, conveyor
systems and so on. Where ever there is a need to control devices the
PLC provides a flexible way to "softwire" the components together.
The advantages of PLC as mentioned below;
• They are cost-effective
• They are flexible, reliable and compact
• They have significant advantages over traditional control systems
based on relay or pneumatics
Solution:
PLC originated in the late 1960s in the automotive industry in the USA
and were designed to replace relay logic systems. Manufacturer of PLC
are mentioned below;
ABB, General Electric, Mitsubishi, Motorola Omron, Panasonic,Rockwell
Automation, Schneider Electric, Siemens, Rockwell Automation etc.
PLC Ladder Programming
Que : Draw PLC Ladder for AND & OR Logic.
4Dr. S.N.Teli
Solution:
Fig: PLC Ladder for OR Logic
Fig: PLC Ladder for AND Logic
PLC Ladder Programming
Que: Draw PLC Ladder for Latching.
5Dr. S.N.Teli
Solution:
A simple example of such a
situation is a bulb, which is
started by pressing a button
switch. Although the switch
contacts do not remain closed, it
is required that the bulb continue
to run until a stop button switch
is pressed. The latching used to
stay the bulb run until the push
button is pressed again.
S1- Normally Open (NO) Push
button to start motor; S2-
Normally Closed (NC) Push
button to off the motor; B is
output (Say Bulb)
• S1 is on --- Bulb B is on
• Then, S1 is off---- still B is on
• S2 is off--- B is off
Fig: PLC Ladder for Latching
PLC Ladder Programming
Que: Draw PLC Ladder for A+A- for Pneumatic circuit.
6Dr. S.N.Teli
Solution: S1 and S2 are sensors; A+ and A- are solenoids
.
S1 S2
4 2
5
1
3
A+ A-
Fig: Pneumatic Circuit Fig: PLC Ladder Program
PLC Ladder Programming
Que: Draw PLC Ladder for A+A- for pneumatic circuit using latching.
7Dr. S.N.Teli
Solution: S1 and S2 are sensors; A+ and A- are solenoids
.
S1 S2
4 2
5
1
3
A+ A-
Fig: Pneumatic Circuit Fig: PLC Ladder
S1
A+
A+
S2
S2
A-
A-
S1
PLC Ladder Programming
Que: Explain On-delay Timer in PLC.
8Dr. S.N.Teli
.
Solution:Basically two types of timers. One is On-Delay Timer and second
is Off-Delay Timer
On-Delay Timer:
Ex: When the S1 switch is on the lubricant pump (LP) will start
immediately, but grinding machine (GM) will start after preset time(say 8
Sec) of timer. Here T is On-delay Timer.
When S1 switch is off both lubricant pump and grinding machine will off
immediately.
Fig: PLC Ladder Program
PLC Ladder Programming
Que: Explain On- off delay Timer in PLC.
9Dr. S.N.Teli
.
Solution:Basically two types of timers. One is On-Delay Timer and second
is Off-Delay Timer
Off –Delay Timer:
Ex: In a car when key (Switch) is on both Engine(E) and fan are on at
time. When key is off , the engine will off immediately but fan(F) will off
after preset time of timer (Say 15 Sec) .
Fig: PLC Ladder
PLC Ladder Programming
Que: Explain On-delay Retentive Timer.
10Dr. S.N.Teli
.
Solution: Retentive ON delay timer is to delaying the ON time, if input
goes off in between, it will resumes the accumulator value and input turns
ON, it will start running for the resumed value.
Example: when switch S1 is on the bulb should on after T (Say 10 ) Sec.
T- Retentive on delay timer
S1 is On the Timer will on after
preset time (say 10 Sec), even
though the S1 is off . The Bulb is on
after 10 Sec.
To off the timer press S2. It means
reset the timer. Once again to start
the timer press S1. As long as S2 is
on the timer is dead. It means in the
next cycle when S1 is on, the S2 is
off.
Fig: PLC Ladder Program
PLC Ladder Programming
11Dr. S.N.Teli
.
Que: Draw PLC Ladder for A+ (Delay 10 Sec) A- for Pneumatic circuit.
Solution:
S1 S2
4 2
5
1
3
A+ A-
Fig: Pneumatic Circuit Fig: PLC Ladder
PLC Ladder Programming
12Dr. S.N.Teli
.
Que: Draw PLC Ladder for A+ B+ (Delay10Sec) (AB)- for pneumatic
circuit.
Solution: T is on-delay Timer
Fig: Pneumatic Circuit Fig: PLC Ladder Program
4 2
5
1
3
Y1 Y2
4 2
5
1
3
Y3 Y4
S1 S2 S3 S4 +24V
0V
S1
3
4
Y1 Y4
S2
3
4
Y2
Y3
1 2
PLC Ladder Programming
13Dr. S.N.Teli
.
Que: Draw PLC Ladder (Delay)A+B+(Delay)A-B-for pneumatic circuit.
Solution: T1 and T2 are on-delay Timers.
Fig: Pneumatic Circuit Fig: PLC Ladder
4 2
5
1
3
Y1 Y2
4 2
5
1
3
Y3 Y4
S1 S2 S3 S4 +24V
0V
S1
3
4
Y1 Y4
S2
3
4
Y2
Y3
1 2
PLC Ladder Programming
14Dr. S.N.Teli
.
Solution:
Fig: Pneumatic Circuit Fig: PLC Ladder
4 2
5
1
3
Y1 Y2
4 2
5
1
3
Y3 Y4
S1 S2 S3 S4 +24V
0V
S1
3
4
Y1 Y4
S2
3
4
Y2
Y3
1 2
-
Que: Draw PLC Ladder for A+B+B-A- pneumatic circuit.
PLC Ladder Programming
15Dr. S.N.Teli
.
Solution: T is on-delay Timer.
Fig: Pneumatic Circuit Fig: PLC Ladder
4 2
5
1
3
Y1 Y2
4 2
5
1
3
Y3 Y4
S1 S2 S3 S4 +24V
0V
S1
3
4
Y1 Y4
S2
3
4
Y2
Y3
1 2
Que: Draw PLC Ladder for A+ B+ (Delay10Sec) (AB)- pneumatic
circuit.
PLC Ladder Programming
16Dr. S.N.Teli
.
Solution: T is on-delay Timer.
Fig: Pneumatic Circuit
Fig: PLC Ladder
Que: Draw PLC Ladder for A+ (delay) for multiple cycle.
4 2
5
1
3
A+
S1 S2
PLC Ladder Programming
17Dr. S.N.Teli
.
Solution: T is on-delay Timer and C is Counter
Fig: Pneumatic Circuit Fig: PLC Ladder
Que: Draw Circuit for 4(A+ A-) delay and cycle should continue
S1 S2
4 2
5
1
3
A+ A-
PLC Ladder Programming
18Dr. S.N.Teli
.
Fig: PLC Ladder
Que: Draw a PLC ladder programming for the following water level
maintain in the tank automatically.
Solution: SO- On/off Switch; V- Solenoid Valve; S1& S2 Normally Open.
PLC Ladder Programming
19Dr. S.N.Teli
.
Fig: PLC Ladder
SO- Start push button
ST-Stop push button
V- Solenoid Valve
S1& S2 Normally Open
R-Intermediate Output
Que: Draw PLC ladder for the following water tank.The minimum
level should be S1 and maximum level S2. Start & stop are push
button. V and P may on simultaneously.
PLC Ladder Programming
20Dr. S.N.Teli
.
Fig: PLC Ladder
• SO- Start push button
• ST-Stop push button
• V- Solenoid Valve
• S1& S2 Normally Open
• R-Intermediate Output
Que: Draw PLC ladder for the following liquid tank. The minimum
level should be S1 and maximum level S2. Start & stop are push
button. When P is on V is off or P is off and V is on.
PLC Ladder Programming
21Dr. S.N.Teli
.
Fig: PLC Ladder
• SO: Start/Stop button
• S1& S2: Normally Open
• T: On- delay Timer
Que: Draw PLC ladder for the following liquid mixing process.
• Pumps have to start and stop when sensor S2 is on.
• When sensor S2 is on Fan should start for 10 Sec &stops
• As soon as fan stops, the discharge valve has to on & stops when
S1 is off.
PLC Ladder Programming
22Dr. S.N.Teli
.
Fig: PLC Ladder
Que: Write PLC ladder programming for count 100 bottles and stops
the conveyor belt for 10 sec and starts the cycle automatically.
Solution: T: On-delay timer;
SO: Start Push button; ST:
Stop push button; M-Motor;
S1: Sensor to sense the
object
PLC Ladder Programming
23Dr. S.N.Teli
.
Fig: PLC Ladder
Que: Write PLC ladder for count 100 bottles and stops the conveyor
belt for 10 sec and starts the cycle automatically.
Solution:
S1- Sensor (Start the motor)
S2- Stop the Motor
S3-Count the filled bottle
M- Motor; T –On-delay timer SO-
Start/STOP button (Toggle
Switch/Detent Switch)
PLC Ladder Programming
24Dr. S.N.Teli
.
Que : Design PLC Ladder diagram for the following process details;
When a part is placed on the conveyor at position 1, and when a start
button is pressed it moves to position 2. Upon reaching position 2, it
stops for the sampling operation to take place. After stamping it
automatically moves to position 3. It stops at position 3, where the
part is removed manually from the conveyor. Assume only one part
is on the conveyor at a time. Add limit switches, interlocks, push
buttons, etc. as required.
PLC Ladder Programming
25Dr. S.N.Teli
.
Solution:
Fig: PLC Ladder
26Dr. S.N.Teli

More Related Content

What's hot

Plc example presentation
Plc example presentationPlc example presentation
Plc example presentationRoshit Kadiru
 
Introduction to PLC
Introduction to PLCIntroduction to PLC
Introduction to PLC
Veerakumar S
 
Introduction to Mechatronics, Sensors and Transducers
Introduction to Mechatronics, Sensors and TransducersIntroduction to Mechatronics, Sensors and Transducers
Introduction to Mechatronics, Sensors and Transducers
taruian
 
Shuttle valve
Shuttle valveShuttle valve
Shuttle valve
saahil kshatriya
 
Plc basics
Plc   basicsPlc   basics
Servo mechanism and control system
Servo mechanism and control systemServo mechanism and control system
Servo mechanism and control system
Omkar Lokhande
 
PLC (PROGRAMMABLE LOGIC CONTROLLER)
PLC (PROGRAMMABLE LOGIC CONTROLLER)PLC (PROGRAMMABLE LOGIC CONTROLLER)
PLC (PROGRAMMABLE LOGIC CONTROLLER)
Manoj Gowda K
 
Pneumatic Circuits
Pneumatic CircuitsPneumatic Circuits
Pneumatic Circuits
Dr. S.N. Teli
 
Basic PLC Ladder Programming
Basic PLC Ladder ProgrammingBasic PLC Ladder Programming
Basic PLC Ladder Programming
Web Design & Development
 
Modern Control - Lec 06 - PID Tuning
Modern Control - Lec 06 - PID TuningModern Control - Lec 06 - PID Tuning
Modern Control - Lec 06 - PID Tuning
Amr E. Mohamed
 
PLC - Programmable Logic Controller
PLC - Programmable Logic ControllerPLC - Programmable Logic Controller
PLC - Programmable Logic Controller
Mahesh Vadhavaniya profmjv
 
ppt on PLC automation
ppt on PLC automationppt on PLC automation
ppt on PLC automation
Md Talib
 
Chapter 3 electro pneumatic.updated
Chapter 3 electro pneumatic.updatedChapter 3 electro pneumatic.updated
Chapter 3 electro pneumatic.updatedHattori Sidek
 
Electro hydraulic system Components and their operation
Electro hydraulic system Components and their operationElectro hydraulic system Components and their operation
Electro hydraulic system Components and their operation
Srichandan Subudhi
 
programmable logic controller presentation
programmable logic controller presentationprogrammable logic controller presentation
programmable logic controller presentation
Ashutosh Verma
 
Cnc milling programs
Cnc milling programsCnc milling programs
Cnc milling programs
moniraghu
 
PID controller in control systems
PID controller in control systemsPID controller in control systems
PID controller in control systems
khalaf Gaeid
 

What's hot (20)

Plc example presentation
Plc example presentationPlc example presentation
Plc example presentation
 
Introduction to PLC
Introduction to PLCIntroduction to PLC
Introduction to PLC
 
Introduction to Mechatronics, Sensors and Transducers
Introduction to Mechatronics, Sensors and TransducersIntroduction to Mechatronics, Sensors and Transducers
Introduction to Mechatronics, Sensors and Transducers
 
Shuttle valve
Shuttle valveShuttle valve
Shuttle valve
 
Plc basics
Plc   basicsPlc   basics
Plc basics
 
Servo mechanism and control system
Servo mechanism and control systemServo mechanism and control system
Servo mechanism and control system
 
PLC (PROGRAMMABLE LOGIC CONTROLLER)
PLC (PROGRAMMABLE LOGIC CONTROLLER)PLC (PROGRAMMABLE LOGIC CONTROLLER)
PLC (PROGRAMMABLE LOGIC CONTROLLER)
 
Pneumatic Circuits
Pneumatic CircuitsPneumatic Circuits
Pneumatic Circuits
 
Plc ppt
Plc pptPlc ppt
Plc ppt
 
Basic PLC Ladder Programming
Basic PLC Ladder ProgrammingBasic PLC Ladder Programming
Basic PLC Ladder Programming
 
Modern Control - Lec 06 - PID Tuning
Modern Control - Lec 06 - PID TuningModern Control - Lec 06 - PID Tuning
Modern Control - Lec 06 - PID Tuning
 
PLC Basic
PLC BasicPLC Basic
PLC Basic
 
PLC - Programmable Logic Controller
PLC - Programmable Logic ControllerPLC - Programmable Logic Controller
PLC - Programmable Logic Controller
 
ppt on PLC automation
ppt on PLC automationppt on PLC automation
ppt on PLC automation
 
Hidraulic Symbols
Hidraulic Symbols Hidraulic Symbols
Hidraulic Symbols
 
Chapter 3 electro pneumatic.updated
Chapter 3 electro pneumatic.updatedChapter 3 electro pneumatic.updated
Chapter 3 electro pneumatic.updated
 
Electro hydraulic system Components and their operation
Electro hydraulic system Components and their operationElectro hydraulic system Components and their operation
Electro hydraulic system Components and their operation
 
programmable logic controller presentation
programmable logic controller presentationprogrammable logic controller presentation
programmable logic controller presentation
 
Cnc milling programs
Cnc milling programsCnc milling programs
Cnc milling programs
 
PID controller in control systems
PID controller in control systemsPID controller in control systems
PID controller in control systems
 

Similar to PLC Ladder Programming [Mechatronics]

16 mt6201 industrial automation and control qb
16 mt6201 industrial automation and control qb16 mt6201 industrial automation and control qb
16 mt6201 industrial automation and control qb
SindhuS68
 
Lab 9 D-Flip Flops: Shift Register and Sequence Counter
Lab 9 D-Flip Flops: Shift Register and Sequence CounterLab 9 D-Flip Flops: Shift Register and Sequence Counter
Lab 9 D-Flip Flops: Shift Register and Sequence Counter
Katrina Little
 
Unit-III.pptx
Unit-III.pptxUnit-III.pptx
Unit-III.pptx
Sambasiva62
 
Mitsubishi lap trinh plc afdf afaf
Mitsubishi lap trinh plc afdf afafMitsubishi lap trinh plc afdf afaf
Mitsubishi lap trinh plc afdf afaf
phong279
 
Digital Clock Using Logic Gates
Digital Clock Using Logic GatesDigital Clock Using Logic Gates
Digital Clock Using Logic Gates
JalpaMaheshwari1
 
Introduction to automation
Introduction to automationIntroduction to automation
Introduction to automation
Valai Ganesh
 
Lecture-32-33.pptx
Lecture-32-33.pptxLecture-32-33.pptx
Lecture-32-33.pptx
AqeelAbbas94
 
PLC Circuit Design And Basic Programming By Manish kumar
PLC Circuit Design And Basic Programming By Manish kumarPLC Circuit Design And Basic Programming By Manish kumar
PLC Circuit Design And Basic Programming By Manish kumarmanishkumarm
 
345 CATERPILLAR.pdf
345 CATERPILLAR.pdf345 CATERPILLAR.pdf
345 CATERPILLAR.pdf
alex356651
 
Project on PLC (SILO)
Project on PLC (SILO)Project on PLC (SILO)
Project on PLC (SILO)
Sayan Chakraborty
 
15CS32 ADE Module 5
15CS32 ADE Module 515CS32 ADE Module 5
15CS32 ADE Module 5
RLJIT
 
IRJET- Automation of Heat Treatment Process line using PLC
IRJET- Automation of Heat Treatment Process line using PLCIRJET- Automation of Heat Treatment Process line using PLC
IRJET- Automation of Heat Treatment Process line using PLC
IRJET Journal
 
Direct operation of a motor using or logic
Direct operation of a motor using or logicDirect operation of a motor using or logic
Direct operation of a motor using or logic
Aravindh Krishna Thilak S
 
Control system
Control systemControl system
Control system
abhishek ambhore
 
938 k eletrico w8k
938 k eletrico w8k938 k eletrico w8k
938 k eletrico w8k
Eduardo Passos
 
Lec 12 (cont plc)
Lec 12 (cont plc)Lec 12 (cont plc)
Lec 12 (cont plc)
Mohamed Atef
 
Steppert Motor Interfacing With Specific Angle Entered Through Keypad
Steppert Motor Interfacing With Specific Angle Entered Through KeypadSteppert Motor Interfacing With Specific Angle Entered Through Keypad
Steppert Motor Interfacing With Specific Angle Entered Through Keypad
Abrar Amin
 
Dee2034 chapter 5 counter
Dee2034 chapter 5 counterDee2034 chapter 5 counter
Dee2034 chapter 5 counter
SITI SABARIAH SALIHIN
 
MODULE TITLE PROGRAMMABLE LOGIC CONTROLLERSTOPIC TITLE.docx
MODULE TITLE    PROGRAMMABLE LOGIC CONTROLLERSTOPIC TITLE.docxMODULE TITLE    PROGRAMMABLE LOGIC CONTROLLERSTOPIC TITLE.docx
MODULE TITLE PROGRAMMABLE LOGIC CONTROLLERSTOPIC TITLE.docx
roushhsiu
 
PLC Based Elevator, Power Electronic Project
PLC Based Elevator, Power Electronic Project PLC Based Elevator, Power Electronic Project
PLC Based Elevator, Power Electronic Project
Mahamudul karim Khondaker
 

Similar to PLC Ladder Programming [Mechatronics] (20)

16 mt6201 industrial automation and control qb
16 mt6201 industrial automation and control qb16 mt6201 industrial automation and control qb
16 mt6201 industrial automation and control qb
 
Lab 9 D-Flip Flops: Shift Register and Sequence Counter
Lab 9 D-Flip Flops: Shift Register and Sequence CounterLab 9 D-Flip Flops: Shift Register and Sequence Counter
Lab 9 D-Flip Flops: Shift Register and Sequence Counter
 
Unit-III.pptx
Unit-III.pptxUnit-III.pptx
Unit-III.pptx
 
Mitsubishi lap trinh plc afdf afaf
Mitsubishi lap trinh plc afdf afafMitsubishi lap trinh plc afdf afaf
Mitsubishi lap trinh plc afdf afaf
 
Digital Clock Using Logic Gates
Digital Clock Using Logic GatesDigital Clock Using Logic Gates
Digital Clock Using Logic Gates
 
Introduction to automation
Introduction to automationIntroduction to automation
Introduction to automation
 
Lecture-32-33.pptx
Lecture-32-33.pptxLecture-32-33.pptx
Lecture-32-33.pptx
 
PLC Circuit Design And Basic Programming By Manish kumar
PLC Circuit Design And Basic Programming By Manish kumarPLC Circuit Design And Basic Programming By Manish kumar
PLC Circuit Design And Basic Programming By Manish kumar
 
345 CATERPILLAR.pdf
345 CATERPILLAR.pdf345 CATERPILLAR.pdf
345 CATERPILLAR.pdf
 
Project on PLC (SILO)
Project on PLC (SILO)Project on PLC (SILO)
Project on PLC (SILO)
 
15CS32 ADE Module 5
15CS32 ADE Module 515CS32 ADE Module 5
15CS32 ADE Module 5
 
IRJET- Automation of Heat Treatment Process line using PLC
IRJET- Automation of Heat Treatment Process line using PLCIRJET- Automation of Heat Treatment Process line using PLC
IRJET- Automation of Heat Treatment Process line using PLC
 
Direct operation of a motor using or logic
Direct operation of a motor using or logicDirect operation of a motor using or logic
Direct operation of a motor using or logic
 
Control system
Control systemControl system
Control system
 
938 k eletrico w8k
938 k eletrico w8k938 k eletrico w8k
938 k eletrico w8k
 
Lec 12 (cont plc)
Lec 12 (cont plc)Lec 12 (cont plc)
Lec 12 (cont plc)
 
Steppert Motor Interfacing With Specific Angle Entered Through Keypad
Steppert Motor Interfacing With Specific Angle Entered Through KeypadSteppert Motor Interfacing With Specific Angle Entered Through Keypad
Steppert Motor Interfacing With Specific Angle Entered Through Keypad
 
Dee2034 chapter 5 counter
Dee2034 chapter 5 counterDee2034 chapter 5 counter
Dee2034 chapter 5 counter
 
MODULE TITLE PROGRAMMABLE LOGIC CONTROLLERSTOPIC TITLE.docx
MODULE TITLE    PROGRAMMABLE LOGIC CONTROLLERSTOPIC TITLE.docxMODULE TITLE    PROGRAMMABLE LOGIC CONTROLLERSTOPIC TITLE.docx
MODULE TITLE PROGRAMMABLE LOGIC CONTROLLERSTOPIC TITLE.docx
 
PLC Based Elevator, Power Electronic Project
PLC Based Elevator, Power Electronic Project PLC Based Elevator, Power Electronic Project
PLC Based Elevator, Power Electronic Project
 

Recently uploaded

Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 

Recently uploaded (20)

Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 

PLC Ladder Programming [Mechatronics]

  • 1. PLC ladder Programming Dr. S.N.Teli Professor, Mechanical Engineering, Bharati Vidyapeeth College of Engineering, NaviMumbai Cell: 9987476524 Email: shivanandteli75@gmail.com 1Dr. S.N.Teli
  • 2. PLC Ladder Programming Que : What are main parts of Programmable Logic Controller Fig: Programmable Logic Controller 2Dr. S.N.Teli Solution:
  • 3. PLC Ladder Programming Que : Explain advantages of Programmable Logic Controller 3Dr. S.N.Teli A Programmable Logic Controller, or PLC for short, is simply a special computer device used for industrial control systems. They are used in many industries such as oil refineries, manufacturing lines, conveyor systems and so on. Where ever there is a need to control devices the PLC provides a flexible way to "softwire" the components together. The advantages of PLC as mentioned below; • They are cost-effective • They are flexible, reliable and compact • They have significant advantages over traditional control systems based on relay or pneumatics Solution: PLC originated in the late 1960s in the automotive industry in the USA and were designed to replace relay logic systems. Manufacturer of PLC are mentioned below; ABB, General Electric, Mitsubishi, Motorola Omron, Panasonic,Rockwell Automation, Schneider Electric, Siemens, Rockwell Automation etc.
  • 4. PLC Ladder Programming Que : Draw PLC Ladder for AND & OR Logic. 4Dr. S.N.Teli Solution: Fig: PLC Ladder for OR Logic Fig: PLC Ladder for AND Logic
  • 5. PLC Ladder Programming Que: Draw PLC Ladder for Latching. 5Dr. S.N.Teli Solution: A simple example of such a situation is a bulb, which is started by pressing a button switch. Although the switch contacts do not remain closed, it is required that the bulb continue to run until a stop button switch is pressed. The latching used to stay the bulb run until the push button is pressed again. S1- Normally Open (NO) Push button to start motor; S2- Normally Closed (NC) Push button to off the motor; B is output (Say Bulb) • S1 is on --- Bulb B is on • Then, S1 is off---- still B is on • S2 is off--- B is off Fig: PLC Ladder for Latching
  • 6. PLC Ladder Programming Que: Draw PLC Ladder for A+A- for Pneumatic circuit. 6Dr. S.N.Teli Solution: S1 and S2 are sensors; A+ and A- are solenoids . S1 S2 4 2 5 1 3 A+ A- Fig: Pneumatic Circuit Fig: PLC Ladder Program
  • 7. PLC Ladder Programming Que: Draw PLC Ladder for A+A- for pneumatic circuit using latching. 7Dr. S.N.Teli Solution: S1 and S2 are sensors; A+ and A- are solenoids . S1 S2 4 2 5 1 3 A+ A- Fig: Pneumatic Circuit Fig: PLC Ladder S1 A+ A+ S2 S2 A- A- S1
  • 8. PLC Ladder Programming Que: Explain On-delay Timer in PLC. 8Dr. S.N.Teli . Solution:Basically two types of timers. One is On-Delay Timer and second is Off-Delay Timer On-Delay Timer: Ex: When the S1 switch is on the lubricant pump (LP) will start immediately, but grinding machine (GM) will start after preset time(say 8 Sec) of timer. Here T is On-delay Timer. When S1 switch is off both lubricant pump and grinding machine will off immediately. Fig: PLC Ladder Program
  • 9. PLC Ladder Programming Que: Explain On- off delay Timer in PLC. 9Dr. S.N.Teli . Solution:Basically two types of timers. One is On-Delay Timer and second is Off-Delay Timer Off –Delay Timer: Ex: In a car when key (Switch) is on both Engine(E) and fan are on at time. When key is off , the engine will off immediately but fan(F) will off after preset time of timer (Say 15 Sec) . Fig: PLC Ladder
  • 10. PLC Ladder Programming Que: Explain On-delay Retentive Timer. 10Dr. S.N.Teli . Solution: Retentive ON delay timer is to delaying the ON time, if input goes off in between, it will resumes the accumulator value and input turns ON, it will start running for the resumed value. Example: when switch S1 is on the bulb should on after T (Say 10 ) Sec. T- Retentive on delay timer S1 is On the Timer will on after preset time (say 10 Sec), even though the S1 is off . The Bulb is on after 10 Sec. To off the timer press S2. It means reset the timer. Once again to start the timer press S1. As long as S2 is on the timer is dead. It means in the next cycle when S1 is on, the S2 is off. Fig: PLC Ladder Program
  • 11. PLC Ladder Programming 11Dr. S.N.Teli . Que: Draw PLC Ladder for A+ (Delay 10 Sec) A- for Pneumatic circuit. Solution: S1 S2 4 2 5 1 3 A+ A- Fig: Pneumatic Circuit Fig: PLC Ladder
  • 12. PLC Ladder Programming 12Dr. S.N.Teli . Que: Draw PLC Ladder for A+ B+ (Delay10Sec) (AB)- for pneumatic circuit. Solution: T is on-delay Timer Fig: Pneumatic Circuit Fig: PLC Ladder Program 4 2 5 1 3 Y1 Y2 4 2 5 1 3 Y3 Y4 S1 S2 S3 S4 +24V 0V S1 3 4 Y1 Y4 S2 3 4 Y2 Y3 1 2
  • 13. PLC Ladder Programming 13Dr. S.N.Teli . Que: Draw PLC Ladder (Delay)A+B+(Delay)A-B-for pneumatic circuit. Solution: T1 and T2 are on-delay Timers. Fig: Pneumatic Circuit Fig: PLC Ladder 4 2 5 1 3 Y1 Y2 4 2 5 1 3 Y3 Y4 S1 S2 S3 S4 +24V 0V S1 3 4 Y1 Y4 S2 3 4 Y2 Y3 1 2
  • 14. PLC Ladder Programming 14Dr. S.N.Teli . Solution: Fig: Pneumatic Circuit Fig: PLC Ladder 4 2 5 1 3 Y1 Y2 4 2 5 1 3 Y3 Y4 S1 S2 S3 S4 +24V 0V S1 3 4 Y1 Y4 S2 3 4 Y2 Y3 1 2 - Que: Draw PLC Ladder for A+B+B-A- pneumatic circuit.
  • 15. PLC Ladder Programming 15Dr. S.N.Teli . Solution: T is on-delay Timer. Fig: Pneumatic Circuit Fig: PLC Ladder 4 2 5 1 3 Y1 Y2 4 2 5 1 3 Y3 Y4 S1 S2 S3 S4 +24V 0V S1 3 4 Y1 Y4 S2 3 4 Y2 Y3 1 2 Que: Draw PLC Ladder for A+ B+ (Delay10Sec) (AB)- pneumatic circuit.
  • 16. PLC Ladder Programming 16Dr. S.N.Teli . Solution: T is on-delay Timer. Fig: Pneumatic Circuit Fig: PLC Ladder Que: Draw PLC Ladder for A+ (delay) for multiple cycle. 4 2 5 1 3 A+ S1 S2
  • 17. PLC Ladder Programming 17Dr. S.N.Teli . Solution: T is on-delay Timer and C is Counter Fig: Pneumatic Circuit Fig: PLC Ladder Que: Draw Circuit for 4(A+ A-) delay and cycle should continue S1 S2 4 2 5 1 3 A+ A-
  • 18. PLC Ladder Programming 18Dr. S.N.Teli . Fig: PLC Ladder Que: Draw a PLC ladder programming for the following water level maintain in the tank automatically. Solution: SO- On/off Switch; V- Solenoid Valve; S1& S2 Normally Open.
  • 19. PLC Ladder Programming 19Dr. S.N.Teli . Fig: PLC Ladder SO- Start push button ST-Stop push button V- Solenoid Valve S1& S2 Normally Open R-Intermediate Output Que: Draw PLC ladder for the following water tank.The minimum level should be S1 and maximum level S2. Start & stop are push button. V and P may on simultaneously.
  • 20. PLC Ladder Programming 20Dr. S.N.Teli . Fig: PLC Ladder • SO- Start push button • ST-Stop push button • V- Solenoid Valve • S1& S2 Normally Open • R-Intermediate Output Que: Draw PLC ladder for the following liquid tank. The minimum level should be S1 and maximum level S2. Start & stop are push button. When P is on V is off or P is off and V is on.
  • 21. PLC Ladder Programming 21Dr. S.N.Teli . Fig: PLC Ladder • SO: Start/Stop button • S1& S2: Normally Open • T: On- delay Timer Que: Draw PLC ladder for the following liquid mixing process. • Pumps have to start and stop when sensor S2 is on. • When sensor S2 is on Fan should start for 10 Sec &stops • As soon as fan stops, the discharge valve has to on & stops when S1 is off.
  • 22. PLC Ladder Programming 22Dr. S.N.Teli . Fig: PLC Ladder Que: Write PLC ladder programming for count 100 bottles and stops the conveyor belt for 10 sec and starts the cycle automatically. Solution: T: On-delay timer; SO: Start Push button; ST: Stop push button; M-Motor; S1: Sensor to sense the object
  • 23. PLC Ladder Programming 23Dr. S.N.Teli . Fig: PLC Ladder Que: Write PLC ladder for count 100 bottles and stops the conveyor belt for 10 sec and starts the cycle automatically. Solution: S1- Sensor (Start the motor) S2- Stop the Motor S3-Count the filled bottle M- Motor; T –On-delay timer SO- Start/STOP button (Toggle Switch/Detent Switch)
  • 24. PLC Ladder Programming 24Dr. S.N.Teli . Que : Design PLC Ladder diagram for the following process details; When a part is placed on the conveyor at position 1, and when a start button is pressed it moves to position 2. Upon reaching position 2, it stops for the sampling operation to take place. After stamping it automatically moves to position 3. It stops at position 3, where the part is removed manually from the conveyor. Assume only one part is on the conveyor at a time. Add limit switches, interlocks, push buttons, etc. as required.
  • 25. PLC Ladder Programming 25Dr. S.N.Teli . Solution: Fig: PLC Ladder