SlideShare a Scribd company logo
1 of 39
Name of Institution
1
Submitted By:
PRIYA HADA
B.Tech. VII Semester ECE
A Presentation
on Summer Training in
PLC & Scada
Name of Institution
IT IS ALSO AUTOMATION
Feedback(Eyes)
Processor (Brain)
controlling unit(Hand)
When Human Operator can operate the machine ,taking Feedback of a
Machinery performance and he can change or adjust according to requirement,
that why it also called as Automation.
Thus ,we can define Automation
Any systematic operation required intelligence and as well as
monitoring action.
Output
action unit
(Leg)
Name of InstitutionAutomation
3
It is the use of control systems and information technologies to
reduce the need for human work in the production of goods
and services.
ADVANTAGE:
Replacing human operators in tasks that involve hard work.
Trouble shooting aids make programming easier.
Performing tasks that are beyond human capabilities.
Automation may improve in economy of enterprises.
DISVANTAGE:
 Unemployment rate increases
 Technical Limitation
 Security Threats
 High initial cost.
Name of Institution
Programmable Logic Controller
 It is industrial computer that perform
discrete or sequential logic.
 It was developed to replace mechanical
relays, timers, counters.
 Reduce the changeover time. Reliability
in operation.
 Flexibility in control and programming
techniques. Online offline modifications.
 Small physical size, shorter project time.
 Speed of operation. Ease of maintenance
and troubleshooting.
 Ability to communicate and networking
with computer system in plant.
 Documentation and security.
Micrologix 1000
Programmable
Controller
Name of InstitutionSimple PLC
network
digital inputs
digital
outputs
analog inputs /
outputs
CPU1 CPU2
redundant
field bus
connection
inputs/o
utputs
serial
connections
Name of InstitutionGlobal players
Source: ARC Research, 2005-10
Name of InstitutionKinds of PLC
Compact:
•Fixed casing, Fixed number of I/O (most of them binary).
•No process computer capabilities (no MMC).
•Can be extended and networked by an extension (field) bus
•Sometimes LAN connection (Ethernet).
Modular PLC:
•High processing power (several CPUs),Large choice of I/O boards.
•Interface boards to field busses, Cost effective if the rack can be filled.
•Mounted on DIN-rail, 24V supply.
•Not water-proof, no ventilator.
Soft PLC:
•PC as engineering workstation
•PC as human interface (Visual Basic, Wonderware)
•PC as real-time processor
Name of InstitutionPLC System
8
Name of InstitutionArchitecture of a PLC
INPUT
DEVICES
PLC OUTPUT
DEVICES
POWER
SUPPY
MEMORY INTERFACE
(24V DC,120V AC)
(Toggle or Push
buttons, proximity or
pressure sensors)
(Displays &
Monitors)
(External memory
module)
(SCADA or HMI)
Name of Institution
COMPUT
ER PLC
DOWNLOAD
UPLOAD
 DATA TRANSMISSION - SERIAL
 SYSTEM(PORT) PLC(PORT)
RS 232 DF port
Baud Rate - 9.6 Kbps to 19.2 Kbps
Driver software - RS Linx Classic, RS 232 & DF Drivers
Programming software - RS Logix 500
Name of Institution
Working
 Source mode: +ve supply is given to the PLC.
 Sink mode: -ve supply is given to the PLC.
The sink and source modes mainly define the way in which the I/O is connected to the
I/O of the PLC.
Name of Institution
12
PLC
INPUTS
OUTPUTS
MOTOR
LAMP
CONTACTOR
PUSHBUTTONS
INPUT AND OUTPUT MODULE
Name of Institution
13
L1 L2
P. B SWITCH
INPUT MODULE
WIRING DIAGRAM
LADDER PROGRAM
I:2
0
I= Input
Module
slot # in rack
Module
Terminal #
Allen-Bradley 1746-1A16
Address I:2.0/0
INPUT MODULE
Name of Institution
Ladder logic
Ladder logic is the oldest programming language for PLC
- based on relay intuition of electricians.
- widely in use outside Europe.
Rung 0
Rung 1
Rung 2
Input instructions (conditions)Output (actions)
Programming in PLC
Name of Institution
 ADDRESSING FORMAT : Identifier: slot address(if any).word
