SlideShare a Scribd company logo
1 of 117
Industrial Automation
Normally Open (NO)
Normally Open (NO)
Normally Closed (NC)
Normally Closed (NC)
NC & NO
NC & NO
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.
PLC Programming
PLC Programming
• STL - Structured Text / Statement List
• LAD - Ladder Diagram
• FBD - Function Block Diagram
• SFC - Sequential Function Chart
Rails
RUNG
Inputs & Outputs
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.
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).
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
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

What's hot

Programmable logic controller - Siemens S7-1200
Programmable logic controller - Siemens S7-1200Programmable logic controller - Siemens S7-1200
Programmable logic controller - Siemens S7-1200
Ahmed Elsayed
 

What's hot (20)

transformer
 transformer transformer
transformer
 
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.
 
Electric circuits
Electric circuitsElectric circuits
Electric circuits
 
Basic electronics
Basic electronicsBasic electronics
Basic electronics
 
Logic gate implementing without using ICs by Nimay Giri
Logic gate implementing without using ICs by Nimay GiriLogic gate implementing without using ICs by Nimay Giri
Logic gate implementing without using ICs by Nimay Giri
 
Basics of Electrical Engineering & Maintenance Practices
Basics of Electrical Engineering & Maintenance PracticesBasics of Electrical Engineering & Maintenance Practices
Basics of Electrical Engineering & Maintenance Practices
 
BASIC ELECTRONICS
BASIC ELECTRONICS BASIC ELECTRONICS
BASIC ELECTRONICS
 
Programmable logic controller - Siemens S7-1200
Programmable logic controller - Siemens S7-1200Programmable logic controller - Siemens S7-1200
Programmable logic controller - Siemens S7-1200
 
Basic Electrical
Basic Electrical Basic Electrical
Basic Electrical
 
Ac fundamentals
Ac fundamentalsAc fundamentals
Ac fundamentals
 
Solenoids.ppt
Solenoids.pptSolenoids.ppt
Solenoids.ppt
 
Analog and Digital Multimeters
Analog and Digital MultimetersAnalog and Digital Multimeters
Analog and Digital Multimeters
 
Electricity at Home
Electricity at HomeElectricity at Home
Electricity at Home
 
frequency meters.pptx
frequency  meters.pptxfrequency  meters.pptx
frequency meters.pptx
 
Unit4questions
Unit4questionsUnit4questions
Unit4questions
 
unit V rectifiers and power supplies
unit V rectifiers and power suppliesunit V rectifiers and power supplies
unit V rectifiers and power supplies
 
Pspice software+ presentation
Pspice software+ presentationPspice software+ presentation
Pspice software+ presentation
 
Electrical testing equipment clamp meters- Usage, operations and Safety
Electrical testing equipment   clamp meters- Usage, operations and SafetyElectrical testing equipment   clamp meters- Usage, operations and Safety
Electrical testing equipment clamp meters- Usage, operations and Safety
 
Allen bradley
Allen bradleyAllen bradley
Allen bradley
 
Electric and magnetic circuits
Electric and magnetic circuitsElectric and magnetic circuits
Electric and magnetic circuits
 

Similar to BASIC COMPONENTS OF PLC NEW.ppt

PLC, or Programmable Logic Controller, is a specialized industrial computer u...
PLC, or Programmable Logic Controller, is a specialized industrial computer u...PLC, or Programmable Logic Controller, is a specialized industrial computer u...
PLC, or Programmable Logic Controller, is a specialized industrial computer u...
Govindarajv11
 
R22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptxR22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptx
BCGowtham1
 
08 chapter03 06_status_bits_otl_otu_scan_logic_fa16
08 chapter03 06_status_bits_otl_otu_scan_logic_fa1608 chapter03 06_status_bits_otl_otu_scan_logic_fa16
08 chapter03 06_status_bits_otl_otu_scan_logic_fa16
John Todora
 

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

10617568.ppt
10617568.ppt10617568.ppt
10617568.ppt
 
PLCpptFeb222017.ppt
PLCpptFeb222017.pptPLCpptFeb222017.ppt
PLCpptFeb222017.ppt
 
automation slides,plc,scada,HMI
automation slides,plc,scada,HMIautomation slides,plc,scada,HMI
automation slides,plc,scada,HMI
 
