SlideShare a Scribd company logo
1 of 46
Download to read offline
PRESENTED BY
S.VALAI GANESH, AP/MECHANICAL
RAMCO INSTITUTE OF TECHNOLOGY
AGENDA
INTRODUCTION TO AUTOMATION
Automation or automatic control, is the
use of various control systems for operating
equipment such as machinery, processes in
factories, boilers and heat treating ovens,
switching on telephone networks, steering
and stabilization of ships, aircraft and other
applications and vehicles with minimal or
reduced human intervention. Some
processes have been completely automated.
INTRODUCTION TO AUTOMATION
Automation has been achieved by
various means including mechanical,
hydraulic, pneumatic, electrical,
electronic devices and computers,
usually in combination. Complicated
systems, such as modern factories,
airplanes and ships typically use all
these combined techniques.
INTRODUCTION TO AUTOMATION
ADVANTAGES
•Replaces hard physical or monotonous work
•Tasks in hazardous environments, such as
extreme temperatures, or atmospheres that are
radioactive or toxic can be done by machines
•Faster production and cheaper labor costs
•Automation can be maintained with simple quality
checks
•Can perform tasks beyond human capabilities
INTRODUCTION TO AUTOMATION
LIMITATIONS
•As of now, not all tasks can be
automated
•Some tasks are more expensive to
automate
•Initial costs are high
•Failure to maintain a system could result
in the loss of the product
AUTOMATION COMPANIES
INTRODUCTION TO AUTOMATION
EXAMPLE 1 OPENING AND CLOSING DOORS
INTRODUCTION TO AUTOMATION
EXAMPLE 2 ESCALATORS
INTRODUCTION TO AUTOMATION
EXAMPLE 3 TAP OPENING
INTRODUCTION TO AUTOMATION
• PNEUMATICS
• HYDRAULICS
INTRODUCTION TO AUTOMATION
A programmable Logic Controller (PLC) is
defined as a digital electronic device that uses a
programmable memory to store instructions and to
implement functions such as logic, sequencing, timing,
counting and arithmetic in order to control machines
and processes
PLCInput from
devices
Output to
devices
Control
Program
PLC
LADDER LOGIC PROGRAMMING
Ladder diagram is a graphical method for
representing and programming an event driven sequential
process.
ELEMENTS OF LADDAR DIAGRAM
Relays
Motors
Solenoids
Lamps or indicators
Switches
LADDER LOGIC PROGRAMMING
• Ladder diagrams are specialized schematics
commonly used to document industrial control logic
systems.
• They are called "ladder" diagrams because they
resemble a ladder, with two vertical rails (supply
power) and as many "rungs" (horizontal lines) as
there are control circuits to represent.
• If we wanted to draw a simple ladder diagram
showing a lamp that is controlled by a hand switch,
it would look like this:
LADDER LOGIC PROGRAMMING
• The left and right uprights represent power. If we
connect the left and right uprights through a load,
power can flow through the rung from the left
upright to the right upright
• Ladder logic diagrams are read from left-to-right,
top-to-bottom.
• Rungs are sometimes referred to as networks
LADDER LOGIC PROGRAMMING
• Most inputs to a PLC are simple devices that are either on
(true) or off (false). These inputs are sensors and switches
that detect part presence, empty or full status, and so on.
• Contacts can be thought of as switches. The two basic
kinds of switches are normally open and normally closed:
– A normally open switch does not pass current until it
closed
– A normally closed switch allows current flow until it
closed
LADDER LOGIC PROGRAMMING
• Coils are output symbols. There are many
types of real-world output devices: motors,
lights, pumps, counters, timers and relays
• The PLC examines the contacts (inputs) in the
ladder and turns the coils (outputs) on or off,
depending on the condition of the inputs
LADDER LOGIC PROGRAMMING
• Programmable control is based on the basic logic
function (AND, OR, NOT) to form the instruction.
• Parallel contacts are equivalent to an OR gate.
• Series contacts are equivalent to an AND gate.
• Normally-closed contacts are equivalent to a NOT
gate (inverter).
LADDER LOGIC PROGRAMMING
LADDER LOGIC PROGRAMMING
LADDER LOGIC PROGRAMMING
LADDER LOGIC PROGRAMMING
LADDER LOGIC PROGRAMMING
LADDER LOGIC PROGRAMMING
LADDER LOGIC PROGRAMMING
LADDER LOGIC PROGRAMMING
LADDER LOGIC PROGRAMMING
LADDER LOGIC PROGRAMMING
LADDER LOGIC PROGRAMMING
RULES TO BE FOLLOW WHILE DRAWING LADDAR DIAGRAM
(a) The vertical lines of diagram represent the
power rails between which the circuits are connected.
(b) Each rung of ladder defines one operation
in the control process.
(c) The ladder diagram must be read from left
to right and top to bottom.
(d) In RUN mode, PLC goes through entire
ladder program to the end. Then it came back to start position
LADDER LOGIC PROGRAMMING
RULES TO BE FOLLOW WHILE DRAWING LADDAR DIAGRAM
(e) Each rung must start with at least one input
and one output
(f) Electrical devices are shown in their normal
condition.
(g) A Particular device can appear more than
one rung in a ladder. Some identification number is used to
identify device in each situation.
(h) All inputs and outputs are identified by their
addresses, the notation used depending on the PLC
manufacturer.
LADDER LOGIC PROGRAMMING
PROGRAMMING 1
Draw the ladder rungs to represent:
(a) Two switches are normally open and both have to be closed for a
motor to operate.
(b) Either of two, normally open, switches have to be closed for a coil
to be energized and operate an actuator.
(c) A motor is switched on by pressing a spring-return push button
start switch, and the motor remains on until another spring-return
push button stop switch is pressed.
(d) A lamp is to be switched on if there is an input from sensor A or
sensor B.
(e) A light is to come on if there is no input to a sensor.
(f) A solenoid valve is to be activated if sensor A gives an input.
PROGRAMMING 2
Develop the ladder diagram for block
opening and closing door operation. Sensor is
placed in front of doors. The door will remain in
open for 10 seconds whenever person cross the
door.
PROGRAMMING 3
Develop the ladder diagram for bus opening
and closing door operation. When driver press the
button door will open and driver press the same
button for second time door will close.
PROGRAMMING 4
Given two push-to-ON buttons (PB1,PB2),
Red and Green lamps, develop a ladder diagram to
meet the following objectives.
(a) When PB1 is pushed, RED lamp should be ON
and it will continue to be ON till PB2 is pushed
(b) When PB2 is pushed, GREEN lamp should be
ON and it will continue to be ON till PB1 is pushed
(c) If PB1 and PB2 both are pushed
simultaneously, both light should be OFF.
PROGRAMMING 5
Given four normally open switches (P1,P2,S1
and S2) with DC motor (M). Draw a PLC program
to satisfy following objectives:
When P1 is pushed the cycle shall start. The cycle
shall continue to remain ON until P2 is pushed.
When S1 is pushed and S2 is not pushed then
Motor is ON clockwise direction.
When S2 is pushed and S1 is not pushed then
Motor is ON counter clockwise direction.
When P2 is pushed the program stops
MCQ
1. The two binary states can be defined as:
(a) “high” or “low”
(b) “on” or “off”
(c) 1” or “0”
(d) all of these
2. A gate can have one or more
outputs but
only one input. (True/False)
MCQ
3. The ______ table shows the resulting output
for each possible gate input conditions.
a. input status c. data
b. output status d. truth
4. A light that is "off" or a switch that is "open"
would normally be represented by a binary 1.
(True/False)
5. The OR function, implemented using contacts,
requires contacts connected in series. (True/False)
MCQ
6. With an AND gate, if any input is 0, the output
will be 0. (True/False)
7. The symbol shown is that of a(an)
_________ .
(a) AND gate
(b) OR gate
(c) NAND gate
(d) inverter
MCQ
9. The basic rule for an XOR function is that if
one or the other, but not both, inputs are 1 the
output is 1. (True/False)
10. A NAND gate is an AND gate with an inverter
connected to the output. (True/False)
8. Which of the following gates is commonly used
for the comparison of two binary numbers?
(a) NAND
(b) NOR
(c) XOR
(d) NOT
MCQ
11. Which gate logic shown represents the Boolean
equation: ( A + B ) C = Y
(a) (b)
(c) (d)
MCQ
12. The correct Boolean equation for the
combination logic gate circuit shown is:
a. Y = A B C D c. Y = ( A + B ) ( C + D )
b. Y = ( AB ) + ( CD ) d. Y = ( AB ) + ( CD )
MCQ
13. The correct Boolean equation for the
combination logic gate circuit shown is:
a. Y = ( A + B + C ) D c. Y = ( AB + C ) D
b. Y = ( A + B ) ( C + D ) d. Y = ( ABC ) D
MCQ
14. The correct Boolean equation for the
combination logic gate circuit shown is:
MCQ
15. The correct Boolean equation for the ladder
logic program shown is:
a. Y = (A B) + (CD) c. Y = A + B + C + D
b. Y = (A+B ) (C+D) d. Y = ABCD
SOLUTIONS ?
SEE IN NEXT PRESENTATION