address/bit
 DATA FILES: Micrologix 1000 contain the status information
associated with the external I/O and all other instructions we use in
our main and subroutine ladder program files.
 These files are organized by the type of data they contain. Data file
types are:
Name of Institution
Name of Institution
PLC TIMER/COUNTER
FUNCTION
Timer
Counter
Name of Institution
MATH INSTRUCTIONS
Name of Institution
19
PROGRAMMING
Normally Open
(NO)
Normally Closed
(NC)
Coil
Boxes
The normally open (NO) is true when the
input or output status bit controlling the contact
is 1.
The normally closed (NC) is true when the
input or output status bit controlling the contact
is 0.
Coils represent relays that are energized
when power flows to them. When a coil is
energized it causes a corresponding output to
turn on by changing the state of the status bit
controlling the output to 1.
Boxes represent various instructions or
functions that are executed when power flows
to the box. Some of these Functions are timers,
counters and math operations.
Name of Institution
20
AND OPERATION : In the rung
above, both inputs A and B must be true
(1) in order for the output C to be true (1).
Rung
A B C
A C
A
B
OR OPERATION : either input A or
B is be true (1), or both are true, then
the output C is true (1).
NOT OPERATION : that if input
A is be true (1),then the output C is
true (0) or when A is (0), output C is 1.
Name of Institution
Applications
 Material Handling
 Packaging Applications
 General Industrial
Machinery & Conveyor
 Printing
Food and Beverage
Pharmaceutical
Water Wastewater / SCADA
Clutch/Brake control
Position Control - Pick-and-place
Name of Institution
SCADA
Supervisory Control and Data Acquisition
Supervisory means Monitoring
entire system through
GUI representation
of working Status ,of the
entire system
Control means Controlling
the entire System such as
ON/OFF operation ,
Speed controlling,
temperature Controlling
Data Acquisition
mean collecting
data Information from
Different controller,
Sensor , Drives ,
Motor which are
connected at distance
through wire ,
Ethernet , wireless
Name of Institution
PLC is just like a Black Box, internal operation of its user can’t see until
the entire process complete or halt the System…Thus we required
Representation of the entire process……..
Name of InstitutionWHAT IS INTOUCH?
• Wonderware InTouch provides a single
integrated view of all your controls and
information resources. Intouch enables
engineers, supervisors, operators and managers
to view and interact with the working of entire
operation through graphical representations
of their production processes
24
Name of InstitutionWhy SCADA?
Saves Time and Money
• Less traveling for workers
• Reduces man-power needs
• Increases production efficiency of a
company
• Cost effective for power systems
• Saves energy
 Reliable
 Supervisory control over a
particular system
Name of Institution
GENERAL TERMINOLOGY
26
TAG
ANALOG TAGS
DISCRETE TAGS
SYSTEM TAGS
STRING TAGS
TOUCH PUSH BUTTONS
COLOUR LINKS
VISIBILITY
BLINK
ORIENTATION
DISABLE
VALUE DISPLAY LINK
PERCENTAGE FILL
APPLICATION SCRIPT
WINDOW SCRIPT
KEY SCRIPT
CONDITION SCRIPT
Name of InstitutionTAG’s
 It is the address of the memory
location where signals are being
saved.
 We define a TAG in order to use
it in the SCADA
software(Intouch wonderware).
 TYPES : 1) Analog 2) Digital 3)
Strings
 These are further associated with
either “Memory” or “I/O” type
tags.
 PC-SCADA – Memory
analog/digital/string tag
 PLC-SCADA - I/O
analog/digital/string tag
Name of InstitutionFeatures & Software
FEATURES
 Dynamic process graphic
 Alarm triggering
 Database connectivity
 Real time trend and historical trend
view
 Security & Recipe management
 Device connectivity
SOFTWARES
 Wonderware- Intouch
 Rockwell- RS view32
 Siemens- winCC
