SlideShare una empresa de Scribd logo
1 de 50
Automation 
PLC & SCADA
Title and Content Layout with List 
 What is Automation 
 Impact of Automation 
 Automation History 
 Type of Automation 
 Introduction of PLC 
 Type of PLC 
 Introduction of SCADA
What is Automation 
 Automation is the use of scientific and technological principles in 
the manufacture of machines that take over work normally done by 
humans. 
 Automation plays an increasingly important role in the global 
economy and in daily experience.
Impact of Automation 
 It speeds up the developmental processes of the society. 
 It increases production. 
 Brings further technological changes like information technology. 
 Extreme industrialization 
 Replacement of human labor with machines. 
 Makes life dependent on latest gadgets and equipments 
In general, automation is responsible for the shift in the world economy.
Automation History 
Manual Control 
Pneumatic 
Control 
Hard wired logic 
Control 
Electronic Control 
using Logic Gates 
Programmable Logic 
Controller
Types of Automation 
Types of Automation Applications 
1.Home Automation Air Conditioner, Geyser, Washing 
machine etc. 
2.Office Automation FAX, Printers etc. 
3.Building Automation Automatic Car Parking, Elevator etc. 
4.Industrial Automation Automation in whole plant.
Home Automation
Office Automation
Building Automation
Industrial Automation
Different types of automation tools exist 
are: 
 ANN - Artificial neural network 
 DCS - Distributed Control System 
 HMI - Human Machine Interface 
 SCADA - Supervisory Control and Data Acquisition 
 PLC - Programmable Logic Controller 
 Robotics
Basic Components Of Automation 
 Field Sensors 
 Junction Box 
 Control Hardware and Control System 
 SCADA
Field Sensors 
 Sense the parameter and send the analog & digital signal to the control hardware 
Process Variables Sensors 
Temperature RTD, Thermocouple, Thermistor 
Pressure Borden Tube, Bellows, Strain Gauge 
Flow Pitot Tube 
Displacement LVDT, RVDT
Control Hardware 
Control hardware consist of different types of controllers 
which are as follows: 
 Proportional Integral Derivative Controller (PID) 
CNC 
PC Based 
PLC 
DCS
Application of Automation 
Power generation hydro, coal, gas, oil, shale, nuclear, wind, solar 
Transmission electricity, gas, oil 
Distribution electricity, water 
Process paper, food, pharmaceutical, 
metal production and processing, glass, cement, 
chemical, refinery, oil & gas 
Manufacturing computer aided manufacturing (CIM) 
flexible fabrication, appliances, automotive, aircrafts 
Storage 
silos, elevator, harbor, retail houses, 
deposits, luggage handling 
Building heat, ventilation, air conditioning (HVAC) 
access control, fire, energy supply, tunnels, 
parking lots, highways,.... 
Transportation rolling stock, street cars, sub-urban trains,
Power Plants 
Thermal power plant Hydro power plant Wind power plant 
Nuclear power 
plant Solar power 
plant
examples
Introduction of PLC 
 A PLC (i.e. Programmable Logic Controller) is a device that was 
invented to replace the necessary sequential relay circuits for 
machine control. 
 The PLC works by looking at its inputs and depending upon their 
state, turning on/off its outputs
Basic Components of PLC 
PG/PC 
CPU 
Output 
Module 
Power 
Supply 
Input 
Module
Input Modules 
 Act as interface between real-time status of process variable and the 
CPU. 
Analog input module: 
 RTD (Ohm) 
 Thermocouple (mV) 
Digital input module: 
 Switches 
 Pushbuttons 
 Relays
Output Modules 
• Act as link between the CPU and the output devices in the field. 
Analog output module : 
 Control Valve 
 Motor 
Digital output module : 
 Solenoid Valves 
 lamps
Power Supply 
• Converts the incoming voltage to a useable form for the internal 
electronics 
• Protects the PLC ‘s components from voltage spikes 
• Operates either on 120VAC/ 240 VAC/ 24VDC 
• Isolation transformer - take care of shielding from Drives, ensure 
proper earthing.
Programming Interface 
• Personal Computer 
– Run PLC Programming Software 
– It creates, edits, document, store and troubleshoot ladder diagrams, and 
generates printed reports. 
• Hand Held Programmer 
– Mainly a troubleshooting tool. 
– On factory floor you can modify, store and transfer the program to 
multiple machines. 
These products communicate with the PLC through a RS232
PLC Programming Standards 
The open, manufacturer-independent programming standard for automation is 
IEC 61131-3. You can thus choose what configuration interface you wish to use when 
writing your application : 
 Ladder Diagram 
 Statement List 
 Instruction List 
 Function Block Diagram 
 Sequential Function Chart 
 Structured Text
