SlideShare a Scribd company logo
1 of 27
08/24/1706 / 09 /
2007
PLC 1
INDUSTRIAL AUTOMATION
USING PROGRAMABLE LOGIC
CONTROLLER (PLC)
By: Saumya Ranjan Behura
08/24/17 PLC 2
ī¯ transfer of control from man to
machine
ī¯ machine intelligence
ī¯ interface between hardware and
software
AUTOMATION : what is it?
08/24/17 PLC 3
PLC advantages:
ī¯ Flexibility
ī¯ Fast implementation
ī¯ Low cost
ī¯ V.D.U. display
ī¯ More reliable
ī¯ Reduces space
ī¯ Energy saving
ī¯ Ease of maintainance
ī¯ Economical
08/24/17 PLC 4
PLC HARDWARE STRUCTURE (in
modules)
ī¯ Power supply module
ī¯ C.p.u./ controller
ī¯ Input/output module
ī¯ Counter module
ī¯ Rack/back plane
ī¯ Communication module
08/24/17 PLC 5
Power supply module:
ī¯ Calculation of total power before
selection of power module.
ī¯ Selection of proper voltage range.
ī¯ Regulation of 5v,12v for operation of
electronic components.
ī¯ Proper ground connection.
08/24/17 PLC 6
CPU / CONTROLLER :
ī¯ Controlling of the logic,logging of
data,fault & history.
ī¯ Consists of processor,some memory
chips & a math processor.
ī¯ Processor collects the status of input
and writes to PII
ī¯ Writes the result in PIQ.
08/24/17 PLC 7
RAM :
ī¯ Programme memory
ī¯ Timers
ī¯ Counters
ī¯ Flags
ī¯ Process i/o image tables
ī¯ System data
ī¯ alu
08/24/17 PLC 8
INPUT MODULES :
ī¯ Acts as a interface between field
control inputs & c.p.u.
ī¯ Volage/current generated by sensors
transducers etc. are applied to the
terminal of input module.
ī¯ Converts field signal into a standard
control signal for processing by plc.
ī¯ Sends one input at a time to c.p.u.
08/24/17 PLC 9
OUTPUT MODULES:
ī¯ Acts as a link b/w C.P.U. & output
devices located in the field.
ī¯ Filed devices could be
relays,contactors,actuators etc.
ī¯ Converts the signal delivered by cpu
into an appropiate voltage level
suitable for output field devices.
ī¯ Both input & output modules can be
analog or digital.
08/24/17 PLC 10
DIGITAL I/O MODULE :
ī¯ Mounted on the rack
ī¯ Connected with c.p.u.(ribbon cable)
ī¯ Connected with c.p.u. in a serial bus.
ī¯ Capacity : 8,16,32 i/p
ī¯ Voltage :24 V d.c.,110 V a.c.,240 V
a.c.
ī¯ Module must match with field device
08/24/17 PLC 11
ANALOG I/O MODULE :
ī¯ Used for analog signals
ī¯ Two modes of operation- 4-20 mA /
0-10 V.
ī¯ Analysing a continuously changing
output through a transducer like
temperature,pressure,speed /
distance.
ī¯ Converts analog signal to digital
values that c.p.u. can process.
08/24/17 PLC 12
BUSSES IN PLC:
ī¯ Address bus
ī¯ Data bus
ī¯ Control bus
08/24/17 PLC 13
BLOCK DIAGRAM OF PLC:
POWER SUPPLY MODULE
INPUT MODULES CPU
PROGRAM MEMORY
OUTPUT MODULES
FIELD INPUTS CONTROL [RELAYS, LAMPS ETC]
PROCESS OR MACHINE
08/24/17 PLC 14
INSTALLATION :
ī¯ Mount the power supply module near c.p.u.
ī¯ Communication must be mounted in the
third slot.
ī¯ Maximum 8 no. of modules can be mounted
in one tier.
ī¯ Slot no. starts from right of the c.p.u. &
ends at the interface module.
ī¯ Power supply & chassis should be grounded
properly.
ī¯ Module should only be removed when the
load voltage is off.
08/24/17 PLC 15
WORKING PRINCIPLE OF P.L.C. :
ī¯ Bringing the input signal status to the
internal memory of the c.p.u.
ī¯ Processing the signal using programme.
ī¯ The result of user programmes scans are
then stored in internal memory of c.p.u.
(PIQ)
ī¯ At the end of the programme scan c.p.u.
transfers the signal states of the process
image output to the output module &
further to field controls.
08/24/17 PLC 16
Layout Of PLC System:
Field
Signals
INPUT
MODU
LES
CENTRAL PROCESSING
UNIT
INPUT
IMAGE
TABLE
OUTPUT
IMAGE
TABLE
I/O
BUS
USER PROGRAM MEMORY INTERNAL
TIMERS
INTERNAL
COUNTERS
INTERNAL
FLAG BITS
OUT PUT MODULES
IO BUS
FIELD DEVICES
08/24/17 PLC 17
AB PLC PROCESSOR :
SPECIFICATION SLC5/01
1747-L511,
L514
SLC 5/02
1747-
L532
SLC
5/04
1747-
L541
SLC
5/04
1747-
L542
SLC
5/04
1747-
L543
PROGRAM
MEMORY
1K OR 4K
ISTRUCTIONS
4K
INSTRUC
TIONS
12KWOR
DS
28K
WOR
DS
60K
WORDS
MAX.I/O CAPACITY 256 480 960 960 960
TYPICALSCAN TIME 8MS/K 8 4.8 1 0.9 0.9
PROGRAMMING
INSTRUCTIONS
52 71 99 99 99
08/24/17 PLC 18
Programming of PLC :
ī¯ Software driven equipment
ī¯ Control process is decided by user
program.
ī¯ The program is stored in user
memory or program memory.
ī¯ C.P.U. sequentially executes the
instruction & operates the control
elements.
08/24/17 PLC 19
PLC SOFTWARE & LADDER
PROGRAMMING :
ī¯ AB software- RS logix-5000
ī¯ Siemens PLC-SEMANTIC-S7
ī¯ Types of programming language:
(1) STL (2) FBD (3)LADDER LOGIC
08/24/17 PLC 20
LADDER LOGIC :
ī¯ LADDER ELEMENTS :
Power Rail:two thick lines drawn in the diagram.
Rung :a horizontal which sequences the order of ladder logic execution.
Rung comment :description written above the rung.
Instruction :codes that evaluate the data & perform
computation.
Instruction comment:the desrciptive text for an instruction.
Branch :separate path on a rung.
Loops :are given to tempararily bypass a portion of rung.
08/24/17 PLC 21
Ladder logic diagram :
XIO OTE
XIC - Examine In Closed
XIO – Examine if open
OTE – Output energize
OTL – Output latch
xic
08/24/17 PLC 22
LADDER DIAGRAM 2 :
08/24/17 PLC 23
REAL TIME APPLICATION :
08/24/17 PLC 24
AB & SIEMENS S7 :
08/24/17 PLC 25
CASE STUDY :
ī¯APPLICATION OF PLC
IN ROLLING MILLS FOR
PIPE MAKING.
08/24/17 PLC 26
QUESTIONAIRE
08/24/17 PLC 27