More Related Content

What's hot (20)

GSM BASED GAS LEAKAGE DETECTION SYSTEM
GSM BASED GAS LEAKAGE DETECTION SYSTEMGSM BASED GAS LEAKAGE DETECTION SYSTEM
GSM BASED GAS LEAKAGE DETECTION SYSTEM
 
DCS - Distributed Control System
DCS - Distributed Control System DCS - Distributed Control System
DCS - Distributed Control System
 
Hardware in loop simulation
Hardware in loop simulationHardware in loop simulation
Hardware in loop simulation
 
Scada pdf
Scada pdfScada pdf
Scada pdf
 
Tia portal v14_en
Tia portal v14_enTia portal v14_en
Tia portal v14_en
 
PLC Logic Circuits
PLC Logic CircuitsPLC Logic Circuits
PLC Logic Circuits
 
ARM Micro-controller
ARM Micro-controllerARM Micro-controller
ARM Micro-controller
 
DCS Or PLC
DCS Or PLCDCS Or PLC
DCS Or PLC
 
Uart
UartUart
Uart
 
Introduction to Industrial Automation
Introduction to Industrial AutomationIntroduction to Industrial Automation
Introduction to Industrial Automation
 
Industrial automation systems
Industrial automation systemsIndustrial automation systems
Industrial automation systems
 
