SlideShare a Scribd company logo
BASIC COMPONENTS OF PLC NEW.ppt
Industrial Automation
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
Normally Open (NO)
Normally Open (NO)
Normally Closed (NC)
Normally Closed (NC)
NC & NO
NC & NO
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
PLC
INPUTS
OUTPUTS
MOTO
R
LAMP
CONTACTOR
PUSHBUTTONS
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.
Discrete Input
Normally Open Pushbutton
Normally Closed Pushbutton
Normally Open switch
Normally Closed switch
Normally Open contact
Normally closed contact
Classification of PLC Input and Output Modules
1. Digital I/O Module
• The digital module is also called Discrete Module.
• It is useful in the ON or OFF condition.
• Based on Input and Output, the digital module is of two types.
1. Digital Input Module
• Examples: Push switch, Toggle switch, Rocker switch, Selector
switch, Proximity switch, Limit switch and etc are the example
of the Digital Input Signal.
2. Digital Output Module
• Examples: Lamp, Coil, Buzzer, Relay, Motor, Fan, Heater,
Actuator, Solenoid Valve and etc are the example of the Digital
Output Signal.
2. Analog I/O Module
• The analog module is called a Continuous Module.
• Usually, the voltage or current is given to the input module in
the form of an analog signal.
• Analog I/O modules are also of two types.
1.Analog Input Module
• Examples: Temperature detection switch, Pressure detection
switch, Flow detection switch, Level detection switch, Limit
detection switch, Position detection switch, PH Level detection
switch are the best example of the Analog Input Signal.
2.Analog Output Module
• Examples: Temperature Transmitter, Thermocouples, Pressure
Transmitter, Flow Transmitter, Level Transmitter, etc., are the
example of the Analog Output Signal.
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
PLC Programming
BASIC COMPONENTS OF PLC NEW.ppt
PLC Programming
• STL - Structured Text / Statement List
• LAD - Ladder Diagram
• FBD - Function Block Diagram
• SFC - Sequential Function Chart
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
Rails
RUNG
Inputs & Outputs
BASIC COMPONENTS OF PLC NEW.ppt
Basic Important Parts of Ladder Diagram in PLC
Programming
• Rungs
• Branches
• Inputs and Outputs for PLC programming
• Addressing Inputs and Outputs
• Instructions
Rungs & Rails
• In Ladder diagram, the horizontal lines called Rungs. You can put as many
numbers of rungs as per your project requirements.
• The vertical lines show the power supply or flow.
1. Series Branch:
• In the series branch, inputs or outputs are connected in the series.
2. Parallel Branch:
• In the parallel branch, inputs or outputs are connected parallelly.
3. Nest Branch:
• The combination of series and parallel branches in the same or
different rungs are called as Nest Branch.
Inputs and Outputs for PLC Programming:
• Inputs refer to the switch or Push Button (PB).
• Output referred to the Coil or Lamp or Load.
• Input modules are represented by the ‘I‘ or ‘X‘ and
• Output modules are presented by the ‘Q‘ or ‘Y‘.
• For the Ladder Diagram (LD) programming language, normally
open and normally closed contact is used in the form of input.
Input and output in PLC LD programming,
Addressing Inputs and Outputs
ABB PLC
• Input Address: I0, I1, I2,…………, In.
• Output Address: Q0, Q1, Q2, Q3, ………….., Qn.
Siemens PLC
• Input Address: I0.0, I0.1, I0.2, I0.3,……. I0.7.
• Output Address: Q0.0, Q0.1, Q0.2, Q0.3,……. Q0.7.
AB PLC
• Input Address: I:0.0/0, I:0.0/1, I:0.0/2, I:0.0/3, ……….., I:0.0/7.
• Output Address: O:0.0/0, O:0.0/1, O:0.0/2, O:0.0/3, ……., O:0.0/7.
Delta PLC & Mitsubishi PLC
• Input Address: X0, X1, X2, X3……….., Xn.
• Output Address: Y0, Y1, Y2, Y3, ……….., Yn.
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
87
INPUT MODULE
WIRING DIAGRAM
LADDER PROGRAM
I:0.1
0
I= Input
Module
slot # in rack
Module
Terminal #
Siemens S7-1200
Address I:0.1
N.
O
C
L2
L1
L2
OUTPUT
MODULE
WIRING
MOTOR
CONTACTOR
Q:0.1
0
CONTACTOR
LADDER PROGRAM
L1 L2
FIELD WIRING
•SOLENOID
•VALVES
•LAMP
•BUZZER
L1
Advantage of the Ladder Diagram PLC Language
• The ladder diagram (LD) is a simple logic construction
and more reliable than an electronic circuit controller.
• Easy to learn and read the program.
• Every programming symbol performs specific actions.
• LD having good representation for discrete logic.
• Easy to troubleshoot.
• Shut down the power without the switch (i.e. hardware
devices).
BASIC COMPONENTS OF PLC NEW.ppt
1. Inputs can be used in Series as well as Parallel to form
a connection
2. Outputs (or coil) can be used only in Parallel
3. One Input can be used in multiple times in one program
Single Input with a different form of Outputs
4. One Output cannot be used multiple times in one program, except
in Set/Reset and Latch/ Unlatch functions
• In the function set/reset, the same output address is used. And it can be connected to the
same or different inputs.
• Different inputs (I1 and I2) are linked with the single output (Q1) using the set and reset
function.
• When the Input (I1) is pressed, the output coil will be set ( i.e. Q1 on activate mode). And
when the input (I2) is pressed, the output coil will be reset ( i.e. Q1 on deactivate mode).
• In latch/unlatch function, working is the same as set/reset function. The only
difference is, the first input (I1) is normally opened (NO) and the second input
(I2) is normally closed (NC).
• The latch/unlatch function is useful for the cycling process.
5. Input Address cannot be used as an Output Address
• The same input address can be used as multiple inputs. And it can
not be used as output.
6. Outputs Address can be used as Inputs Address
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
BASIC COMPONENTS OF PLC NEW.ppt
AND LOGIC GATE & PLC LADDER DIAGRAM
OR LOGIC GATE & PLC LADDER
DIAGRAM
NAND LOGIC GATE & PLC LADDER
DIAGRAM
NOR LOGIC GATE & PLC LADDER
DIAGRAM
XOR LOGIC GATE & PLC LADDER
DIAGRAM