More Related Content

What's hot

Programmable logic Controller
Programmable logic ControllerProgrammable logic Controller
Programmable logic Controlleraksh07
 
Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)Urval Chotalia
 
classic control and PLC training report
classic control and PLC training reportclassic control and PLC training report
classic control and PLC training reportahmed abdelnasser
 
Plc example presentation
Plc example presentationPlc example presentation
Plc example presentationRoshit Kadiru
 
Programmable Logic Controller(PLC)
Programmable Logic Controller(PLC)Programmable Logic Controller(PLC)
Programmable Logic Controller(PLC)Ahad Hossain
 
Ladder Intro Tutorial
Ladder Intro TutorialLadder Intro Tutorial
Ladder Intro Tutorialplc_course
 
Classic control in industry
Classic control in industry Classic control in industry
Classic control in industry Mostafa Ragab
 
Electrical Classic Control (Basics)
Electrical Classic Control (Basics)Electrical Classic Control (Basics)
Electrical Classic Control (Basics)AHMED MOHAMED HEGAB
 
Final year project presentation
Final year project presentationFinal year project presentation
Final year project presentationBanwari Lal
 
Troubleshooting in plc
Troubleshooting in plcTroubleshooting in plc
Troubleshooting in plcNisarg Naik
 
PLC basic concepts
PLC  basic conceptsPLC  basic concepts
PLC basic conceptsYasir Hashmi
 
Rs232 485 fundamental
Rs232 485 fundamentalRs232 485 fundamental
Rs232 485 fundamentalrounak077
 

What's hot (20)

Programmable logic Controller
Programmable logic ControllerProgrammable logic Controller
Programmable logic Controller
 
Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)
 
classic control and PLC training report
classic control and PLC training reportclassic control and PLC training report
classic control and PLC training report
 
Plc example presentation
Plc example presentationPlc example presentation
Plc example presentation
 
Programmable Logic Controller(PLC)
Programmable Logic Controller(PLC)Programmable Logic Controller(PLC)
Programmable Logic Controller(PLC)
 