Ladder Logic 
 Represents how electrical current flows through the devices to 
complete an electrical circuit 
 Each electrical circuit in the diagram is considered a rung having 
two components 
L1 L2 
PB1 Stop PB2 
Motor 
Start 
M1 M1 
Power 
Bus 
Power 
Bus 
Auxiliary 
Holding Contact 
Rung
TOOLS FOR LADDER 
PROGRAMMING 
 Bit Instructions 
 Timers 
 Counters 
 Compare Block 
 Mathematical Operators
BITS 
 Input NC Bit 
 Input NO Bit 
 Output Bit 
 Binary Latch Bit 
 Binary Unlatch Bit 
 OSR Bit
Ladder Logic Instructions 
 The three most common instructions in ladder logic are:
Simple Relay Circuit
Circuit representation in Ladder Logic 
 The above circuit is represented in Ladder logic as shown in figure 
below (only the low voltage circuit is used in ladder logic diagrams):
Timer
Counter
IF input 4 OR input 5 have power 
THEN energize output 0 
I/4 
I/5 
I/4 
| | 
I/5 
| | 
O/0 
O/0 
( ) 
Logical Continuity 
F 
T 
On 
| | 
| | 
( ) 
Logical Continuity 
T 
F 
On 
Logical OR Construction
IF input 4 AND input 5 have power 
THEN energize output 0 
I/4 
| | 
I/5 
| | 
O/0 
( ) 
T T T 
Logical Continuity 
On 
Logical AND Construction
Advantages of PLCs 
 Reduced space 
 Energy saving 
 Ease of maintenance 
 Economical 
 Greater life & reliability 
 Shorter project time 
 Easier storage, archiving and documentation
SCADA 
(SUPERVISORY CONTROL AND DATA ACQUISITION)
What is meant by Data Acquisition 
 DA refers to the method used to access and control information or 
data from the equipment being controlled and monitored. 
 The Data accessed are then forwarded onto a telemetry system 
ready for being transferred to the different sites. 
 Data accessed can be analog and digital information gathered by 
sensors, 
 Flow-meter, Encoders or Current transformers 
 It also can be Control Actions for, 
 Actuators, Relays, Valves, Motors, etc
Why SCADA? 
 Previously without SCADA software, an industrial process was entirely 
controlled by PLC, CNC , PID & micro controllers having programmed in 
certain languages or codes. 
 These codes were either written in assembly language or relay logic 
without any true animation that would explain the process running. 
 It is always easy to understand the status of the process if it is shown with 
some animations rather then written codes. 
 Hence SCADA software came to existence and with some exclusive 
features it became internal part of automation system
Features of typical SCADA 
software 
 Dynamic process graphic 
 Real-time and Historical trending 
 Alarms 
 Recipe Management 
 Security 
 Device connectivity 
 Script for logic development 
 Database connectivity
Dynamic Process Graphics
Real-time & Historical Trends
Alarms 
 Every plant needs proper monitoring and control of the process 
parameters. 
 Alarms represent warnings of process conditions that could cause 
problems, and require an operator response
Recipe Management 
 The recipe management is facility used for maintain various recipes 
of different products and implement it on the process. 
 The recipe can be stored in a single server and it can be fetched by 
any client server from any area to run the process.
Security 
 Every SCADA software has various levels of security for securing 
the application by avoiding unauthorized access.
DIFFERENT USES OF SCADA SYSTEMS: 
Mass transit: regulate electricity to subways, trams and trolley buses; to automate 
traffic signals for rail systems; to track and locate trains and buses; and to control 
railroad crossing gates. 
Manufacturing: manage parts inventories for just-in-time manufacturing, regulate 
industrial automation and robots, and monitor process and quality control.
DIFFERENT USES OF SCADA SYSTEMS(CONTD.): 
Electric power generation, transmission and distribution: Electric utilities detect current flow 
and line voltage, to monitor the operation of circuit breakers, and to take sections of the 
power grid online or offline. 
Buildings, facilities and environments: Facility managers use SCADA to control HVAC, 
refrigeration units, lighting and entry systems.
thank you