Name of Institution
Dynamic process graphic
Name of Institution
• Using this feature, one can develop graphics which can resemble
the plant.
• The graphic can include Reactor, Valves, Pumps, agitators,
conveyors as well as other equipment and machinery used in the
plant.
• The status of the equipment running / stopped can be shown
using different color / animations.
• Typically the SCADA Software will have many ready to use
symbols for proper representation which can be used in any type
of industry.
30
Name of InstitutionAlarm triggering
Name of Institution
32
Every plant need proper monitoring and control of the process
parameters.
 Alarms represent warnings of process conditions that could
cause problems, and require an operator response.
Generally alarms are implemented by using the lamps or
hooters in field but in SCADA it can be represented using
animation.
In many SCADA software, four type of alarm limits are used ie
HI, HIHI,LOW, LOW LOW.
Name of Institution
We can also monitor the Real time operation and the process
on Graph .
TREND
Name of Institution
34
This facility is used for representing the data in graphical form.
Typically the trends plots the value with reference to the time.
Real-time data will plot the real-time value fixed period of time
while historical data stored value which can be viewed on demand.
Depending upon the storing capacity of the hard-disk on can
specify the no of days the data can be stored .
Some SCADA software show real-time and historical trends in
single graphics while few others use separate tools..
Name of InstitutionSECURITY
 Every SCADA Software has various levels of security for
securing the application by avoiding unauthorized access.
 Depending upon the access level given the operator / engineers
is allowed to do the task. In the most of the case, operators are
allowed only to operate the plant while maintenance engineers
can do the application modifications.
 The security can be given for individuals as well as for groups.
35
Name of InstitutionRecipe Management
36
Name of Institution
37
In many case we use the same plant for manufacturing different
product range. for example an oil blending plant can manufacture
power oil, transformer oil, automobile oil.
The recipe management is facility is used to 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.
Name of Institution
In Industry SCADA were designed on Computer System , and display
may be on computer screen, LCD Display or Projector
Name of Institution

More Related Content

What's hot

Automation with plc & scada
Automation with plc & scadaAutomation with plc & scada
Automation with plc & scadaMNIT Jaipur
 
PPT of PLC and SCADA
PPT of PLC and SCADAPPT of PLC and SCADA
PPT of PLC and SCADAMohseen1234
 
PPT on INDUSTRIAL AUTOMATION, PLC, SCADA
 PPT on INDUSTRIAL AUTOMATION, PLC, SCADA PPT on INDUSTRIAL AUTOMATION, PLC, SCADA
PPT on INDUSTRIAL AUTOMATION, PLC, SCADAAakashkumar276
 
Plc example presentation
Plc example presentationPlc example presentation
Plc example presentationRoshit Kadiru
 
ppt on PLC automation
ppt on PLC automationppt on PLC automation
ppt on PLC automationMd Talib
 
WHAT IS SCADA AND BASIC KNOWLEDGE ABOUT IT.
WHAT IS SCADA AND BASIC KNOWLEDGE ABOUT IT.WHAT IS SCADA AND BASIC KNOWLEDGE ABOUT IT.
WHAT IS SCADA AND BASIC KNOWLEDGE ABOUT IT.kgaurav113
 
Plc and scada presentation
Plc and scada presentationPlc and scada presentation
Plc and scada presentationVikasKumar1628
 
Basics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADABasics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADAIndira Kundu
 
Distributed control system presentation
Distributed control system presentationDistributed control system presentation
Distributed control system presentationAYUSH VARSHNEY
 
Practical Distributed Control Systems (DCS) for Engineers and Technicians
Practical Distributed Control Systems (DCS) for Engineers and TechniciansPractical Distributed Control Systems (DCS) for Engineers and Technicians
Practical Distributed Control Systems (DCS) for Engineers and TechniciansLiving Online
 
Programmable logic controller - Siemens S7-1200
Programmable logic controller - Siemens S7-1200Programmable logic controller - Siemens S7-1200
Programmable logic controller - Siemens S7-1200Ahmed Elsayed
 
Plc course presentation
Plc course presentationPlc course presentation
Plc course presentationOsama Wahdan
 
programmable logic controller presentation
programmable logic controller presentationprogrammable logic controller presentation
programmable logic controller presentationAshutosh Verma
 
Plc scada details and comparison
Plc scada details and comparisonPlc scada details and comparison
Plc scada details and comparisontamannataneja
 

What's hot (20)