Basic plc-programming
Basic plc-programmingBasic plc-programming
Basic plc-programming
 
SIEMENS S7-300c.ppt
SIEMENS S7-300c.pptSIEMENS S7-300c.ppt
SIEMENS S7-300c.ppt
 
PLC Troubleshooting & Maintenance
PLC Troubleshooting & MaintenancePLC Troubleshooting & Maintenance
PLC Troubleshooting & Maintenance
 
Ladder Intro Tutorial
Ladder Intro TutorialLadder Intro Tutorial
Ladder Intro Tutorial
 
PLC - Programmable Logic Controller
PLC - Programmable Logic ControllerPLC - Programmable Logic Controller
PLC - Programmable Logic Controller
 
Classic control in industry
Classic control in industry Classic control in industry
Classic control in industry
 
Plc basics
Plc   basicsPlc   basics
Plc basics
 
Electrical Classic Control (Basics)
Electrical Classic Control (Basics)Electrical Classic Control (Basics)
Electrical Classic Control (Basics)
 
Final year project presentation
Final year project presentationFinal year project presentation
Final year project presentation
 
PLC LADDER DIAGRAM
PLC LADDER DIAGRAMPLC LADDER DIAGRAM
PLC LADDER DIAGRAM
 
Troubleshooting in plc
Troubleshooting in plcTroubleshooting in plc
Troubleshooting in plc
 
Basic PLC
Basic PLCBasic PLC
Basic PLC
 
plc-basics.pptx
plc-basics.pptxplc-basics.pptx
plc-basics.pptx
 
PLC basic concepts
PLC  basic conceptsPLC  basic concepts
PLC basic concepts
 
Rs232 485 fundamental
Rs232 485 fundamentalRs232 485 fundamental
Rs232 485 fundamental
 

Similar to Industrial automation using programmable logic controller (plc)

Plc presentation
Plc presentationPlc presentation
Plc presentationNits Sharma
 
Industrial Automation EMERSON EDUARDO RODRIGUES
Industrial Automation EMERSON EDUARDO RODRIGUESIndustrial Automation EMERSON EDUARDO RODRIGUES
Industrial Automation EMERSON EDUARDO RODRIGUESEMERSON EDUARDO RODRIGUES
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic ControllerSatyamShivansh
 
Programmable Logic Controller Training Day 1 to 3.pptx
Programmable Logic Controller  Training Day 1 to 3.pptxProgrammable Logic Controller  Training Day 1 to 3.pptx
Programmable Logic Controller Training Day 1 to 3.pptxdmckinseyrecruitment
 
1-AB Tech 2011 for printing.pdf
1-AB Tech 2011 for printing.pdf1-AB Tech 2011 for printing.pdf
1-AB Tech 2011 for printing.pdfLeonelLosadaCardozo2
 
Lecture 10.cont,11 (plc)
Lecture 10.cont,11 (plc)Lecture 10.cont,11 (plc)
Lecture 10.cont,11 (plc)Mohamed Atef
 
Automation-PLC
Automation-PLCAutomation-PLC
Automation-PLCPallavi7776
 
Basic plc
Basic plcBasic plc
Basic plcgmvd201091
 
Basic plc
Basic plcBasic plc
Basic plcishan111
 
Basic plc
Basic plcBasic plc
Basic plcmnamky
 

Similar to Industrial automation using programmable logic controller (plc) (20)

Plc presentation
Plc presentationPlc presentation
Plc presentation
 
Basic PLC.ppt
Basic PLC.pptBasic PLC.ppt
Basic PLC.ppt
 
Industrial Automation EMERSON EDUARDO RODRIGUES
Industrial Automation EMERSON EDUARDO RODRIGUESIndustrial Automation EMERSON EDUARDO RODRIGUES
Industrial Automation EMERSON EDUARDO RODRIGUES
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic Controller
 
Basic PLC.ppt
Basic PLC.pptBasic PLC.ppt
Basic PLC.ppt
 
Basic plc
Basic plcBasic plc
Basic plc
 
Programmable Logic Controller Training Day 1 to 3.pptx
Programmable Logic Controller  Training Day 1 to 3.pptxProgrammable Logic Controller  Training Day 1 to 3.pptx
Programmable Logic Controller Training Day 1 to 3.pptx
 
1-AB Tech 2011 for printing.pdf
1-AB Tech 2011 for printing.pdf1-AB Tech 2011 for printing.pdf
1-AB Tech 2011 for printing.pdf
 
Lecture 10.cont,11 (plc)
Lecture 10.cont,11 (plc)Lecture 10.cont,11 (plc)
Lecture 10.cont,11 (plc)
 