More Related Content

PDF
PLC - Programmable Logic Controller
PPTX
PLC LADDER DIAGRAM
PPTX
Industrial automation (PLC, SCADA, VFD & HMI)
PDF
Basic PLC Training .pdf
PPTX
Input - Output Devices for PLC
PPTX
Industrial Automation
PPTX
Plc example presentation
PPTX
Use of plc in industrial automation
PLC - Programmable Logic Controller
PLC LADDER DIAGRAM
Industrial automation (PLC, SCADA, VFD & HMI)
Basic PLC Training .pdf
Input - Output Devices for PLC
Industrial Automation
Plc example presentation
Use of plc in industrial automation

What's hot (20)

PDF
Timer in PLC and its Types.pdf
PPT
PLC Basic
PDF
Programmable logic controller - Siemens S7-1200
PDF
Programmable Logic Controller
PPTX
PLC (PROGRAMMABLE LOGIC CONTROLLER)
PPTX
PPT on INDUSTRIAL AUTOMATION, PLC, SCADA
PPT
Programming logic controllers (plc)
DOCX
Plc notes
PPTX
Programming logic controllers (plc) seminar
PPTX
microcontroller vs microprocessor
PPTX
PLC and SCADA in Industrial Automation
PPTX
Introduction of control engineering
PPTX
Part 3 block diagram of PLC.
DOCX
Project on PLC (SILO)
PDF
PPTX
INDUSTRIAL AUTOMATION USING PLC
PPTX
Communication Protocols
PPTX
Microcontroller 8096
PDF
Plc basics
Timer in PLC and its Types.pdf
PLC Basic
Programmable logic controller - Siemens S7-1200
Programmable Logic Controller
PLC (PROGRAMMABLE LOGIC CONTROLLER)
PPT on INDUSTRIAL AUTOMATION, PLC, SCADA
Programming logic controllers (plc)
Plc notes
Programming logic controllers (plc) seminar
microcontroller vs microprocessor
PLC and SCADA in Industrial Automation
Introduction of control engineering
Part 3 block diagram of PLC.
Project on PLC (SILO)
INDUSTRIAL AUTOMATION USING PLC
Communication Protocols
Microcontroller 8096
Plc basics
Ad

Similar to BASIC COMPONENTS OF PLC NEW.ppt (20)

