SlideShare a Scribd company logo
Sanjivani Rural Education Society’s
Sanjivani College of Engineering, Kopargaon-423 603
(An Autonomous Institute, Affiliated to Savitribai Phule Pune University, Pune)
NACC ‘A’ Grade Accredited, ISO 9001:2015 Certified
Department of Electrical Engineering
B. B. Kadam
Assistant Professor
E-mail : kadambhushanelect@sanjivani.org,in
Contact No: 7020447673
Subject- PLC & SCADA
[Electrive II (317 C)]
Unit 1 - Introduction to Automation and PLC
1
Department of Electrical Engineering
Contents
2
1. Need & Role of Automation,
2. Types of Industrial Automation System
3. Definition & History of PLC,
4. Basic structure & Components of PLC
5. Principle of Operation, Selection of PLC, PLC I/O Modules, Memory,
6. PLC advantages & Disadvantages,
7. What is Logic? Overview of Logic functions
8. Number systems & Codes
9. Hardwired Logic vs Programmed logic.
2
Department of Electrical Engineering
1. Need & Role of Automation,
DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 3
❖ Increased Reliability
❖ More Flexibility
❖ Lower Cost
❖ Communication Capability
❖ Faster Response Time
❖ Easier Troubleshooting
❖ Easy to Test Field Devices
3
Department of Electrical Engineering
2. Types Of Industrial Automation System
DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 4
❖ Fixed Automation System
❖ Programmable Automation System
❖ Flexible Automation System
❖ Integrated Automation System
4
Department of Electrical Engineering
3. Definition & History of PLC,
DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 5
❖ A modern controller device used extensively for sequence control today in transfer
lines, robotics, process control, and many other automated systems is the
Programmable Logic Controller (PLC). In essence, a PLC is a special purpose industrial
microprocessor based real time computing system, which performs the following
functions in the context of industrial operations
5
Department of Electrical Engineering 6
An original Modicon PLC. Image used courtesy of Schneider Electric
Department of Electrical Engineering
4. Basic Structure & Components of PLC
DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 7
7
Department of Electrical Engineering
5. Principle of Operation, Selection of PLC, PLC I/O Modules, Memory
DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 8
Operational Sequence
❖ Scan Cycle:-checks on the hardware and software for faults, also called a self-test
1. Input Scan: A simple way of looking at this is the PLC takes a snapshot of the inputs and solves the logic. The PLC
looks at each input card to determine if it is ON or OFF and saves this information in a data table for use in the next
step. This makes the process faster and avoids cases where an input changes from the start to the end of the program.
2. Execute Program (or Logic Execution): The PLC executes a program one instruction at a time using only the
memory copy of the inputs to the ladder logic program. For example, the program has the first input as ON. Since the
PLC knows which inputs are ON/OFF from the previous step, it will be able to decide whether the first output should be
turned ON.
3. Output Scan: When the ladder scan completes, the outputs are updated using the temporary values in memory. The PLC
updates the status of the outputs based on which inputs were ON during the first step and the results of executing a
program during the second step. The PLC now restarts the process by starting a self-check for faults.
8
Department of Electrical Engineering
5. Selection of PLC, PLC I/O Modules, Memory
DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 9
❖ Power Supply
❖ Number of Inputs and Outputs
❖ Communication Protocol
❖ Environment Specifications
❖ Motion Requirement / Speed of CPU
❖ Application Requirements of PLC
❖ Operator Interface
9
Department of Electrical Engineering
6. PLC advantages & Disadvantages,
DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 10
❖ Advantages
❖ Reliability
❖ Flexibility
❖ Ease of use
❖ Cost-effectiveness
❖ Safety
❖ Disadvantages
❖ Complexity:
❖ Limited processing power: PLCs are not as powerful as some other types of systems like DCS, and they may not be
able to handle complex tasks or large amounts of data.
❖ Limited expandability:
❖ Dependence on programming:
10
Department of Electrical Engineering
7. What is Logic? Overview of Logic functions
,
DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 11
Ladder logic is a fast and simple way of creating logic expressions for a PLC in order to automate repetitive machine tasks
and sequences. It is used in a multitude of industrial automation applications. Some industrial automation application
examples where PLC ladder logic is used include….
● Material Handling Conveyor System.
● Pallet Packing and Strapping.
● Ball Mill Lubrication System.
● Logistics Package Conveying and Sorting.
● Cement Batching.
● Beverage Bottling and Labeling.
● Hopper and Tank Level Control.
● Air and Liquid Flow and Pressure Control.
11
Department of Electrical Engineering 12
Department of Electrical Engineering 13
Department of Electrical Engineering 14
Functional Block Diagram
Department of Electrical Engineering
7. What is Logic? Overview of Logic functions
,
DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 15
https://learn.automationcommunity.com/courses/siemens-plc-tia-portal-training-course
15
Department of Electrical Engineering
8. Number systems & Codes
,
DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 16
❖ Decimal number system (Base- 10
❖ Binary number system (Base- 2)
❖ Octal number system (Base-8)
❖ Hexadecimal number system (Base- 16)
16
Department of Electrical Engineering
9. Hardwired Logic vs Programmed logic.
,
DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 17
17
STATE-I (NO) STATE-II (NC)
RELAY OPERATION
Department of Electrical Engineering
9. Hardwired Logic vs Programmed logic.
,
DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 18
❖ Relay Logic Vs Ladder Logic - Ladder Logic World
18
Department of Electrical Engineering 19
Hardwired Logic vs Programmed logic.
Hardwired Logic Programmed logic.
Department of Electrical Engineering 20
HARDWIRE LOGIC PROGRAMMABLE LOGIC
Difficult to develop complex logical expressions with
relay logic.
Easier to develop complex logical expressions with
ladder logic software.
The life of relay based system is less as compared to
PLC
Increased reliability with PLC life easily reaching +10
years,
Expansion of the system is difficult as well as costly Easier and cheaper to modify or expand the control
system at a later date.
More time is required for design, installation and
component
Reduced design, installation and component costs
Relays required continuous maintenance. Virtually maintenance free compared to relays
Superior monitoring and reporting functionality are not
available with hardwire logic
Superior monitoring and reporting functionality making
process troubleshooting and optimization easier.
Auxiliary devices are required such as timer or counters No need to Add auxiliary timer or counters
Department of Electrical Engineering
DEPARTMENT OF Electrical ENGINEERING, Sanjivani COE, Kopargaon 21
21

More Related Content

PPTX
PLC (PROGRAMMABLE LOGIC CONTROLLER)
PPTX
L3 Programmable logic controller
PPTX
m4 of mechatronics plc and education sectyor
PDF
Plc documentation final
PDF
PLC - Programmable Logic Controller
PPTX
Programmable Logic Controllers
PPT
Introduction to PLC
PPTX
Plc example presentation
PLC (PROGRAMMABLE LOGIC CONTROLLER)
L3 Programmable logic controller
m4 of mechatronics plc and education sectyor
Plc documentation final
PLC - Programmable Logic Controller
Programmable Logic Controllers
Introduction to PLC
Plc example presentation

Similar to Introduction to automation ,plc, programing language (20)

PDF
PLC-converted.pdf
DOCX
Training report of PLC
PPT
Pe 6441 advanced manufacturing lab ch4 wks 12 14
PDF
subission report
PPTX
presentation on plc.pptx
PDF
PROGRAMMABLE LOGIC by Hites Khatri
PPTX
programmable logic controller presentation
PDF
PLCProgramming for beginners in automation
PPT
Programmable_Logic_Controllers_Introduction_to_PLCs__(Chapter_1)_Lec1.ppt
PPTX
Plc (PROGRAMMABLE LOGIC CONTROLLER)
PPTX
Plc ladder diagram
PDF
Elements of Industrial Automation Week 02 Notes.pdf
PPTX
PLC training
PPT
PLC and Industrial Automation - Technology Overview
PDF
Plc free peresentation111111111111111111111111111.pdf
PDF
Basic PLC Training .pdf
PDF
CURSO BASICO DE CONTROLADORES LOGICOS PROGRAMABLES PLC BASIC COURSE.pdf
PDF
Summer Internship Report on PLC
PDF
Summer Internship Report For PLC Programming of Traffic light through Ladder ...
PPTX
Programmable Logic Controller and ladder logic programming
PLC-converted.pdf
Training report of PLC
Pe 6441 advanced manufacturing lab ch4 wks 12 14
subission report
presentation on plc.pptx
PROGRAMMABLE LOGIC by Hites Khatri
programmable logic controller presentation
PLCProgramming for beginners in automation
Programmable_Logic_Controllers_Introduction_to_PLCs__(Chapter_1)_Lec1.ppt
Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc ladder diagram
Elements of Industrial Automation Week 02 Notes.pdf
PLC training
PLC and Industrial Automation - Technology Overview
Plc free peresentation111111111111111111111111111.pdf
Basic PLC Training .pdf
CURSO BASICO DE CONTROLADORES LOGICOS PROGRAMABLES PLC BASIC COURSE.pdf
Summer Internship Report on PLC
Summer Internship Report For PLC Programming of Traffic light through Ladder ...
Programmable Logic Controller and ladder logic programming
Ad

Recently uploaded (20)

PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
Geodesy 1.pptx...............................................
PDF
composite construction of structures.pdf
PPTX
Artificial Intelligence
PPTX
Sustainable Sites - Green Building Construction
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPTX
UNIT 4 Total Quality Management .pptx
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PDF
Digital Logic Computer Design lecture notes
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PDF
PPT on Performance Review to get promotions
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
Well-logging-methods_new................
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
Operating System & Kernel Study Guide-1 - converted.pdf
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Geodesy 1.pptx...............................................
composite construction of structures.pdf
Artificial Intelligence
Sustainable Sites - Green Building Construction
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Automation-in-Manufacturing-Chapter-Introduction.pdf
UNIT 4 Total Quality Management .pptx
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Digital Logic Computer Design lecture notes
Internet of Things (IOT) - A guide to understanding
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPT on Performance Review to get promotions
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Well-logging-methods_new................
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
Embodied AI: Ushering in the Next Era of Intelligent Systems
Ad

Introduction to automation ,plc, programing language

  • 1. Sanjivani Rural Education Society’s Sanjivani College of Engineering, Kopargaon-423 603 (An Autonomous Institute, Affiliated to Savitribai Phule Pune University, Pune) NACC ‘A’ Grade Accredited, ISO 9001:2015 Certified Department of Electrical Engineering B. B. Kadam Assistant Professor E-mail : kadambhushanelect@sanjivani.org,in Contact No: 7020447673 Subject- PLC & SCADA [Electrive II (317 C)] Unit 1 - Introduction to Automation and PLC 1
  • 2. Department of Electrical Engineering Contents 2 1. Need & Role of Automation, 2. Types of Industrial Automation System 3. Definition & History of PLC, 4. Basic structure & Components of PLC 5. Principle of Operation, Selection of PLC, PLC I/O Modules, Memory, 6. PLC advantages & Disadvantages, 7. What is Logic? Overview of Logic functions 8. Number systems & Codes 9. Hardwired Logic vs Programmed logic. 2
  • 3. Department of Electrical Engineering 1. Need & Role of Automation, DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 3 ❖ Increased Reliability ❖ More Flexibility ❖ Lower Cost ❖ Communication Capability ❖ Faster Response Time ❖ Easier Troubleshooting ❖ Easy to Test Field Devices 3
  • 4. Department of Electrical Engineering 2. Types Of Industrial Automation System DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 4 ❖ Fixed Automation System ❖ Programmable Automation System ❖ Flexible Automation System ❖ Integrated Automation System 4
  • 5. Department of Electrical Engineering 3. Definition & History of PLC, DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 5 ❖ A modern controller device used extensively for sequence control today in transfer lines, robotics, process control, and many other automated systems is the Programmable Logic Controller (PLC). In essence, a PLC is a special purpose industrial microprocessor based real time computing system, which performs the following functions in the context of industrial operations 5
  • 6. Department of Electrical Engineering 6 An original Modicon PLC. Image used courtesy of Schneider Electric
  • 7. Department of Electrical Engineering 4. Basic Structure & Components of PLC DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 7 7
  • 8. Department of Electrical Engineering 5. Principle of Operation, Selection of PLC, PLC I/O Modules, Memory DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 8 Operational Sequence ❖ Scan Cycle:-checks on the hardware and software for faults, also called a self-test 1. Input Scan: A simple way of looking at this is the PLC takes a snapshot of the inputs and solves the logic. The PLC looks at each input card to determine if it is ON or OFF and saves this information in a data table for use in the next step. This makes the process faster and avoids cases where an input changes from the start to the end of the program. 2. Execute Program (or Logic Execution): The PLC executes a program one instruction at a time using only the memory copy of the inputs to the ladder logic program. For example, the program has the first input as ON. Since the PLC knows which inputs are ON/OFF from the previous step, it will be able to decide whether the first output should be turned ON. 3. Output Scan: When the ladder scan completes, the outputs are updated using the temporary values in memory. The PLC updates the status of the outputs based on which inputs were ON during the first step and the results of executing a program during the second step. The PLC now restarts the process by starting a self-check for faults. 8
  • 9. Department of Electrical Engineering 5. Selection of PLC, PLC I/O Modules, Memory DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 9 ❖ Power Supply ❖ Number of Inputs and Outputs ❖ Communication Protocol ❖ Environment Specifications ❖ Motion Requirement / Speed of CPU ❖ Application Requirements of PLC ❖ Operator Interface 9
  • 10. Department of Electrical Engineering 6. PLC advantages & Disadvantages, DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 10 ❖ Advantages ❖ Reliability ❖ Flexibility ❖ Ease of use ❖ Cost-effectiveness ❖ Safety ❖ Disadvantages ❖ Complexity: ❖ Limited processing power: PLCs are not as powerful as some other types of systems like DCS, and they may not be able to handle complex tasks or large amounts of data. ❖ Limited expandability: ❖ Dependence on programming: 10
  • 11. Department of Electrical Engineering 7. What is Logic? Overview of Logic functions , DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 11 Ladder logic is a fast and simple way of creating logic expressions for a PLC in order to automate repetitive machine tasks and sequences. It is used in a multitude of industrial automation applications. Some industrial automation application examples where PLC ladder logic is used include…. ● Material Handling Conveyor System. ● Pallet Packing and Strapping. ● Ball Mill Lubrication System. ● Logistics Package Conveying and Sorting. ● Cement Batching. ● Beverage Bottling and Labeling. ● Hopper and Tank Level Control. ● Air and Liquid Flow and Pressure Control. 11
  • 12. Department of Electrical Engineering 12
  • 13. Department of Electrical Engineering 13
  • 14. Department of Electrical Engineering 14 Functional Block Diagram
  • 15. Department of Electrical Engineering 7. What is Logic? Overview of Logic functions , DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 15 https://learn.automationcommunity.com/courses/siemens-plc-tia-portal-training-course 15
  • 16. Department of Electrical Engineering 8. Number systems & Codes , DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 16 ❖ Decimal number system (Base- 10 ❖ Binary number system (Base- 2) ❖ Octal number system (Base-8) ❖ Hexadecimal number system (Base- 16) 16
  • 17. Department of Electrical Engineering 9. Hardwired Logic vs Programmed logic. , DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 17 17 STATE-I (NO) STATE-II (NC) RELAY OPERATION
  • 18. Department of Electrical Engineering 9. Hardwired Logic vs Programmed logic. , DEPARTMENT OF ELECTRICAL ENGINEERING, Sanjivani COE, Kopargaon 18 ❖ Relay Logic Vs Ladder Logic - Ladder Logic World 18
  • 19. Department of Electrical Engineering 19 Hardwired Logic vs Programmed logic. Hardwired Logic Programmed logic.
  • 20. Department of Electrical Engineering 20 HARDWIRE LOGIC PROGRAMMABLE LOGIC Difficult to develop complex logical expressions with relay logic. Easier to develop complex logical expressions with ladder logic software. The life of relay based system is less as compared to PLC Increased reliability with PLC life easily reaching +10 years, Expansion of the system is difficult as well as costly Easier and cheaper to modify or expand the control system at a later date. More time is required for design, installation and component Reduced design, installation and component costs Relays required continuous maintenance. Virtually maintenance free compared to relays Superior monitoring and reporting functionality are not available with hardwire logic Superior monitoring and reporting functionality making process troubleshooting and optimization easier. Auxiliary devices are required such as timer or counters No need to Add auxiliary timer or counters
  • 21. Department of Electrical Engineering DEPARTMENT OF Electrical ENGINEERING, Sanjivani COE, Kopargaon 21 21