8051 Presentation
8051 Presentation8051 Presentation
8051 Presentation
 
Automation-PLC
Automation-PLCAutomation-PLC
Automation-PLC
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 

More from Saumya Ranjan Behura (20)

Gsm
GsmGsm
Gsm
 
Quadcopters
QuadcoptersQuadcopters
Quadcopters
 
Nano technology
Nano technologyNano technology
Nano technology
 
Miling machine
Miling machineMiling machine
Miling machine
 
Manglev train
Manglev trainManglev train
Manglev train
 
E nose
E noseE nose
E nose
 
Clockless chips
Clockless chipsClockless chips
Clockless chips
 
Cell phone jammers
Cell phone jammersCell phone jammers
Cell phone jammers
 
Blu ray disk
Blu ray diskBlu ray disk
Blu ray disk
 
Bit torrent
Bit torrentBit torrent
Bit torrent
 
Bio chemical senors
Bio chemical senorsBio chemical senors
Bio chemical senors
 
Analog to digital converters, adc
Analog to digital converters, adcAnalog to digital converters, adc
Analog to digital converters, adc
 
Seminar on nanorobotics
Seminar on nanoroboticsSeminar on nanorobotics
Seminar on nanorobotics
 
Security system wireless technology
Security system wireless technologySecurity system wireless technology
Security system wireless technology
 
Oscilloscopes basics
Oscilloscopes basicsOscilloscopes basics
Oscilloscopes basics
 
Oscilloscope tutorial
Oscilloscope tutorialOscilloscope tutorial
Oscilloscope tutorial
 
Optical sensors and their applications
Optical sensors and their applicationsOptical sensors and their applications
Optical sensors and their applications
 
Night vision
Night visionNight vision
Night vision
 
Sensors and transducer
Sensors and transducerSensors and transducer
Sensors and transducer
 
Sensors
SensorsSensors
Sensors
 

Recently uploaded

Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
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
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
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
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
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
 
🔝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...9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
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
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 

Recently uploaded (20)

Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
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
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
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
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
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
 
🔝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...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
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
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
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
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 