Automation with plc & scada
Automation with plc & scadaAutomation with plc & scada
Automation with plc & scada
 
PPT of PLC and SCADA
PPT of PLC and SCADAPPT of PLC and SCADA
PPT of PLC and SCADA
 
ppt on PLC
ppt on PLCppt on PLC
ppt on PLC
 
PPT on INDUSTRIAL AUTOMATION, PLC, SCADA
 PPT on INDUSTRIAL AUTOMATION, PLC, SCADA PPT on INDUSTRIAL AUTOMATION, PLC, SCADA
PPT on INDUSTRIAL AUTOMATION, PLC, SCADA
 
Plc example presentation
Plc example presentationPlc example presentation
Plc example presentation
 
Scada ppt
Scada  pptScada  ppt
Scada ppt
 
PLC and SCADA
PLC and SCADAPLC and SCADA
PLC and SCADA
 
Allen bradley
Allen bradleyAllen bradley
Allen bradley
 
ppt on PLC automation
ppt on PLC automationppt on PLC automation
ppt on PLC automation
 
WHAT IS SCADA AND BASIC KNOWLEDGE ABOUT IT.
WHAT IS SCADA AND BASIC KNOWLEDGE ABOUT IT.WHAT IS SCADA AND BASIC KNOWLEDGE ABOUT IT.
WHAT IS SCADA AND BASIC KNOWLEDGE ABOUT IT.
 
PLC SCADA
PLC SCADAPLC SCADA
PLC SCADA
 
Plc and scada presentation
Plc and scada presentationPlc and scada presentation
Plc and scada presentation
 
Basics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADABasics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADA
 
Distributed control system presentation
Distributed control system presentationDistributed control system presentation
Distributed control system presentation
 
Practical Distributed Control Systems (DCS) for Engineers and Technicians
Practical Distributed Control Systems (DCS) for Engineers and TechniciansPractical Distributed Control Systems (DCS) for Engineers and Technicians
Practical Distributed Control Systems (DCS) for Engineers and Technicians
 
Programmable logic controller - Siemens S7-1200
Programmable logic controller - Siemens S7-1200Programmable logic controller - Siemens S7-1200
Programmable logic controller - Siemens S7-1200
 
Plc course presentation
Plc course presentationPlc course presentation
Plc course presentation
 
programmable logic controller presentation
programmable logic controller presentationprogrammable logic controller presentation
programmable logic controller presentation
 
Scada & hmi
Scada & hmiScada & hmi
Scada & hmi
 
Plc scada details and comparison
Plc scada details and comparisonPlc scada details and comparison
Plc scada details and comparison
 

Similar to Plc and scada project ppt

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 JhaNilesh Jha
 
SCADA - Wikipedia, the free encyclopedia
SCADA - Wikipedia, the free encyclopediaSCADA - Wikipedia, the free encyclopedia
SCADA - Wikipedia, the free encyclopediaRaj Bakshi
 
PRESENTATION ON PLC AND SCADA
PRESENTATION ON PLC AND SCADAPRESENTATION ON PLC AND SCADA
PRESENTATION ON PLC AND SCADAAnandKumarJha33
 
Discription of PLC and SCADA
Discription of PLC and SCADADiscription of PLC and SCADA
Discription of PLC and SCADAIshank Ranjan
 
PLC and SCADA training.
PLC and SCADA training.PLC and SCADA training.
PLC and SCADA training.Ishank Ranjan
 
PLC Training in Noida | PLC Scada Training in Delhi
PLC Training in Noida | PLC Scada Training in DelhiPLC Training in Noida | PLC Scada Training in Delhi
PLC Training in Noida | PLC Scada Training in DelhiSofcon India PVT LTD
 
L1 PLC SCADA Orientation
L1 PLC SCADA OrientationL1 PLC SCADA Orientation
L1 PLC SCADA OrientationRAJESH KUMAR
 
Power point presentation on Industrial Automation
Power point presentation on Industrial AutomationPower point presentation on Industrial Automation
Power point presentation on Industrial AutomationJaiPrakash337
 
Industrial automation sustem
Industrial automation sustemIndustrial automation sustem
Industrial automation sustemParas kumar
 