Basic PLC Ladder Programming
Basic PLC Ladder ProgrammingBasic PLC Ladder Programming
Basic PLC Ladder Programming
 
PMSM
PMSMPMSM
PMSM
 
Plc basics
Plc   basicsPlc   basics
Plc basics
 
PLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh ShekhawatPLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
 
Siemens s7 300 programming
Siemens s7 300 programming Siemens s7 300 programming
Siemens s7 300 programming
 
Speed control of brushless dc motor using microcontroller
Speed control of brushless dc motor using microcontrollerSpeed control of brushless dc motor using microcontroller
Speed control of brushless dc motor using microcontroller
 
Profibus
ProfibusProfibus
Profibus
 
Automatic room temperature control
Automatic room temperature controlAutomatic room temperature control
Automatic room temperature control
 
Plc and scada presentation
Plc and scada presentationPlc and scada presentation
Plc and scada presentation
 

Similar to Introduction to automation

Similar to Introduction to automation (20)

Plc
PlcPlc
Plc
 
Automation21
Automation21Automation21
Automation21
 
Mechatronics Programmable Logic Controllers
Mechatronics  Programmable Logic ControllersMechatronics  Programmable Logic Controllers
Mechatronics Programmable Logic Controllers
 
Plc scada by bhushan kumbhalkar
Plc scada by bhushan kumbhalkarPlc scada by bhushan kumbhalkar
Plc scada by bhushan kumbhalkar
 
10617568.ppt
10617568.ppt10617568.ppt
10617568.ppt
 
Unit 4 - PLC.pptx
Unit 4 - PLC.pptxUnit 4 - PLC.pptx
Unit 4 - PLC.pptx
 
Presentaton on Plc & Scada
Presentaton on Plc & ScadaPresentaton on Plc & Scada
Presentaton on Plc & Scada
 
MPC of TWT based Transmitter
MPC of TWT based TransmitterMPC of TWT based Transmitter
MPC of TWT based Transmitter
 
Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)
 
programmable logical controller(PLC)
programmable logical controller(PLC)programmable logical controller(PLC)
programmable logical controller(PLC)
 
Basic PLC
Basic PLCBasic PLC
Basic PLC
 
n5acb0f1c011fb.pdf
n5acb0f1c011fb.pdfn5acb0f1c011fb.pdf
n5acb0f1c011fb.pdf
 
Project on PLC (SILO)
Project on PLC (SILO)Project on PLC (SILO)
Project on PLC (SILO)
 
Programming logic controllers (plc) seminar
Programming  logic controllers (plc) seminarProgramming  logic controllers (plc) seminar
Programming logic controllers (plc) seminar
 