Más contenido relacionado

La actualidad más candente

Chapter 1 introduction to automation
Chapter 1   introduction  to automationChapter 1   introduction  to automation
Chapter 1 introduction to automation
Mohamad Sahiedan
 

La actualidad más candente (20)

Plc basics
Plc   basicsPlc   basics
Plc basics
 
PLC and SCADA in Industrial Automation
PLC and SCADA in Industrial AutomationPLC and SCADA in Industrial Automation
PLC and SCADA in Industrial Automation
 
plc-basics.pptx
plc-basics.pptxplc-basics.pptx
plc-basics.pptx
 
PLC Basic
PLC BasicPLC Basic
PLC Basic
 
Industrial Automation
Industrial AutomationIndustrial Automation
Industrial Automation
 
Power point presentation on Industrial Automation
Power point presentation on Industrial AutomationPower point presentation on Industrial Automation
Power point presentation on Industrial Automation
 
Plc presentation
Plc presentation Plc presentation
Plc presentation
 
Automation PLC & SCADA
Automation PLC & SCADA Automation PLC & SCADA
Automation PLC & SCADA
 
Presentaton on Plc & Scada
Presentaton on Plc & ScadaPresentaton on Plc & Scada
Presentaton on Plc & Scada
 
Introduction to SCADA
Introduction to SCADAIntroduction to SCADA
Introduction to SCADA
 
plc scada
 plc scada plc scada
plc scada
 
Use of plc in industrial automation
Use of plc in industrial automationUse of plc in industrial automation
Use of plc in industrial automation
 
PPT of PLC and SCADA
PPT of PLC and SCADAPPT of PLC and SCADA
PPT of PLC and SCADA
 
ppt on PLC automation
ppt on PLC automationppt on PLC automation
ppt on PLC automation
 
ppt on PLC
ppt on PLCppt on PLC
ppt on PLC
 
Scada ppt
Scada  pptScada  ppt
Scada ppt
 
Chapter 1 introduction to automation
Chapter 1   introduction  to automationChapter 1   introduction  to automation
Chapter 1 introduction to automation
 
Programmable Logic Controller (plc)
Programmable Logic Controller (plc)Programmable Logic Controller (plc)
Programmable Logic Controller (plc)
 
PLC and SCADA
PLC and SCADAPLC and SCADA
PLC and SCADA
 
PLC (PROGRAMMABLE LOGIC CONTROLLER)
PLC (PROGRAMMABLE LOGIC CONTROLLER)PLC (PROGRAMMABLE LOGIC CONTROLLER)
PLC (PROGRAMMABLE LOGIC CONTROLLER)
 

Destacado

102602994 wincc-course-ppt
102602994 wincc-course-ppt102602994 wincc-course-ppt
102602994 wincc-course-ppt
MrBundle JB
 
Speed control of 1 φ inducton motor using traic
Speed control of 1 φ inducton motor using traicSpeed control of 1 φ inducton motor using traic
Speed control of 1 φ inducton motor using traic
jawededu
 

Destacado (20)

P L C
P L CP L C
P L C
 
automation slides,plc,scada,HMI
automation slides,plc,scada,HMIautomation slides,plc,scada,HMI
automation slides,plc,scada,HMI
 
PLC SCADA
PLC SCADAPLC SCADA
PLC SCADA
 
Basics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADABasics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADA
 
Siemens Wincc
Siemens WinccSiemens Wincc
Siemens Wincc
 
Home automation
Home automationHome automation
Home automation
 
Students, Parents & Teachers “Speak Up” about Online Learning
Students, Parents & Teachers “Speak Up” about Online LearningStudents, Parents & Teachers “Speak Up” about Online Learning
Students, Parents & Teachers “Speak Up” about Online Learning
 
Impact of Automation System in DSE & CSE
Impact of Automation System in DSE & CSE Impact of Automation System in DSE & CSE
Impact of Automation System in DSE & CSE
 
Hardware components_of_plc
Hardware components_of_plcHardware components_of_plc
Hardware components_of_plc
 
Management & control of home automation devices
Management & control of home automation devicesManagement & control of home automation devices
Management & control of home automation devices
 