Industrial automation using programmable logic controller (plc)

  • 1. 08/24/1706 / 09 / 2007 PLC 1 INDUSTRIAL AUTOMATION USING PROGRAMABLE LOGIC CONTROLLER (PLC) By: Saumya Ranjan Behura
  • 2. 08/24/17 PLC 2 ī¯ transfer of control from man to machine ī¯ machine intelligence ī¯ interface between hardware and software AUTOMATION : what is it?
  • 3. 08/24/17 PLC 3 PLC advantages: ī¯ Flexibility ī¯ Fast implementation ī¯ Low cost ī¯ V.D.U. display ī¯ More reliable ī¯ Reduces space ī¯ Energy saving ī¯ Ease of maintainance ī¯ Economical
  • 4. 08/24/17 PLC 4 PLC HARDWARE STRUCTURE (in modules) ī¯ Power supply module ī¯ C.p.u./ controller ī¯ Input/output module ī¯ Counter module ī¯ Rack/back plane ī¯ Communication module
  • 5. 08/24/17 PLC 5 Power supply module: ī¯ Calculation of total power before selection of power module. ī¯ Selection of proper voltage range. ī¯ Regulation of 5v,12v for operation of electronic components. ī¯ Proper ground connection.
  • 6. 08/24/17 PLC 6 CPU / CONTROLLER : ī¯ Controlling of the logic,logging of data,fault & history. ī¯ Consists of processor,some memory chips & a math processor. ī¯ Processor collects the status of input and writes to PII ī¯ Writes the result in PIQ.
  • 7. 08/24/17 PLC 7 RAM : ī¯ Programme memory ī¯ Timers ī¯ Counters ī¯ Flags ī¯ Process i/o image tables ī¯ System data ī¯ alu
  • 8. 08/24/17 PLC 8 INPUT MODULES : ī¯ Acts as a interface between field control inputs & c.p.u. ī¯ Volage/current generated by sensors transducers etc. are applied to the terminal of input module. ī¯ Converts field signal into a standard control signal for processing by plc. ī¯ Sends one input at a time to c.p.u.
  • 9. 08/24/17 PLC 9 OUTPUT MODULES: ī¯ Acts as a link b/w C.P.U. & output devices located in the field. ī¯ Filed devices could be relays,contactors,actuators etc. ī¯ Converts the signal delivered by cpu into an appropiate voltage level suitable for output field devices. ī¯ Both input & output modules can be analog or digital.
  • 10. 08/24/17 PLC 10 DIGITAL I/O MODULE : ī¯ Mounted on the rack ī¯ Connected with c.p.u.(ribbon cable) ī¯ Connected with c.p.u. in a serial bus. ī¯ Capacity : 8,16,32 i/p ī¯ Voltage :24 V d.c.,110 V a.c.,240 V a.c. ī¯ Module must match with field device
  • 11. 08/24/17 PLC 11 ANALOG I/O MODULE : ī¯ Used for analog signals ī¯ Two modes of operation- 4-20 mA / 0-10 V. ī¯ Analysing a continuously changing output through a transducer like temperature,pressure,speed / distance. ī¯ Converts analog signal to digital values that c.p.u. can process.
  • 12. 08/24/17 PLC 12 BUSSES IN PLC: ī¯ Address bus ī¯ Data bus ī¯ Control bus
  • 13. 08/24/17 PLC 13 BLOCK DIAGRAM OF PLC: POWER SUPPLY MODULE INPUT MODULES CPU PROGRAM MEMORY OUTPUT MODULES FIELD INPUTS CONTROL [RELAYS, LAMPS ETC] PROCESS OR MACHINE
  • 14. 08/24/17 PLC 14 INSTALLATION : ī¯ Mount the power supply module near c.p.u. ī¯ Communication must be mounted in the third slot. ī¯ Maximum 8 no. of modules can be mounted in one tier. ī¯ Slot no. starts from right of the c.p.u. & ends at the interface module. ī¯ Power supply & chassis should be grounded properly. ī¯ Module should only be removed when the load voltage is off.
  • 15. 08/24/17 PLC 15 WORKING PRINCIPLE OF P.L.C. : ī¯ Bringing the input signal status to the internal memory of the c.p.u. ī¯ Processing the signal using programme. ī¯ The result of user programmes scans are then stored in internal memory of c.p.u. (PIQ) ī¯ At the end of the programme scan c.p.u. transfers the signal states of the process image output to the output module & further to field controls.
  • 16. 08/24/17 PLC 16 Layout Of PLC System: Field Signals INPUT MODU LES CENTRAL PROCESSING UNIT INPUT IMAGE TABLE OUTPUT IMAGE TABLE I/O BUS USER PROGRAM MEMORY INTERNAL TIMERS INTERNAL COUNTERS INTERNAL FLAG BITS OUT PUT MODULES IO BUS FIELD DEVICES
  • 17. 08/24/17 PLC 17 AB PLC PROCESSOR : SPECIFICATION SLC5/01 1747-L511, L514 SLC 5/02 1747- L532 SLC 5/04 1747- L541 SLC 5/04 1747- L542 SLC 5/04 1747- L543 PROGRAM MEMORY 1K OR 4K ISTRUCTIONS 4K INSTRUC TIONS 12KWOR DS 28K WOR DS 60K WORDS MAX.I/O CAPACITY 256 480 960 960 960 TYPICALSCAN TIME 8MS/K 8 4.8 1 0.9 0.9 PROGRAMMING INSTRUCTIONS 52 71 99 99 99
  • 18. 08/24/17 PLC 18 Programming of PLC : ī¯ Software driven equipment ī¯ Control process is decided by user program. ī¯ The program is stored in user memory or program memory. ī¯ C.P.U. sequentially executes the instruction & operates the control elements.
  • 19. 08/24/17 PLC 19 PLC SOFTWARE & LADDER PROGRAMMING : ī¯ AB software- RS logix-5000 ī¯ Siemens PLC-SEMANTIC-S7 ī¯ Types of programming language: (1) STL (2) FBD (3)LADDER LOGIC
  • 20. 08/24/17 PLC 20 LADDER LOGIC : ī¯ LADDER ELEMENTS : Power Rail:two thick lines drawn in the diagram. Rung :a horizontal which sequences the order of ladder logic execution. Rung comment :description written above the rung. Instruction :codes that evaluate the data & perform computation. Instruction comment:the desrciptive text for an instruction. Branch :separate path on a rung. Loops :are given to tempararily bypass a portion of rung.
  • 21. 08/24/17 PLC 21 Ladder logic diagram : XIO OTE XIC - Examine In Closed XIO – Examine if open OTE – Output energize OTL – Output latch xic
  • 22. 08/24/17 PLC 22 LADDER DIAGRAM 2 :
  • 23. 08/24/17 PLC 23 REAL TIME APPLICATION :
  • 24. 08/24/17 PLC 24 AB & SIEMENS S7 :
  • 25. 08/24/17 PLC 25 CASE STUDY : ī¯APPLICATION OF PLC IN ROLLING MILLS FOR PIPE MAKING.