SlideShare une entreprise Scribd logo
1  sur  20
PROGRAMMABLE LOGIC CONTROLLER 
Presented By:- 
Urval V. Chotalia
INTRODUCTION TO PLC. 
• What is Programmable Logic Controller (PLC) ? 
 A PLC is a digital operating electronic apparatus. 
Which uses a programmable memory for internal storage of instruction for 
implementing specific function such as logic, sequencing, timing, counting 
and arithmetic to control through analog or digital input/output modules 
various types of machines or process.
HISTORY OF PROGRAMMABLE CONTROLLERS 
• In 1968, a group of engineers from General Motors developed the concept 
of PLC with an initial specification. 
 The PLC must be:- 
 Easy to program. 
 Not need rewiring the control system if change the program. 
 Smaller in size, cheaper and high reliability. 
 simple construction and low maintenance . 
 Cost- competitive.
PLC BLOCK DIAGRAM 
POWER 
SUPPLY 
PROCESSOR 
I M 
N O 
P D 
U U 
T L 
E 
O M 
U O 
T D 
P U 
U L 
T E 
PROGRAMMING 
DEVICE 
From 
SENSORS 
Pushbuttons, 
contacts, 
limit switches, 
etc. 
To 
OUTPUT 
Solenoids, 
contactors, 
alarms 
etc.
PLC SIZE 
 Small :- 
 It covers units with up to 128 I/O’s and memories up to 2 Kbytes. 
 Capable of providing simple to advance levels or machine controls. 
 Medium :- 
 Have up to 2048 I/O’s and memories up to 32 Kbytes. 
 Large :- 
 The most sophisticated units of the PLC family. 
 They have up to 8192 I/O and memories up to 750 Kbytes. 
 Can control individual production processes or entire plant.
MAJOR COMPONENTS OF A PLC 
 POWER SUPPLY :- 
• Provides the voltage needed to run the primary PLC components. 
 I/O MODULES :- 
• Provides signal conversion and isolation between the internal logic level 
signals inside the PLC and the field’s high level signal. 
 PROCESSOR:- 
• Provide entire PLC systems.es intelligence to command and govern the 
activities of the entire PLC systems. 
 PROGRAMMING DEVICE:- 
• used to enter the desired program that will determine the sequence of 
operation and control of process equipment or driven machine. 
 Memory Unit:- 
 For storage of programs.
TYPES OF MEMORY 
RAM 
Random Access Memory 
ROM 
Read Only Memory (read) 
This memory can be read from and 
written to. 
This memory can be read only 
Storing all user’s programs Storing all system’s program 
Entire contents will be lost if power is 
switched off. 
Memory content remain when the 
power is switched off.
PLC OPERATION 
• Basic Function of a Typical PLC 
• Read all field input devices via the input interfaces, execute the user 
program stored in application memory, then, based on whatever control 
scheme has been programmed by the user, turn the field output devices on 
or off, or perform whatever control is necessary for the process application. 
• This process of sequentially reading the inputs, executing the program in 
memory, and updating the outputs is known as scanning.
While the PLC is running, the scanning process includes the following four 
phases, which are repeated continuously as individual cycles of operation 
PHASE 1 
Read Inputs 
Scan 
PHASE 2 
Program 
Execution 
PHASE 3 
Diagnostics/ 
Comm 
PHASE 4 
Output 
Scan
PLC Operation 
 PHASE 1 :- Input Status scan 
 A PLC scan cycle begins with the CPU reading the status of its inputs. 
 PHASE 2 :-Program Execution 
 The application program is executed using the status of the inputs. 
 PHASE 3 :- communication tasks 
 Once the program is executed, the CPU performs communication tasks. 
 PHASE 4 :- Output Status Scan 
 An output status scan is then performed, whereby the stored output values 