Training Report on PLC & SCADA
Training Report on PLC & SCADATraining Report on PLC & SCADA
Training Report on PLC & SCADABhavya Bakshi
 

Similar to Plc and scada project ppt (20)

DEVENDRAPLC .pptx
DEVENDRAPLC .pptxDEVENDRAPLC .pptx
DEVENDRAPLC .pptx
 
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
 
Plc scada-140717081152-phpapp02
Plc scada-140717081152-phpapp02Plc scada-140717081152-phpapp02
Plc scada-140717081152-phpapp02
 
Plc scada(by ankit)2
Plc scada(by ankit)2Plc scada(by ankit)2
Plc scada(by ankit)2
 
SCADA - Wikipedia, the free encyclopedia
SCADA - Wikipedia, the free encyclopediaSCADA - Wikipedia, the free encyclopedia
SCADA - Wikipedia, the free encyclopedia
 
PRESENTATION ON PLC AND SCADA
PRESENTATION ON PLC AND SCADAPRESENTATION ON PLC AND SCADA
PRESENTATION ON PLC AND SCADA
 
Discription of PLC and SCADA
Discription of PLC and SCADADiscription of PLC and SCADA
Discription of PLC and SCADA
 
PLC and SCADA training.
PLC and SCADA training.PLC and SCADA training.
PLC and SCADA training.
 
PLC Training in Noida | PLC Scada Training in Delhi
PLC Training in Noida | PLC Scada Training in DelhiPLC Training in Noida | PLC Scada Training in Delhi
PLC Training in Noida | PLC Scada Training in Delhi
 
Whatisaplc
WhatisaplcWhatisaplc
Whatisaplc
 
L1 PLC SCADA Orientation
L1 PLC SCADA OrientationL1 PLC SCADA Orientation
L1 PLC SCADA Orientation
 
Vt training plc_1
Vt training plc_1Vt training plc_1
Vt training plc_1
 
Power point presentation on Industrial Automation
Power point presentation on Industrial AutomationPower point presentation on Industrial Automation
Power point presentation on Industrial Automation
 
Industrial automation sustem
Industrial automation sustemIndustrial automation sustem
Industrial automation sustem
 
Vt training plc_1
Vt training plc_1Vt training plc_1
Vt training plc_1
 
Training Report on PLC & SCADA
Training Report on PLC & SCADATraining Report on PLC & SCADA
Training Report on PLC & SCADA
 
SCADA Overview
SCADA OverviewSCADA Overview
SCADA Overview
 
03 scada.synopsis
03 scada.synopsis03 scada.synopsis
03 scada.synopsis
 
PLC AND SCADA
PLC AND SCADA PLC AND SCADA
PLC AND SCADA
 
DCS
DCSDCS
DCS
 

More from Priya Hada

Plc report with project
Plc report with projectPlc report with project
Plc report with projectPriya Hada
 
Plc and scada theory ppt
Plc and scada theory pptPlc and scada theory ppt
Plc and scada theory pptPriya Hada
 
Cellular concepts
Cellular conceptsCellular concepts
Cellular conceptsPriya Hada
 
Types of glasswares
Types of glasswaresTypes of glasswares
Types of glasswaresPriya Hada
 
Presentation small loop_antennas_electric_field_and_directivity_calculations_...
Presentation small loop_antennas_electric_field_and_directivity_calculations_...Presentation small loop_antennas_electric_field_and_directivity_calculations_...
Presentation small loop_antennas_electric_field_and_directivity_calculations_...Priya Hada
 
Vlsi report using latex
Vlsi report using latexVlsi report using latex
Vlsi report using latexPriya Hada
 
Bermuda triangle
Bermuda triangleBermuda triangle
Bermuda trianglePriya Hada
 
Final report on line follower
Final report on line followerFinal report on line follower
Final report on line followerPriya Hada
 
Line follower robot
Line follower robotLine follower robot
Line follower robotPriya Hada
 
## Finalterm paper repport on fso#w245
## Finalterm paper repport on fso#w245## Finalterm paper repport on fso#w245
## Finalterm paper repport on fso#w245Priya Hada
 
## Final term paper ppt##
## Final term paper ppt#### Final term paper ppt##
## Final term paper ppt##Priya Hada
 