PPT
10617568.ppt
PPT
PLCpptFeb222017.ppt
PPTX
automation slides,plc,scada,HMI
PPT
plc fjjolk mfikjm smfnvid ajdsjhikvgjsd dcij
PPT
plc automation new jhsf jijasd jicnvjd jsfdgb
PPT
ie450pp10.ppt INTRODUCTION TO PLC UPLOAD
PPT
ie450pp10.pptPPTPTPTPTPTPTPTPTPTPTPTPTPTPT
PPT
PLC Logic Controller Presentation PPT File
PPT
PROGRAMMABLE LOGIC CONTROLLERS, Manufacturing Systems
PPT
programming logic controller and programming
PPT
PLC introduction for programing S7-1200 simenens
PPT
Prigrammable Logic Controller - IE450 Manufacturing Systems
PPT
P.L.C (Manufacturing & Automation) pptx.
PPT
ie450pp10 (4).pptechanics manufacturing sheet forming processses
PPT
Evolution of Programmable Logic Controllers
PPT
PLC good.ppt
PPT
ie450pp10.ppt
PPT
ie450pp10.ppt
PPT
ie450pp10.ppt
PPT
PLC.ppt
10617568.ppt
PLCpptFeb222017.ppt
automation slides,plc,scada,HMI
plc fjjolk mfikjm smfnvid ajdsjhikvgjsd dcij
plc automation new jhsf jijasd jicnvjd jsfdgb
ie450pp10.ppt INTRODUCTION TO PLC UPLOAD
ie450pp10.pptPPTPTPTPTPTPTPTPTPTPTPTPTPTPT
PLC Logic Controller Presentation PPT File
PROGRAMMABLE LOGIC CONTROLLERS, Manufacturing Systems
programming logic controller and programming
PLC introduction for programing S7-1200 simenens
Prigrammable Logic Controller - IE450 Manufacturing Systems
P.L.C (Manufacturing & Automation) pptx.
ie450pp10 (4).pptechanics manufacturing sheet forming processses
Evolution of Programmable Logic Controllers
PLC good.ppt
ie450pp10.ppt
ie450pp10.ppt
ie450pp10.ppt
PLC.ppt
Ad

More from prakashpacet (9)

PPT
System specification is behavioral Manual Translation of design in Boolean eq...
PPTX
vlsi cmos ic fabrication n well p well twin tub soi submucron tachnolgiesvlsi...
PPTX
basic electrical and electronics unit 4 dlc
PPTX
ELECTRON DEVICES AND CIRCUITS ELECTRINICS AND EDC.pptx
PPT
Induction Machine electrical and electronics
PPT
Induction Machines electrical machines electrical and electronics
PPTX
MPMC.pptx
PPTX
memory organi.pptx
PDF
BEEE.pdf
System specification is behavioral Manual Translation of design in Boolean eq...
vlsi cmos ic fabrication n well p well twin tub soi submucron tachnolgiesvlsi...
basic electrical and electronics unit 4 dlc
ELECTRON DEVICES AND CIRCUITS ELECTRINICS AND EDC.pptx
Induction Machine electrical and electronics
Induction Machines electrical machines electrical and electronics
MPMC.pptx
memory organi.pptx
BEEE.pdf

Recently uploaded (20)

PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PDF
composite construction of structures.pdf
PPTX
Construction Project Organization Group 2.pptx
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPTX
Strings in CPP - Strings in C++ are sequences of characters used to store and...
PPTX
web development for engineering and engineering
PDF
PPT on Performance Review to get promotions
PPTX
Lecture Notes Electrical Wiring System Components
PPTX
bas. eng. economics group 4 presentation 1.pptx
PDF
Arduino robotics embedded978-1-4302-3184-4.pdf
PPTX
additive manufacturing of ss316l using mig welding
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
CH1 Production IntroductoryConcepts.pptx
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPTX
OOP with Java - Java Introduction (Basics)
PPTX
Welding lecture in detail for understanding
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
UNIT-1 - COAL BASED THERMAL POWER PLANTS
composite construction of structures.pdf
Construction Project Organization Group 2.pptx
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Strings in CPP - Strings in C++ are sequences of characters used to store and...
web development for engineering and engineering
PPT on Performance Review to get promotions
Lecture Notes Electrical Wiring System Components
bas. eng. economics group 4 presentation 1.pptx
Arduino robotics embedded978-1-4302-3184-4.pdf
additive manufacturing of ss316l using mig welding
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
CH1 Production IntroductoryConcepts.pptx
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
OOP with Java - Java Introduction (Basics)
Welding lecture in detail for understanding
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
CYBER-CRIMES AND SECURITY A guide to understanding
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026