are sent to actuators and other field output devices. The cycle ends by 
updating the outputs.
ADVANTAGES OF USING PLC 
• Shorter project implementation time. 
• Easier modification. 
• Project cost can be accurately calculated. 
• Shorter training time required. 
• Design easily changed using software ( changes and addition to 
specifications can be processed by software. 
• A wide range of control application. 
• Easy maintenance. 
• High Reliability. 
• Standardization of Controller hardware.
12 
Discrete Input 
A discrete input also referred as digital input is an input that is either ON or 
OFF are connected to the PLC digital input. In the ON condition it is referred 
to as logic 1 or a logic high and in the OFF condition maybe referred to as 
logic o or logic low. 
Normally Open 
Pushbutton 
Normally Closed 
Pushbutton 
Normally Open switch 
Normally Closed switch 
Normally Open contact 
Normally closed contact
13 
OFF 
Logic 0 
IN 
PLC 
Input 
Module 
24 V dc 
OFF 
Logic 1 
IN 
PLC 
Input 
Module 
24 V dc
An analog input is an input signal that has a continuous 
signal. Typical inputs may vary from 0 to 20mA, 4 to 20mA 
or 0 to10V. Below, a level transmitter monitors the level of 
liquid in the tank. Depending on the level Tx, the signal to the 
PLC can either increase or decrease as the level increases 
or decreases. 
14 
IN 
PLC 
Analog 
Input 
Module 
Level Transmitter 
Tank 
Analog Input
A discrete output is either in an ON or OFF condition. Solenoids, 
contactors coils, lamps are example of devices connected to the 
Discrete or digital outputs. Below, the lamp can be turned ON or OFF by the PLC output it 
is connected to. 
OUT 
15 
PLC 
Digital 
Output 
Module 
Lamp 
Digital Output
An analog output is an output signal that has a continuous 
signal. Typical outputs may vary from 0 to 20mA, 4 to 20mA 
or 0 to10V. 
Electric to pneumatic transducer 
OUT 
16 
PLC 
Analog 
Output 
Module 
Analog Output 
E 
P 
Supply air 
Pneumatic control valve 
0 to 10V
AND OPERATION 
Each rung or network on a ladder program represents 
a logic operation. In the rung above, both inputs A and B 
must be true (1) in order for the output C to be true (1). 
17 
Rung 
A B C
18 
OR OPERATION 
Rung 
A 
B 
C 
In the rung above, it can be seen that either input A or B 
is be true (1), or both are true, then the output C is true (1).
NOT OPERATION 
In the rung above, it can be seen that if input A is be true (1), 
then the output C is true (0) or when A is (0), output C is 1. 
19 
Rung 
A C
Plc (PROGRAMMABLE LOGIC CONTROLLER)

Contenu connexe

Tendances

What Is a Programmable Logic Controller (PLC)
What Is a Programmable Logic Controller (PLC)What Is a Programmable Logic Controller (PLC)
What Is a Programmable Logic Controller (PLC)yogesh8418
 
programmable logical controller(PLC)
programmable logical controller(PLC)programmable logical controller(PLC)
programmable logical controller(PLC)hemadri sharma
 
PLC ARCHITECTURE AND HARDWARE COMPONENTS
PLC ARCHITECTURE AND HARDWARE COMPONENTSPLC ARCHITECTURE AND HARDWARE COMPONENTS
PLC ARCHITECTURE AND HARDWARE COMPONENTSAkshay Dhole
 
ppt on PLC automation
ppt on PLC automationppt on PLC automation
ppt on PLC automationMd Talib
 
ppt on PLC automation
ppt on PLC automationppt on PLC automation
ppt on PLC automationMd Talib
 
Programmable Logic Controller(PLC)
Programmable Logic Controller(PLC)Programmable Logic Controller(PLC)
Programmable Logic Controller(PLC)Ahad Hossain
 
Plc presentation
Plc presentationPlc presentation
Plc presentationAkshay Modi
 
Basic PLC Training .pdf
Basic PLC Training .pdfBasic PLC Training .pdf
Basic PLC Training .pdfZiad Salem
 
Basics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADABasics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADAIndira Kundu
 
automation slides,plc,scada,HMI
automation slides,plc,scada,HMIautomation slides,plc,scada,HMI
automation slides,plc,scada,HMIBOSCH
 

Tendances (20)

Chapter 2 ladder
Chapter 2 ladderChapter 2 ladder
Chapter 2 ladder
 
What Is a Programmable Logic Controller (PLC)
What Is a Programmable Logic Controller (PLC)What Is a Programmable Logic Controller (PLC)
What Is a Programmable Logic Controller (PLC)
 
programmable logical controller(PLC)
programmable logical controller(PLC)programmable logical controller(PLC)
programmable logical controller(PLC)
 
PLC - Programmable Logic Controller
PLC - Programmable Logic ControllerPLC - Programmable Logic Controller
PLC - Programmable Logic Controller
 
PLC ARCHITECTURE AND HARDWARE COMPONENTS
PLC ARCHITECTURE AND HARDWARE COMPONENTSPLC ARCHITECTURE AND HARDWARE COMPONENTS
PLC ARCHITECTURE AND HARDWARE COMPONENTS
 
ppt on PLC automation
ppt on PLC automationppt on PLC automation
ppt on PLC automation
 
Plc Basics
Plc BasicsPlc Basics
Plc Basics
 
Basic PLC
Basic PLCBasic PLC
Basic PLC
 
Plc basics
Plc   basicsPlc   basics
Plc basics
 
ppt on PLC automation
ppt on PLC automationppt on PLC automation
ppt on PLC automation
 
Programmable Logic Controller(PLC)
Programmable Logic Controller(PLC)Programmable Logic Controller(PLC)
Programmable Logic Controller(PLC)
 
Basic plc
Basic plcBasic plc
Basic plc
 
Plc presentation
Plc presentationPlc presentation
Plc presentation
 
Basic PLC Training .pdf
Basic PLC Training .pdfBasic PLC Training .pdf
Basic PLC Training .pdf
 
PLC (Programmable Logic Circuit)
PLC (Programmable Logic Circuit)PLC (Programmable Logic Circuit)
PLC (Programmable Logic Circuit)
 
Plc presentation
Plc presentation Plc presentation
Plc presentation
 
Plc basics
Plc basicsPlc basics
Plc basics
 
PLC LADDER DIAGRAM
PLC LADDER DIAGRAMPLC LADDER DIAGRAM
PLC LADDER DIAGRAM
 
Basics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADABasics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADA
 
automation slides,plc,scada,HMI
automation slides,plc,scada,HMIautomation slides,plc,scada,HMI
automation slides,plc,scada,HMI
 

En vedette

Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic ControllerJinesh Patel
 
43542179 programmable-logic-controller-plc-ppt
43542179 programmable-logic-controller-plc-ppt43542179 programmable-logic-controller-plc-ppt
43542179 programmable-logic-controller-plc-pptParbat Rajpurohit
 
PLC(Programmable Logic Controller)-Control system Engineering.
PLC(Programmable Logic Controller)-Control system Engineering.PLC(Programmable Logic Controller)-Control system Engineering.
PLC(Programmable Logic Controller)-Control system Engineering.Tahmid Rongon
 
Training report of PLC
Training report of PLCTraining report of PLC
Training report of PLCSumit Patidar
 
PLC and SCADA training.
PLC and SCADA training.PLC and SCADA training.
PLC and SCADA training.Ishank Ranjan
 
Automation with plc & scada
Automation with plc & scadaAutomation with plc & scada
Automation with plc & scadaMNIT Jaipur
 
Pengenalan pada plc
Pengenalan pada plcPengenalan pada plc
Pengenalan pada plcAmri Laksono
 
Integrating fault tolerant scheme with feedback control scheduling algorithm ...
Integrating fault tolerant scheme with feedback control scheduling algorithm ...Integrating fault tolerant scheme with feedback control scheduling algorithm ...
Integrating fault tolerant scheme with feedback control scheduling algorithm ...ijics
 
Pengertian plc dan jenis
Pengertian plc dan jenisPengertian plc dan jenis
Pengertian plc dan jenisDedew Wijayanti
 
51270766 pengenalan-plc
51270766 pengenalan-plc51270766 pengenalan-plc
51270766 pengenalan-plcmasoso
 
PLC programmable logic controller (MSME)
PLC programmable logic controller (MSME) PLC programmable logic controller (MSME)
PLC programmable logic controller (MSME) ankit kaim
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic ControllerBipin Likhar
 

En vedette (20)

ppt on PLC
ppt on PLCppt on PLC
ppt on PLC
 
Plc ppt
Plc pptPlc ppt
Plc ppt
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic Controller
 
43542179 programmable-logic-controller-plc-ppt
43542179 programmable-logic-controller-plc-ppt43542179 programmable-logic-controller-plc-ppt
43542179 programmable-logic-controller-plc-ppt
 
PLC(Programmable Logic Controller)-Control system Engineering.
PLC(Programmable Logic Controller)-Control system Engineering.PLC(Programmable Logic Controller)-Control system Engineering.
PLC(Programmable Logic Controller)-Control system Engineering.
 
Ppt of plc
Ppt of plcPpt of plc
Ppt of plc
 
Training report of PLC
Training report of PLCTraining report of PLC
Training report of PLC
 
plc training report
plc training reportplc training report
plc training report
 
PLC
PLCPLC
PLC
 
Stepper motor
Stepper motorStepper motor
Stepper motor
 
Programmable logic controller
Programmable logic controllerProgrammable logic controller
Programmable logic controller
 
PLC and SCADA training.
PLC and SCADA training.PLC and SCADA training.
PLC and SCADA training.
 
Automation with plc & scada
Automation with plc & scadaAutomation with plc & scada
Automation with plc & scada
 
Mengenal PLC
Mengenal PLCMengenal PLC
Mengenal PLC
 
Pengenalan pada plc
Pengenalan pada plcPengenalan pada plc
Pengenalan pada plc
 
Integrating fault tolerant scheme with feedback control scheduling algorithm ...
Integrating fault tolerant scheme with feedback control scheduling algorithm ...Integrating fault tolerant scheme with feedback control scheduling algorithm ...
Integrating fault tolerant scheme with feedback control scheduling algorithm ...
 
Pengertian plc dan jenis
Pengertian plc dan jenisPengertian plc dan jenis
Pengertian plc dan jenis
 
51270766 pengenalan-plc
51270766 pengenalan-plc51270766 pengenalan-plc
51270766 pengenalan-plc
 
PLC programmable logic controller (MSME)
PLC programmable logic controller (MSME) PLC programmable logic controller (MSME)
PLC programmable logic controller (MSME)
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic Controller
 

Similaire à Plc (PROGRAMMABLE LOGIC CONTROLLER)

Plc scada by bhushan kumbhalkar
Plc scada by bhushan kumbhalkarPlc scada by bhushan kumbhalkar
Plc scada by bhushan kumbhalkarBhushan Kumbhalkar
 
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
 
Programmable Logic Controller by Pranoti R. Doke
Programmable Logic Controller by Pranoti R. DokeProgrammable Logic Controller by Pranoti R. Doke
Programmable Logic Controller by Pranoti R. DokePranoti Doke
 
Basic plc
Basic plcBasic plc
Basic plcmnamky
 
imp plc-presentation-140205031532-phpapp02
imp plc-presentation-140205031532-phpapp02imp plc-presentation-140205031532-phpapp02
imp plc-presentation-140205031532-phpapp02Haji Hussain
 
R22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptxR22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptxBCGowtham1
 
Programming logic controllers (plc) seminar
Programming  logic controllers (plc) seminarProgramming  logic controllers (plc) seminar
Programming logic controllers (plc) seminarmanish gharte
 
PLC basic concepts
PLC  basic conceptsPLC  basic concepts
PLC basic conceptsYasir Hashmi
 

Similaire à Plc (PROGRAMMABLE LOGIC CONTROLLER) (20)

Plc scada by bhushan kumbhalkar
Plc scada by bhushan kumbhalkarPlc scada by bhushan kumbhalkar
Plc scada by bhushan kumbhalkar
 
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
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic PLC.ppt
Basic PLC.pptBasic PLC.ppt
Basic PLC.ppt
 
Programmable Logic Controller by Pranoti R. Doke
Programmable Logic Controller by Pranoti R. DokeProgrammable Logic Controller by Pranoti R. Doke
Programmable Logic Controller by Pranoti R. Doke
 
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
 
imp plc-presentation-140205031532-phpapp02
imp plc-presentation-140205031532-phpapp02imp plc-presentation-140205031532-phpapp02
imp plc-presentation-140205031532-phpapp02
 
n5acb0f1c011fb.pdf
n5acb0f1c011fb.pdfn5acb0f1c011fb.pdf
n5acb0f1c011fb.pdf
 
R22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptxR22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptx
 
Basic PLC
Basic PLCBasic PLC
Basic PLC
 
Programming logic controllers (plc) seminar
Programming  logic controllers (plc) seminarProgramming  logic controllers (plc) seminar
Programming logic controllers (plc) seminar
 
PLC basic concepts
PLC  basic conceptsPLC  basic concepts
PLC basic concepts
 
plc introduction
plc introductionplc introduction
plc introduction
 

Dernier

Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 

Dernier (20)

Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 

Plc (PROGRAMMABLE LOGIC CONTROLLER)

  • 1. PROGRAMMABLE LOGIC CONTROLLER Presented By:- Urval V. Chotalia
  • 2. INTRODUCTION TO PLC. • What is Programmable Logic Controller (PLC) ?  A PLC is a digital operating electronic apparatus. Which uses a programmable memory for internal storage of instruction for implementing specific function such as logic, sequencing, timing, counting and arithmetic to control through analog or digital input/output modules various types of machines or process.
  • 3. HISTORY OF PROGRAMMABLE CONTROLLERS • In 1968, a group of engineers from General Motors developed the concept of PLC with an initial specification.  The PLC must be:-  Easy to program.  Not need rewiring the control system if change the program.  Smaller in size, cheaper and high reliability.  simple construction and low maintenance .  Cost- competitive.
  • 4. PLC BLOCK DIAGRAM POWER SUPPLY PROCESSOR I M N O P D U U T L E O M U O T D P U U L T E PROGRAMMING DEVICE From SENSORS Pushbuttons, contacts, limit switches, etc. To OUTPUT Solenoids, contactors, alarms etc.
  • 5. PLC SIZE  Small :-  It covers units with up to 128 I/O’s and memories up to 2 Kbytes.  Capable of providing simple to advance levels or machine controls.  Medium :-  Have up to 2048 I/O’s and memories up to 32 Kbytes.  Large :-  The most sophisticated units of the PLC family.  They have up to 8192 I/O and memories up to 750 Kbytes.  Can control individual production processes or entire plant.
  • 6. MAJOR COMPONENTS OF A PLC  POWER SUPPLY :- • Provides the voltage needed to run the primary PLC components.  I/O MODULES :- • Provides signal conversion and isolation between the internal logic level signals inside the PLC and the field’s high level signal.  PROCESSOR:- • Provide entire PLC systems.es intelligence to command and govern the activities of the entire PLC systems.  PROGRAMMING DEVICE:- • used to enter the desired program that will determine the sequence of operation and control of process equipment or driven machine.  Memory Unit:-  For storage of programs.
  • 7. TYPES OF MEMORY RAM Random Access Memory ROM Read Only Memory (read) This memory can be read from and written to. This memory can be read only Storing all user’s programs Storing all system’s program Entire contents will be lost if power is switched off. Memory content remain when the power is switched off.
  • 8. PLC OPERATION • Basic Function of a Typical PLC • Read all field input devices via the input interfaces, execute the user program stored in application memory, then, based on whatever control scheme has been programmed by the user, turn the field output devices on or off, or perform whatever control is necessary for the process application. • This process of sequentially reading the inputs, executing the program in memory, and updating the outputs is known as scanning.
  • 9. While the PLC is running, the scanning process includes the following four phases, which are repeated continuously as individual cycles of operation PHASE 1 Read Inputs Scan PHASE 2 Program Execution PHASE 3 Diagnostics/ Comm PHASE 4 Output Scan
  • 10. PLC Operation  PHASE 1 :- Input Status scan  A PLC scan cycle begins with the CPU reading the status of its inputs.  PHASE 2 :-Program Execution  The application program is executed using the status of the inputs.  PHASE 3 :- communication tasks  Once the program is executed, the CPU performs communication tasks.  PHASE 4 :- Output Status Scan  An output status scan is then performed, whereby the stored output values are sent to actuators and other field output devices. The cycle ends by updating the outputs.
  • 11. ADVANTAGES OF USING PLC • Shorter project implementation time. • Easier modification. • Project cost can be accurately calculated. • Shorter training time required. • Design easily changed using software ( changes and addition to specifications can be processed by software. • A wide range of control application. • Easy maintenance. • High Reliability. • Standardization of Controller hardware.
  • 12. 12 Discrete Input A discrete input also referred as digital input is an input that is either ON or OFF are connected to the PLC digital input. In the ON condition it is referred to as logic 1 or a logic high and in the OFF condition maybe referred to as logic o or logic low. Normally Open Pushbutton Normally Closed Pushbutton Normally Open switch Normally Closed switch Normally Open contact Normally closed contact
  • 13. 13 OFF Logic 0 IN PLC Input Module 24 V dc OFF Logic 1 IN PLC Input Module 24 V dc
  • 14. An analog input is an input signal that has a continuous signal. Typical inputs may vary from 0 to 20mA, 4 to 20mA or 0 to10V. Below, a level transmitter monitors the level of liquid in the tank. Depending on the level Tx, the signal to the PLC can either increase or decrease as the level increases or decreases. 14 IN PLC Analog Input Module Level Transmitter Tank Analog Input
  • 15. A discrete output is either in an ON or OFF condition. Solenoids, contactors coils, lamps are example of devices connected to the Discrete or digital outputs. Below, the lamp can be turned ON or OFF by the PLC output it is connected to. OUT 15 PLC Digital Output Module Lamp Digital Output
  • 16. An analog output is an output signal that has a continuous signal. Typical outputs may vary from 0 to 20mA, 4 to 20mA or 0 to10V. Electric to pneumatic transducer OUT 16 PLC Analog Output Module Analog Output E P Supply air Pneumatic control valve 0 to 10V
  • 17. AND OPERATION Each rung or network on a ladder program represents a logic operation. In the rung above, both inputs A and B must be true (1) in order for the output C to be true (1). 17 Rung A B C
  • 18. 18 OR OPERATION Rung A B C In the rung above, it can be seen that either input A or B is be true (1), or both are true, then the output C is true (1).
  • 19. NOT OPERATION In the rung above, it can be seen that if input A is be true (1), then the output C is true (0) or when A is (0), output C is 1. 19 Rung A C