Maths trick
Maths trickMaths trick
Maths trick
 
5 roadblocks webinar [slides]
5 roadblocks webinar [slides]5 roadblocks webinar [slides]
5 roadblocks webinar [slides]
 
automation plc - scada
automation plc - scadaautomation plc - scada
automation plc - scada
 
Power plant-basics
Power plant-basicsPower plant-basics
Power plant-basics
 
Varaible frequency drive
Varaible frequency driveVaraible frequency drive
Varaible frequency drive
 
POLYHOUSE AUTOMATION USING PLC
POLYHOUSE AUTOMATION USING PLCPOLYHOUSE AUTOMATION USING PLC
POLYHOUSE AUTOMATION USING PLC
 
Dbms presentation of Automatic Car parking System
Dbms presentation of Automatic Car parking SystemDbms presentation of Automatic Car parking System
Dbms presentation of Automatic Car parking System
 
102602994 wincc-course-ppt
102602994 wincc-course-ppt102602994 wincc-course-ppt
102602994 wincc-course-ppt
 
Presentation on Automation in Welding
Presentation on Automation in WeldingPresentation on Automation in Welding
Presentation on Automation in Welding
 
Speed control of 1 φ inducton motor using traic
Speed control of 1 φ inducton motor using traicSpeed control of 1 φ inducton motor using traic
Speed control of 1 φ inducton motor using traic
 

Similar a Automation(plc&scada)

Automation presentation 141227094725-conversion-gate02
Automation presentation 141227094725-conversion-gate02Automation presentation 141227094725-conversion-gate02
Automation presentation 141227094725-conversion-gate02
Sahithya Mahesh
 
Overview of IoT/M2M Capability
Overview of IoT/M2M CapabilityOverview of IoT/M2M Capability
Overview of IoT/M2M Capability
ALTEN Calsoft Labs
 
Presentation on Industrial Automation by Vivek Atalkar
Presentation on Industrial Automation by Vivek Atalkar Presentation on Industrial Automation by Vivek Atalkar
Presentation on Industrial Automation by Vivek Atalkar
Vivek Atalkar
 
Plc presentation
Plc presentationPlc presentation
Plc presentation
Akshay Modi
 

Similar a Automation(plc&scada) (20)

PLC AND SCADA
PLC AND SCADA PLC AND SCADA
PLC AND SCADA
 
Plc and scada presentation
Plc and scada presentationPlc and scada presentation
Plc and scada presentation
 
Automation presentation
Automation presentationAutomation presentation
Automation presentation
 
Automation presentation 141227094725-conversion-gate02
Automation presentation 141227094725-conversion-gate02Automation presentation 141227094725-conversion-gate02
Automation presentation 141227094725-conversion-gate02
 
PLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh ShekhawatPLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
 
AUTOMATION ,SCADA AND POWER SYSTEM AUTOMATION
AUTOMATION ,SCADA AND POWER SYSTEM AUTOMATIONAUTOMATION ,SCADA AND POWER SYSTEM AUTOMATION
AUTOMATION ,SCADA AND POWER SYSTEM AUTOMATION
 
DCS
DCSDCS
DCS
 
Industrial automation.pptx
Industrial automation.pptxIndustrial automation.pptx
Industrial automation.pptx
 
Plc & scada seminar
Plc & scada seminarPlc & scada seminar
Plc & scada seminar
 
Overview of IoT/M2M Capability
Overview of IoT/M2M CapabilityOverview of IoT/M2M Capability
Overview of IoT/M2M Capability
 
Plc notes
Plc notesPlc notes
Plc notes
 
documentation (1)
documentation (1)documentation (1)
documentation (1)
 
Programmable Logic Controllers
Programmable Logic ControllersProgrammable Logic Controllers
Programmable Logic Controllers
 
Basics and applications of programmable logic controller (plc)
Basics and applications of programmable logic controller (plc)Basics and applications of programmable logic controller (plc)
Basics and applications of programmable logic controller (plc)
 
Industrial Automation (PLC, SCADA & HMI) by Nilesh Jha
Industrial Automation (PLC, SCADA & HMI) by Nilesh JhaIndustrial Automation (PLC, SCADA & HMI) by Nilesh Jha
Industrial Automation (PLC, SCADA & HMI) by Nilesh Jha
 