82C55 PPI (1).ppt
82C55 PPI (1).ppt82C55 PPI (1).ppt
82C55 PPI (1).ppt
 
Basic plc
Basic plcBasic plc
Basic plc
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic Controller
 
Basic plc 1
Basic plc 1Basic plc 1
Basic plc 1
 
PLC.pdf
PLC.pdfPLC.pdf
PLC.pdf
 
Basic PLC
Basic PLCBasic PLC
Basic PLC
 

Recently uploaded

CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 

Recently uploaded (20)

CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 

Introduction to automation

  • 1. PRESENTED BY S.VALAI GANESH, AP/MECHANICAL RAMCO INSTITUTE OF TECHNOLOGY
  • 3. INTRODUCTION TO AUTOMATION Automation or automatic control, is the use of various control systems for operating equipment such as machinery, processes in factories, boilers and heat treating ovens, switching on telephone networks, steering and stabilization of ships, aircraft and other applications and vehicles with minimal or reduced human intervention. Some processes have been completely automated.
  • 4. INTRODUCTION TO AUTOMATION Automation has been achieved by various means including mechanical, hydraulic, pneumatic, electrical, electronic devices and computers, usually in combination. Complicated systems, such as modern factories, airplanes and ships typically use all these combined techniques.
  • 5. INTRODUCTION TO AUTOMATION ADVANTAGES •Replaces hard physical or monotonous work •Tasks in hazardous environments, such as extreme temperatures, or atmospheres that are radioactive or toxic can be done by machines •Faster production and cheaper labor costs •Automation can be maintained with simple quality checks •Can perform tasks beyond human capabilities
  • 6. INTRODUCTION TO AUTOMATION LIMITATIONS •As of now, not all tasks can be automated •Some tasks are more expensive to automate •Initial costs are high •Failure to maintain a system could result in the loss of the product
  • 8. INTRODUCTION TO AUTOMATION EXAMPLE 1 OPENING AND CLOSING DOORS
  • 11. INTRODUCTION TO AUTOMATION • PNEUMATICS • HYDRAULICS
  • 12. INTRODUCTION TO AUTOMATION A programmable Logic Controller (PLC) is defined as a digital electronic device that uses a programmable memory to store instructions and to implement functions such as logic, sequencing, timing, counting and arithmetic in order to control machines and processes PLCInput from devices Output to devices Control Program PLC
  • 13. LADDER LOGIC PROGRAMMING Ladder diagram is a graphical method for representing and programming an event driven sequential process. ELEMENTS OF LADDAR DIAGRAM Relays Motors Solenoids Lamps or indicators Switches
  • 14. LADDER LOGIC PROGRAMMING • Ladder diagrams are specialized schematics commonly used to document industrial control logic systems. • They are called "ladder" diagrams because they resemble a ladder, with two vertical rails (supply power) and as many "rungs" (horizontal lines) as there are control circuits to represent. • If we wanted to draw a simple ladder diagram showing a lamp that is controlled by a hand switch, it would look like this:
  • 15. LADDER LOGIC PROGRAMMING • The left and right uprights represent power. If we connect the left and right uprights through a load, power can flow through the rung from the left upright to the right upright • Ladder logic diagrams are read from left-to-right, top-to-bottom. • Rungs are sometimes referred to as networks
  • 16. LADDER LOGIC PROGRAMMING • Most inputs to a PLC are simple devices that are either on (true) or off (false). These inputs are sensors and switches that detect part presence, empty or full status, and so on. • Contacts can be thought of as switches. The two basic kinds of switches are normally open and normally closed: – A normally open switch does not pass current until it closed – A normally closed switch allows current flow until it closed
  • 17. LADDER LOGIC PROGRAMMING • Coils are output symbols. There are many types of real-world output devices: motors, lights, pumps, counters, timers and relays • The PLC examines the contacts (inputs) in the ladder and turns the coils (outputs) on or off, depending on the condition of the inputs
  • 18. LADDER LOGIC PROGRAMMING • Programmable control is based on the basic logic function (AND, OR, NOT) to form the instruction. • Parallel contacts are equivalent to an OR gate. • Series contacts are equivalent to an AND gate. • Normally-closed contacts are equivalent to a NOT gate (inverter).
  • 29. LADDER LOGIC PROGRAMMING RULES TO BE FOLLOW WHILE DRAWING LADDAR DIAGRAM (a) The vertical lines of diagram represent the power rails between which the circuits are connected. (b) Each rung of ladder defines one operation in the control process. (c) The ladder diagram must be read from left to right and top to bottom. (d) In RUN mode, PLC goes through entire ladder program to the end. Then it came back to start position
  • 30. LADDER LOGIC PROGRAMMING RULES TO BE FOLLOW WHILE DRAWING LADDAR DIAGRAM (e) Each rung must start with at least one input and one output (f) Electrical devices are shown in their normal condition. (g) A Particular device can appear more than one rung in a ladder. Some identification number is used to identify device in each situation. (h) All inputs and outputs are identified by their addresses, the notation used depending on the PLC manufacturer.
  • 32. PROGRAMMING 1 Draw the ladder rungs to represent: (a) Two switches are normally open and both have to be closed for a motor to operate. (b) Either of two, normally open, switches have to be closed for a coil to be energized and operate an actuator. (c) A motor is switched on by pressing a spring-return push button start switch, and the motor remains on until another spring-return push button stop switch is pressed. (d) A lamp is to be switched on if there is an input from sensor A or sensor B. (e) A light is to come on if there is no input to a sensor. (f) A solenoid valve is to be activated if sensor A gives an input.
  • 33. PROGRAMMING 2 Develop the ladder diagram for block opening and closing door operation. Sensor is placed in front of doors. The door will remain in open for 10 seconds whenever person cross the door.
  • 34. PROGRAMMING 3 Develop the ladder diagram for bus opening and closing door operation. When driver press the button door will open and driver press the same button for second time door will close.
  • 35. PROGRAMMING 4 Given two push-to-ON buttons (PB1,PB2), Red and Green lamps, develop a ladder diagram to meet the following objectives. (a) When PB1 is pushed, RED lamp should be ON and it will continue to be ON till PB2 is pushed (b) When PB2 is pushed, GREEN lamp should be ON and it will continue to be ON till PB1 is pushed (c) If PB1 and PB2 both are pushed simultaneously, both light should be OFF.
  • 36. PROGRAMMING 5 Given four normally open switches (P1,P2,S1 and S2) with DC motor (M). Draw a PLC program to satisfy following objectives: When P1 is pushed the cycle shall start. The cycle shall continue to remain ON until P2 is pushed. When S1 is pushed and S2 is not pushed then Motor is ON clockwise direction. When S2 is pushed and S1 is not pushed then Motor is ON counter clockwise direction. When P2 is pushed the program stops
  • 37. MCQ 1. The two binary states can be defined as: (a) “high” or “low” (b) “on” or “off” (c) 1” or “0” (d) all of these 2. A gate can have one or more outputs but only one input. (True/False)
  • 38. MCQ 3. The ______ table shows the resulting output for each possible gate input conditions. a. input status c. data b. output status d. truth 4. A light that is "off" or a switch that is "open" would normally be represented by a binary 1. (True/False) 5. The OR function, implemented using contacts, requires contacts connected in series. (True/False)
  • 39. MCQ 6. With an AND gate, if any input is 0, the output will be 0. (True/False) 7. The symbol shown is that of a(an) _________ . (a) AND gate (b) OR gate (c) NAND gate (d) inverter
  • 40. MCQ 9. The basic rule for an XOR function is that if one or the other, but not both, inputs are 1 the output is 1. (True/False) 10. A NAND gate is an AND gate with an inverter connected to the output. (True/False) 8. Which of the following gates is commonly used for the comparison of two binary numbers? (a) NAND (b) NOR (c) XOR (d) NOT
  • 41. MCQ 11. Which gate logic shown represents the Boolean equation: ( A + B ) C = Y (a) (b) (c) (d)
  • 42. MCQ 12. The correct Boolean equation for the combination logic gate circuit shown is: a. Y = A B C D c. Y = ( A + B ) ( C + D ) b. Y = ( AB ) + ( CD ) d. Y = ( AB ) + ( CD )
  • 43. MCQ 13. The correct Boolean equation for the combination logic gate circuit shown is: a. Y = ( A + B + C ) D c. Y = ( AB + C ) D b. Y = ( A + B ) ( C + D ) d. Y = ( ABC ) D
  • 44. MCQ 14. The correct Boolean equation for the combination logic gate circuit shown is:
  • 45. MCQ 15. The correct Boolean equation for the ladder logic program shown is: a. Y = (A B) + (CD) c. Y = A + B + C + D b. Y = (A+B ) (C+D) d. Y = ABCD
  • 46. SOLUTIONS ? SEE IN NEXT PRESENTATION