Emft final pppts
Emft final ppptsEmft final pppts
Emft final ppptsPriya Hada
 
Priyas final ppts
Priyas final pptsPriyas final ppts
Priyas final pptsPriya Hada
 

More from Priya Hada (15)

Plc report with project
Plc report with projectPlc report with project
Plc report with project
 
Plc report
Plc reportPlc report
Plc report
 
Plc report
Plc report Plc report
Plc report
 
Plc and scada theory ppt
Plc and scada theory pptPlc and scada theory ppt
Plc and scada theory ppt
 
Cellular concepts
Cellular conceptsCellular concepts
Cellular concepts
 
Types of glasswares
Types of glasswaresTypes of glasswares
Types of glasswares
 
Presentation small loop_antennas_electric_field_and_directivity_calculations_...
Presentation small loop_antennas_electric_field_and_directivity_calculations_...Presentation small loop_antennas_electric_field_and_directivity_calculations_...
Presentation small loop_antennas_electric_field_and_directivity_calculations_...
 
Vlsi report using latex
Vlsi report using latexVlsi report using latex
Vlsi report using latex
 
Bermuda triangle
Bermuda triangleBermuda triangle
Bermuda triangle
 
Final report on line follower
Final report on line followerFinal report on line follower
Final report on line follower
 
Line follower robot
Line follower robotLine follower robot
Line follower robot
 
## Finalterm paper repport on fso#w245
## Finalterm paper repport on fso#w245## Finalterm paper repport on fso#w245
## Finalterm paper repport on fso#w245
 
## Final term paper ppt##
## Final term paper ppt#### Final term paper ppt##
## Final term paper ppt##
 
Emft final pppts
Emft final ppptsEmft final pppts
Emft final pppts
 
Priyas final ppts
Priyas final pptsPriyas final ppts
Priyas final ppts
 

Recently uploaded

UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingBootNeck1
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdfHafizMudaserAhmad
 
Ch10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdfCh10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdfChristianCDAM
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
Crystal Structure analysis and detailed information pptx
Crystal Structure analysis and detailed information pptxCrystal Structure analysis and detailed information pptx
Crystal Structure analysis and detailed information pptxachiever3003
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communicationpanditadesh123
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the weldingMuhammadUzairLiaqat
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 
Risk Management in Engineering Construction Project
Risk Management in Engineering Construction ProjectRisk Management in Engineering Construction Project
Risk Management in Engineering Construction ProjectErbil Polytechnic University
 
National Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfNational Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfRajuKanojiya4
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadaditya806802
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Erbil Polytechnic University
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdfCaalaaAbdulkerim
 

Recently uploaded (20)

UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event Scheduling
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf
 
Ch10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdfCh10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdf
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
Crystal Structure analysis and detailed information pptx
Crystal Structure analysis and detailed information pptxCrystal Structure analysis and detailed information pptx
Crystal Structure analysis and detailed information pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communication
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the welding
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 
Risk Management in Engineering Construction Project
Risk Management in Engineering Construction ProjectRisk Management in Engineering Construction Project
Risk Management in Engineering Construction Project
 
National Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfNational Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdf
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasad
 
Designing pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptxDesigning pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdf
 