Industrial automation sustem
Industrial automation sustemIndustrial automation sustem
Industrial automation sustem
 
Samiullah final ppt sacda
Samiullah final ppt sacdaSamiullah final ppt sacda
Samiullah final ppt sacda
 
Presentation on Industrial Automation by Vivek Atalkar
Presentation on Industrial Automation by Vivek Atalkar Presentation on Industrial Automation by Vivek Atalkar
Presentation on Industrial Automation by Vivek Atalkar
 
Plc presentation
Plc presentationPlc presentation
Plc presentation
 
Programmable logic controller
Programmable logic controllerProgrammable logic controller
Programmable logic controller
 

Último

result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
Tonystark477637
 

Último (20)

High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
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
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
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
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
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...
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 

Automation(plc&scada)

  • 2. Title and Content Layout with List  What is Automation  Impact of Automation  Automation History  Type of Automation  Introduction of PLC  Type of PLC  Introduction of SCADA
  • 3. What is Automation  Automation is the use of scientific and technological principles in the manufacture of machines that take over work normally done by humans.  Automation plays an increasingly important role in the global economy and in daily experience.
  • 4. Impact of Automation  It speeds up the developmental processes of the society.  It increases production.  Brings further technological changes like information technology.  Extreme industrialization  Replacement of human labor with machines.  Makes life dependent on latest gadgets and equipments In general, automation is responsible for the shift in the world economy.
  • 5. Automation History Manual Control Pneumatic Control Hard wired logic Control Electronic Control using Logic Gates Programmable Logic Controller
  • 6. Types of Automation Types of Automation Applications 1.Home Automation Air Conditioner, Geyser, Washing machine etc. 2.Office Automation FAX, Printers etc. 3.Building Automation Automatic Car Parking, Elevator etc. 4.Industrial Automation Automation in whole plant.
  • 11. Different types of automation tools exist are:  ANN - Artificial neural network  DCS - Distributed Control System  HMI - Human Machine Interface  SCADA - Supervisory Control and Data Acquisition  PLC - Programmable Logic Controller  Robotics
  • 12. Basic Components Of Automation  Field Sensors  Junction Box  Control Hardware and Control System  SCADA
  • 13. Field Sensors  Sense the parameter and send the analog & digital signal to the control hardware Process Variables Sensors Temperature RTD, Thermocouple, Thermistor Pressure Borden Tube, Bellows, Strain Gauge Flow Pitot Tube Displacement LVDT, RVDT
  • 14. Control Hardware Control hardware consist of different types of controllers which are as follows:  Proportional Integral Derivative Controller (PID) CNC PC Based PLC DCS
  • 15. Application of Automation Power generation hydro, coal, gas, oil, shale, nuclear, wind, solar Transmission electricity, gas, oil Distribution electricity, water Process paper, food, pharmaceutical, metal production and processing, glass, cement, chemical, refinery, oil & gas Manufacturing computer aided manufacturing (CIM) flexible fabrication, appliances, automotive, aircrafts Storage silos, elevator, harbor, retail houses, deposits, luggage handling Building heat, ventilation, air conditioning (HVAC) access control, fire, energy supply, tunnels, parking lots, highways,.... Transportation rolling stock, street cars, sub-urban trains,
  • 16. Power Plants Thermal power plant Hydro power plant Wind power plant Nuclear power plant Solar power plant
  • 18.
  • 19. Introduction of PLC  A PLC (i.e. Programmable Logic Controller) is a device that was invented to replace the necessary sequential relay circuits for machine control.  The PLC works by looking at its inputs and depending upon their state, turning on/off its outputs
  • 20. Basic Components of PLC PG/PC CPU Output Module Power Supply Input Module
  • 21. Input Modules  Act as interface between real-time status of process variable and the CPU. Analog input module:  RTD (Ohm)  Thermocouple (mV) Digital input module:  Switches  Pushbuttons  Relays
  • 22.
  • 23. Output Modules • Act as link between the CPU and the output devices in the field. Analog output module :  Control Valve  Motor Digital output module :  Solenoid Valves  lamps
  • 24. Power Supply • Converts the incoming voltage to a useable form for the internal electronics • Protects the PLC ‘s components from voltage spikes • Operates either on 120VAC/ 240 VAC/ 24VDC • Isolation transformer - take care of shielding from Drives, ensure proper earthing.
  • 25. Programming Interface • Personal Computer – Run PLC Programming Software – It creates, edits, document, store and troubleshoot ladder diagrams, and generates printed reports. • Hand Held Programmer – Mainly a troubleshooting tool. – On factory floor you can modify, store and transfer the program to multiple machines. These products communicate with the PLC through a RS232
  • 26. PLC Programming Standards The open, manufacturer-independent programming standard for automation is IEC 61131-3. You can thus choose what configuration interface you wish to use when writing your application :  Ladder Diagram  Statement List  Instruction List  Function Block Diagram  Sequential Function Chart  Structured Text
  • 27. Ladder Logic  Represents how electrical current flows through the devices to complete an electrical circuit  Each electrical circuit in the diagram is considered a rung having two components L1 L2 PB1 Stop PB2 Motor Start M1 M1 Power Bus Power Bus Auxiliary Holding Contact Rung
  • 28. TOOLS FOR LADDER PROGRAMMING  Bit Instructions  Timers  Counters  Compare Block  Mathematical Operators
  • 29. BITS  Input NC Bit  Input NO Bit  Output Bit  Binary Latch Bit  Binary Unlatch Bit  OSR Bit
  • 30. Ladder Logic Instructions  The three most common instructions in ladder logic are:
  • 32. Circuit representation in Ladder Logic  The above circuit is represented in Ladder logic as shown in figure below (only the low voltage circuit is used in ladder logic diagrams):
  • 33. Timer
  • 35. IF input 4 OR input 5 have power THEN energize output 0 I/4 I/5 I/4 | | I/5 | | O/0 O/0 ( ) Logical Continuity F T On | | | | ( ) Logical Continuity T F On Logical OR Construction
  • 36. IF input 4 AND input 5 have power THEN energize output 0 I/4 | | I/5 | | O/0 ( ) T T T Logical Continuity On Logical AND Construction
  • 37. Advantages of PLCs  Reduced space  Energy saving  Ease of maintenance  Economical  Greater life & reliability  Shorter project time  Easier storage, archiving and documentation
  • 38. SCADA (SUPERVISORY CONTROL AND DATA ACQUISITION)
  • 39. What is meant by Data Acquisition  DA refers to the method used to access and control information or data from the equipment being controlled and monitored.  The Data accessed are then forwarded onto a telemetry system ready for being transferred to the different sites.  Data accessed can be analog and digital information gathered by sensors,  Flow-meter, Encoders or Current transformers  It also can be Control Actions for,  Actuators, Relays, Valves, Motors, etc
  • 40. Why SCADA?  Previously without SCADA software, an industrial process was entirely controlled by PLC, CNC , PID & micro controllers having programmed in certain languages or codes.  These codes were either written in assembly language or relay logic without any true animation that would explain the process running.  It is always easy to understand the status of the process if it is shown with some animations rather then written codes.  Hence SCADA software came to existence and with some exclusive features it became internal part of automation system
  • 41. Features of typical SCADA software  Dynamic process graphic  Real-time and Historical trending  Alarms  Recipe Management  Security  Device connectivity  Script for logic development  Database connectivity
  • 44. Alarms  Every plant needs proper monitoring and control of the process parameters.  Alarms represent warnings of process conditions that could cause problems, and require an operator response
  • 45. Recipe Management  The recipe management is facility used for maintain various recipes of different products and implement it on the process.  The recipe can be stored in a single server and it can be fetched by any client server from any area to run the process.
  • 46. Security  Every SCADA software has various levels of security for securing the application by avoiding unauthorized access.
  • 47. DIFFERENT USES OF SCADA SYSTEMS: Mass transit: regulate electricity to subways, trams and trolley buses; to automate traffic signals for rail systems; to track and locate trains and buses; and to control railroad crossing gates. Manufacturing: manage parts inventories for just-in-time manufacturing, regulate industrial automation and robots, and monitor process and quality control.
  • 48. DIFFERENT USES OF SCADA SYSTEMS(CONTD.): Electric power generation, transmission and distribution: Electric utilities detect current flow and line voltage, to monitor the operation of circuit breakers, and to take sections of the power grid online or offline. Buildings, facilities and environments: Facility managers use SCADA to control HVAC, refrigeration units, lighting and entry systems.
  • 49.