ie450pp10.ppt
ie450pp10.pptie450pp10.ppt
ie450pp10.ppt
 
ie450pp10.ppt
ie450pp10.pptie450pp10.ppt
ie450pp10.ppt
 
PLC.ppt
PLC.pptPLC.ppt
PLC.ppt
 
PLC good.ppt
PLC good.pptPLC good.ppt
PLC good.ppt
 
ie450pp10.ppt
ie450pp10.pptie450pp10.ppt
ie450pp10.ppt
 
ie450pp10.ppt
ie450pp10.pptie450pp10.ppt
ie450pp10.ppt
 
ie450pp10.ppt
ie450pp10.pptie450pp10.ppt
ie450pp10.ppt
 
PLC, or Programmable Logic Controller, is a specialized industrial computer u...
PLC, or Programmable Logic Controller, is a specialized industrial computer u...PLC, or Programmable Logic Controller, is a specialized industrial computer u...
PLC, or Programmable Logic Controller, is a specialized industrial computer u...
 
PLC (PROGRAMMABLE LOGIC CONTROLLER)
PLC (PROGRAMMABLE LOGIC CONTROLLER)PLC (PROGRAMMABLE LOGIC CONTROLLER)
PLC (PROGRAMMABLE LOGIC CONTROLLER)
 
PROGRAMMABLE LOGIC CONTROLLERS
PROGRAMMABLELOGIC CONTROLLERSPROGRAMMABLELOGIC CONTROLLERS
PROGRAMMABLE LOGIC CONTROLLERS
 
R22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptxR22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptx
 
ie450pp10.ppt
ie450pp10.pptie450pp10.ppt
ie450pp10.ppt
 
plc1.ppt
plc1.pptplc1.ppt
plc1.ppt
 
PLC Basics
PLC BasicsPLC Basics
PLC Basics
 
Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)
 
Plc
PlcPlc
Plc
 
08 chapter03 06_status_bits_otl_otu_scan_logic_fa16
08 chapter03 06_status_bits_otl_otu_scan_logic_fa1608 chapter03 06_status_bits_otl_otu_scan_logic_fa16
08 chapter03 06_status_bits_otl_otu_scan_logic_fa16
 

More from prakashpacet (6)

ELECTRON DEVICES AND CIRCUITS ELECTRINICS AND EDC.pptx
ELECTRON DEVICES AND CIRCUITS ELECTRINICS  AND EDC.pptxELECTRON DEVICES AND CIRCUITS ELECTRINICS  AND EDC.pptx
ELECTRON DEVICES AND CIRCUITS ELECTRINICS AND EDC.pptx
 
Induction Machine electrical and electronics
Induction Machine electrical and electronicsInduction Machine electrical and electronics
Induction Machine electrical and electronics
 
Induction Machines electrical machines electrical and electronics
Induction Machines electrical machines electrical and electronicsInduction Machines electrical machines electrical and electronics
Induction Machines electrical machines electrical and electronics
 
MPMC.pptx
MPMC.pptxMPMC.pptx
MPMC.pptx
 
memory organi.pptx
memory organi.pptxmemory organi.pptx
memory organi.pptx
 
BEEE.pdf
BEEE.pdfBEEE.pdf
BEEE.pdf
 

Recently uploaded

DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
pritamlangde
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 

Recently uploaded (20)

DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdf
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 

BASIC COMPONENTS OF PLC NEW.ppt

  • 1.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 49.
  • 50.
  • 51.
  • 52.
  • 53.
  • 54.
  • 55.
  • 56.
  • 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.
  • 62.
  • 63.
  • 64.
  • 66.
  • 67. PLC Programming • STL - Structured Text / Statement List • LAD - Ladder Diagram • FBD - Function Block Diagram • SFC - Sequential Function Chart
  • 68.
  • 69.
  • 70. Rails
  • 71. RUNG
  • 73.
  • 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.
  • 82.
  • 83.
  • 84.
  • 85.
  • 86.
  • 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).
  • 90.
  • 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
  • 98.
  • 99.
  • 100.
  • 101.
  • 102.
  • 103.
  • 104.
  • 105.
  • 106.
  • 107.
  • 108.
  • 109.
  • 110.
  • 111.
  • 112.
  • 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