Plc and scada project ppt

  • 1. Name of Institution 1 Submitted By: PRIYA HADA B.Tech. VII Semester ECE A Presentation on Summer Training in PLC & Scada
  • 2. Name of Institution IT IS ALSO AUTOMATION Feedback(Eyes) Processor (Brain) controlling unit(Hand) When Human Operator can operate the machine ,taking Feedback of a Machinery performance and he can change or adjust according to requirement, that why it also called as Automation. Thus ,we can define Automation Any systematic operation required intelligence and as well as monitoring action. Output action unit (Leg)
  • 3. Name of InstitutionAutomation 3 It is the use of control systems and information technologies to reduce the need for human work in the production of goods and services. ADVANTAGE: Replacing human operators in tasks that involve hard work. Trouble shooting aids make programming easier. Performing tasks that are beyond human capabilities. Automation may improve in economy of enterprises. DISVANTAGE:  Unemployment rate increases  Technical Limitation  Security Threats  High initial cost.
  • 4. Name of Institution Programmable Logic Controller  It is industrial computer that perform discrete or sequential logic.  It was developed to replace mechanical relays, timers, counters.  Reduce the changeover time. Reliability in operation.  Flexibility in control and programming techniques. Online offline modifications.  Small physical size, shorter project time.  Speed of operation. Ease of maintenance and troubleshooting.  Ability to communicate and networking with computer system in plant.  Documentation and security. Micrologix 1000 Programmable Controller
  • 5. Name of InstitutionSimple PLC network digital inputs digital outputs analog inputs / outputs CPU1 CPU2 redundant field bus connection inputs/o utputs serial connections
  • 6. Name of InstitutionGlobal players Source: ARC Research, 2005-10
  • 7. Name of InstitutionKinds of PLC Compact: •Fixed casing, Fixed number of I/O (most of them binary). •No process computer capabilities (no MMC). •Can be extended and networked by an extension (field) bus •Sometimes LAN connection (Ethernet). Modular PLC: •High processing power (several CPUs),Large choice of I/O boards. •Interface boards to field busses, Cost effective if the rack can be filled. •Mounted on DIN-rail, 24V supply. •Not water-proof, no ventilator. Soft PLC: •PC as engineering workstation •PC as human interface (Visual Basic, Wonderware) •PC as real-time processor
  • 9. Name of InstitutionArchitecture of a PLC INPUT DEVICES PLC OUTPUT DEVICES POWER SUPPY MEMORY INTERFACE (24V DC,120V AC) (Toggle or Push buttons, proximity or pressure sensors) (Displays & Monitors) (External memory module) (SCADA or HMI)
  • 10. Name of Institution COMPUT ER PLC DOWNLOAD UPLOAD  DATA TRANSMISSION - SERIAL  SYSTEM(PORT) PLC(PORT) RS 232 DF port Baud Rate - 9.6 Kbps to 19.2 Kbps Driver software - RS Linx Classic, RS 232 & DF Drivers Programming software - RS Logix 500
  • 11. Name of Institution Working  Source mode: +ve supply is given to the PLC.  Sink mode: -ve supply is given to the PLC. The sink and source modes mainly define the way in which the I/O is connected to the I/O of the PLC.
  • 13. Name of Institution 13 L1 L2 P. B SWITCH INPUT MODULE WIRING DIAGRAM LADDER PROGRAM I:2 0 I= Input Module slot # in rack Module Terminal # Allen-Bradley 1746-1A16 Address I:2.0/0 INPUT MODULE
  • 14. Name of Institution Ladder logic Ladder logic is the oldest programming language for PLC - based on relay intuition of electricians. - widely in use outside Europe. Rung 0 Rung 1 Rung 2 Input instructions (conditions)Output (actions) Programming in PLC
  • 15. Name of Institution  ADDRESSING FORMAT : Identifier: slot address(if any).word address/bit  DATA FILES: Micrologix 1000 contain the status information associated with the external I/O and all other instructions we use in our main and subroutine ladder program files.  These files are organized by the type of data they contain. Data file types are:
  • 17. Name of Institution PLC TIMER/COUNTER FUNCTION Timer Counter
  • 18. Name of Institution MATH INSTRUCTIONS
  • 19. Name of Institution 19 PROGRAMMING Normally Open (NO) Normally Closed (NC) Coil Boxes The normally open (NO) is true when the input or output status bit controlling the contact is 1. The normally closed (NC) is true when the input or output status bit controlling the contact is 0. Coils represent relays that are energized when power flows to them. When a coil is energized it causes a corresponding output to turn on by changing the state of the status bit controlling the output to 1. Boxes represent various instructions or functions that are executed when power flows to the box. Some of these Functions are timers, counters and math operations.
  • 20. Name of Institution 20 AND OPERATION : In the rung above, both inputs A and B must be true (1) in order for the output C to be true (1). Rung A B C A C A B OR OPERATION : either input A or B is be true (1), or both are true, then the output C is true (1). NOT OPERATION : that if input A is be true (1),then the output C is true (0) or when A is (0), output C is 1.
  • 21. Name of Institution Applications  Material Handling  Packaging Applications  General Industrial Machinery & Conveyor  Printing Food and Beverage Pharmaceutical Water Wastewater / SCADA Clutch/Brake control Position Control - Pick-and-place
  • 22. Name of Institution SCADA Supervisory Control and Data Acquisition Supervisory means Monitoring entire system through GUI representation of working Status ,of the entire system Control means Controlling the entire System such as ON/OFF operation , Speed controlling, temperature Controlling Data Acquisition mean collecting data Information from Different controller, Sensor , Drives , Motor which are connected at distance through wire , Ethernet , wireless
  • 23. Name of Institution PLC is just like a Black Box, internal operation of its user can’t see until the entire process complete or halt the System…Thus we required Representation of the entire process……..
  • 24. Name of InstitutionWHAT IS INTOUCH? • Wonderware InTouch provides a single integrated view of all your controls and information resources. Intouch enables engineers, supervisors, operators and managers to view and interact with the working of entire operation through graphical representations of their production processes 24
  • 25. Name of InstitutionWhy SCADA? Saves Time and Money • Less traveling for workers • Reduces man-power needs • Increases production efficiency of a company • Cost effective for power systems • Saves energy  Reliable  Supervisory control over a particular system
  • 26. Name of Institution GENERAL TERMINOLOGY 26 TAG ANALOG TAGS DISCRETE TAGS SYSTEM TAGS STRING TAGS TOUCH PUSH BUTTONS COLOUR LINKS VISIBILITY BLINK ORIENTATION DISABLE VALUE DISPLAY LINK PERCENTAGE FILL APPLICATION SCRIPT WINDOW SCRIPT KEY SCRIPT CONDITION SCRIPT
  • 27. Name of InstitutionTAG’s  It is the address of the memory location where signals are being saved.  We define a TAG in order to use it in the SCADA software(Intouch wonderware).  TYPES : 1) Analog 2) Digital 3) Strings  These are further associated with either “Memory” or “I/O” type tags.  PC-SCADA – Memory analog/digital/string tag  PLC-SCADA - I/O analog/digital/string tag
  • 28. Name of InstitutionFeatures & Software FEATURES  Dynamic process graphic  Alarm triggering  Database connectivity  Real time trend and historical trend view  Security & Recipe management  Device connectivity SOFTWARES  Wonderware- Intouch  Rockwell- RS view32  Siemens- winCC
  • 29. Name of Institution Dynamic process graphic
  • 30. Name of Institution • Using this feature, one can develop graphics which can resemble the plant. • The graphic can include Reactor, Valves, Pumps, agitators, conveyors as well as other equipment and machinery used in the plant. • The status of the equipment running / stopped can be shown using different color / animations. • Typically the SCADA Software will have many ready to use symbols for proper representation which can be used in any type of industry. 30
  • 32. Name of Institution 32 Every plant need proper monitoring and control of the process parameters.  Alarms represent warnings of process conditions that could cause problems, and require an operator response. Generally alarms are implemented by using the lamps or hooters in field but in SCADA it can be represented using animation. In many SCADA software, four type of alarm limits are used ie HI, HIHI,LOW, LOW LOW.
  • 33. Name of Institution We can also monitor the Real time operation and the process on Graph . TREND
  • 34. Name of Institution 34 This facility is used for representing the data in graphical form. Typically the trends plots the value with reference to the time. Real-time data will plot the real-time value fixed period of time while historical data stored value which can be viewed on demand. Depending upon the storing capacity of the hard-disk on can specify the no of days the data can be stored . Some SCADA software show real-time and historical trends in single graphics while few others use separate tools..
  • 35. Name of InstitutionSECURITY  Every SCADA Software has various levels of security for securing the application by avoiding unauthorized access.  Depending upon the access level given the operator / engineers is allowed to do the task. In the most of the case, operators are allowed only to operate the plant while maintenance engineers can do the application modifications.  The security can be given for individuals as well as for groups. 35
  • 36. Name of InstitutionRecipe Management 36
  • 37. Name of Institution 37 In many case we use the same plant for manufacturing different product range. for example an oil blending plant can manufacture power oil, transformer oil, automobile oil. The recipe management is facility is used to 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.
  • 38. Name of Institution In Industry SCADA were designed on Computer System , and display may be on computer screen, LCD Display or Projector