BASIC COMPONENTS OF PLC NEW.ppt

  • 58. 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. Discrete Input Normally Open Pushbutton Normally Closed Pushbutton Normally Open switch Normally Closed switch Normally Open contact Normally closed contact
  • 59. Classification of PLC Input and Output Modules
  • 60. 1. Digital I/O Module • The digital module is also called Discrete Module. • It is useful in the ON or OFF condition. • Based on Input and Output, the digital module is of two types. 1. Digital Input Module • Examples: Push switch, Toggle switch, Rocker switch, Selector switch, Proximity switch, Limit switch and etc are the example of the Digital Input Signal. 2. Digital Output Module • Examples: Lamp, Coil, Buzzer, Relay, Motor, Fan, Heater, Actuator, Solenoid Valve and etc are the example of the Digital Output Signal.
  • 61. 2. Analog I/O Module • The analog module is called a Continuous Module. • Usually, the voltage or current is given to the input module in the form of an analog signal. • Analog I/O modules are also of two types. 1.Analog Input Module • Examples: Temperature detection switch, Pressure detection switch, Flow detection switch, Level detection switch, Limit detection switch, Position detection switch, PH Level detection switch are the best example of the Analog Input Signal. 2.Analog Output Module • Examples: Temperature Transmitter, Thermocouples, Pressure Transmitter, Flow Transmitter, Level Transmitter, etc., are the example of the Analog Output Signal.
  • 67. PLC Programming • STL - Structured Text / Statement List • LAD - Ladder Diagram • FBD - Function Block Diagram • SFC - Sequential Function Chart
  • 70. Rails
  • 71. RUNG
  • 74. Basic Important Parts of Ladder Diagram in PLC Programming • Rungs • Branches • Inputs and Outputs for PLC programming • Addressing Inputs and Outputs • Instructions
  • 75. Rungs & Rails • In Ladder diagram, the horizontal lines called Rungs. You can put as many numbers of rungs as per your project requirements. • The vertical lines show the power supply or flow.
  • 76. 1. Series Branch: • In the series branch, inputs or outputs are connected in the series.
  • 77. 2. Parallel Branch: • In the parallel branch, inputs or outputs are connected parallelly.
  • 78. 3. Nest Branch: • The combination of series and parallel branches in the same or different rungs are called as Nest Branch.
  • 79. Inputs and Outputs for PLC Programming: • Inputs refer to the switch or Push Button (PB). • Output referred to the Coil or Lamp or Load. • Input modules are represented by the ‘I‘ or ‘X‘ and • Output modules are presented by the ‘Q‘ or ‘Y‘. • For the Ladder Diagram (LD) programming language, normally open and normally closed contact is used in the form of input.
  • 80. Input and output in PLC LD programming,
  • 81. Addressing Inputs and Outputs ABB PLC • Input Address: I0, I1, I2,…………, In. • Output Address: Q0, Q1, Q2, Q3, ………….., Qn. Siemens PLC • Input Address: I0.0, I0.1, I0.2, I0.3,……. I0.7. • Output Address: Q0.0, Q0.1, Q0.2, Q0.3,……. Q0.7. AB PLC • Input Address: I:0.0/0, I:0.0/1, I:0.0/2, I:0.0/3, ……….., I:0.0/7. • Output Address: O:0.0/0, O:0.0/1, O:0.0/2, O:0.0/3, ……., O:0.0/7. Delta PLC & Mitsubishi PLC • Input Address: X0, X1, X2, X3……….., Xn. • Output Address: Y0, Y1, Y2, Y3, ……….., Yn.
  • 87. 87 INPUT MODULE WIRING DIAGRAM LADDER PROGRAM I:0.1 0 I= Input Module slot # in rack Module Terminal # Siemens S7-1200 Address I:0.1
  • 89. Advantage of the Ladder Diagram PLC Language • The ladder diagram (LD) is a simple logic construction and more reliable than an electronic circuit controller. • Easy to learn and read the program. • Every programming symbol performs specific actions. • LD having good representation for discrete logic. • Easy to troubleshoot. • Shut down the power without the switch (i.e. hardware devices).
  • 91. 1. Inputs can be used in Series as well as Parallel to form a connection
  • 92. 2. Outputs (or coil) can be used only in Parallel
  • 93. 3. One Input can be used in multiple times in one program Single Input with a different form of Outputs
  • 94. 4. One Output cannot be used multiple times in one program, except in Set/Reset and Latch/ Unlatch functions • In the function set/reset, the same output address is used. And it can be connected to the same or different inputs. • Different inputs (I1 and I2) are linked with the single output (Q1) using the set and reset function. • When the Input (I1) is pressed, the output coil will be set ( i.e. Q1 on activate mode). And when the input (I2) is pressed, the output coil will be reset ( i.e. Q1 on deactivate mode).
  • 95. • In latch/unlatch function, working is the same as set/reset function. The only difference is, the first input (I1) is normally opened (NO) and the second input (I2) is normally closed (NC). • The latch/unlatch function is useful for the cycling process.
  • 96. 5. Input Address cannot be used as an Output Address • The same input address can be used as multiple inputs. And it can not be used as output.
  • 97. 6. Outputs Address can be used as Inputs Address
  • 113. AND LOGIC GATE & PLC LADDER DIAGRAM
  • 114. OR LOGIC GATE & PLC LADDER DIAGRAM
  • 115. NAND LOGIC GATE & PLC LADDER DIAGRAM
  • 116. NOR LOGIC GATE & PLC LADDER DIAGRAM
  • 117. XOR LOGIC GATE & PLC LADDER DIAGRAM