SlideShare a Scribd company logo
1
INDUSTRIAL AUTOMATION
CONTENTS
1) Introduction to automation
2) Industrial Automation
3) History of automation
4) Components of Industrial Automation
5) What is PLC
6) Components of PLC
7) PLC Programming Fundamentals
8) Applications of PLC
9) Advantages and Disadvantages
10) SCADA-Definition and Components
11) Features of SCADA
12) Application of SCADA
13) Future scope of automation
14) Conclusion
2
INTRODUCTION TO AUTOMATION
Automation= “Auto”(self) + “Matos”(moving)
•A step beyond mechanisation
• Use of computers to control the particular process with
minimal human involvement
•Increases the efficiency and productivity of the system
•Time taken for a process is less
BEFORE
AFTER
3
INDUSTRIAL AUTOMATION
Use of control systems, such as computers or robots,
and information technologies for handling different
processes and machineries in an industry to replace a
human being
Industrial automation = process + automation
4
5
History of automation
MANUAL
CONTROL
PNEUMATIC
CONTROL
RELAY LOGIC
CONTROL
ELECTRONIC CONTROL
USING GATES
PLC
6
COMPONENTS OF INDUSTRIAL AUTOMATION
1. Sensors : Examples- temperature, pressure,
velocity
2. Actuators: Examples- Relays, magnets,
servomotors
3. Automation computers: microcontrollers,plc
,personal computers
4. Automation software system: Set of all
programs necessary for the execution of
automation tasks.
PLC
actuators
sensors
7
WHAT IS PLC? • PLC - programmable logic controller
• Conceived by Dick Morley in 1968
• A special form of microprocessor-based
controller that uses a programmable memory
to store instructions and to implement
functions
• Can be programmed by non-specialists
• The automation of many different processes,
such as controlling machines or factory
assembly lines, is done through the use of
these small computers .
• Designed for (logic) control and regulation
tasks.
Continued....
8
COMPONENTS OF PLC
9
COMPONENTS OF PLC
1.The CPU :Contains Microprocessor which interprets the input signals and carries
out the control actions, according to the program stored in its memory
The CPU consists of following blocks :
 Arithmetic Logic Unit (ALU),
 Internal memory of CPU
 Internal timers ,counters .
2.Memory: Used to store programs, data and information in PLC
>ROM and RAM are the types of memory used.
3.Input modules: receives data from field devices, and sends it to processor.
Ex. Of i/p field devices: digital-Switches, Pushbuttons.
analog-LVDT,RTD
4.Output module: Receives command from the processor and give it to the output
field devices.
Ex. Of o/p field devices: digital: lamps, relay.
analog: motor spring, position of valve
10
COMPONENTS OF PLC
5.Power supply: Provides the voltage needed to run the
primary PLC components.
6.Programming device: The programming terminal is used for
programming the PLC and monitoring/sequencing PLCs operation.
11
PLC OPERATION
 CHECK INPUT STATUS
First the PLC takes a look at each I/O to determine if it is on or off.
 EXECUTE PROGRAM
Next the PLC executes the program
one instruction at a time.
 UPDATE OUTPUT STATUS
Finally the PLC updates the status of the outputs .It updates the
outputs based on which inputs were on during the first step.
For example
PLC PROGRAMMING FUNDAMENTALS AND EXAMPLES
Software used :RSLOGIX 500 (for micrologix Allen Bradley PLC)
RSLOGIX 5000( for control logics and compact logic PLCs)
Ladder Diagram is the most used programming language which has been specified by
IEC 1131-3 which is the international standard for programmable controller
programming languages.
>Developed to mimic relay logic
Basics :
RUNGES
RAIL RAIL
• vertical lines represent the power rails between which
circuits are connected.
•The power flow is taken to be from the left-hand vertical
across a rung
• Each rung defines one operation.
• A ladder diagram is read from left to right and from top to
bottom,
1. RAIL AND RUNG
12
13
BASICS:
2.CONTACTS-
a. XIO:Examine if open-It acts like a Normally closed
push button
b. XIC:Examine if closed-It acts like a Normally open
push button
3. RELAY COILS-
The Output Energize (OTE) instruction looks and
operates like a relay coil.
>When set to 1 ,energizes the output.
13
(CONTACT)
(CONTACT)
COILS
Continued…
14
INSTRUCTION ADDRESSING
To complete the entry of an instruction, addressing is needed..which will indicate
what input is connected to what input device, same for the output. Let’s first
understand the memory system:
Two fundamental types :- Program and Data files
Contains number of locations,
numbered from 0 to 999.
> For the input ‘I:’ and output ’O:’
files, these locations are converted
to physical locations on the PLC
using rack
and slot numbers.
Continued....
15
INSTRUCTION ADDRESSING
Example-1
I:3/12 O:2/3
O:0
O:1
O:2
O:3
O:4
O:5
O:6
O:7
This is a
o:2/3
16
BASICS:
TIMER COIL :
When its coil is energized, must wait for a fixed length of time before closing its contact or
must close its contact for some time only.
STATUS BITS: TT(timer timing),DN(done)
TYPES:
1.TON(TIMER ON DELAY)
2.TOFF(TIMER OFF DELAY)
3.RTO(RETENTIVE TIMER ON)
EXAMPLE:
I:2/3 PLC O:5/1
O:5/2
TT =1 when rung =1, remain set until
rung=0/DN bit=1
DN=0 until preset value=accumulated
value ,remain set until rung=0.
BASICS:
COUNTER COIL : Counting is critical in industrial application.
>Primary Counter Types:
>UP Counters - PLC sense how many finished products leaving the machine
>Down Counters - PLC sense how many parts are left
>Up/Down Counters - PLC monitors an automated storage system to track how
many are coming and how many are leaving to determine total number in stock
>Choice used depend on the task
I:2/1
I:2/3
O:5/1
O:5/2
18
APPLICATION
 Manufacturing / Machining
 Food / Beverage
Textile Industry
 Travel Industry
 Aerospace
 Printing Industry
EXAMPLE-RO PLANT
19
ADVANTAGES DISADVANTAGES
• PLC Devices Are
Proprietary
• Initial Costs Are High
•There's Too Much Work
Required In Connecting
Wires
• Unemployment Rate
Increases
20
SCADA stands for supervisory control and data acquisition.
It generally refers to an industrial control system: a computer system monitoring and
controlling a process.
SCADA
The major function of SCADA is for acquiring data from remote devices such as valves,
pumps, transmitters etc. and providing overall control This provides process control
locally so that these devices turn on and off at the right time, supporting the control
strategy.
Softwares used:WONDERWARE INTOUCH
ALLEN BRADLEY- RSVIEW32
21
Features of SCADA
DEVICE CONNECTIVITY
RECIPE SECURITY
22
Features of SCADA
ALARMS
TRENDS SCRIPTS
23
APPLICATION
1.MANUFACTURING
2.Food industry
3.Telecom and information technology
4.Wastewater treatment
ONCE AND
NOW.....
24
FUTURE SCOPE OF INDUSTRIAL AUTOMATION
>It will generate explosive growth with :
>MEMS and NANOTECHNOLOGY
>Machine to machine networking (M2M)
>Wireless technology
CONCLUSION
Automation has many advantages over human operators.
Improves the economy of industries, society and humanity.
SCADA and PLC are the most important automation tools.
SCADA is used for controlling and monitoring activities.
PLC is used for automating things.
25
1. Hugh Jack, Automated Manufacturing Systems PLCs (Second Draft), page number-16 to 28,
Hugh Jack, 1993-2001
2. Kevin Collins, PLC Programming for Industrial Automation, page number-5 to 18, Kevin
Collins
3.Bentley systems, The fundamentals of SCADA,page number-1 to 18 ,Bentley systems,2004
4. W.Bolton, Programmable Logic Controllers, page number-12 to 80, Elsevier Newnes, 1996
5.http://www.automation.com/library/articles-white-papers/articles-by-jim-pinto/the-future-of-
industrial-automation
6.http://paginas.fe.up.pt/~asousa/sind/acetat/IA_Stutg/ia_01___what_is_IA.pdf
7.http://www.machine-information-systems.com/PLC_History.html
8.http://science.jrank.org/pages/675/Automation-Types-automation.html
9.http://www.automation.com/library/articles-white-papers/articles-by-jim-pinto/the-future-of-
industrial-automation
10.http://www.allaboutcircuits.com/textbook/digital/chpt-6/programmable-logic-controllers-plc/
REFERENCES
26
THANK YOU!
ANY QUERIES??

More Related Content

What's hot

Industrial Automation
Industrial AutomationIndustrial Automation
Industrial Automation
Syed Atif Naseem
 
6. basic of plc
6. basic of plc6. basic of plc
6. basic of plc
GiyantoSTMTMSc
 
Plc and scada presentation
Plc and scada presentationPlc and scada presentation
Plc and scada presentation
VikasKumar1628
 
PLC
PLCPLC
Classic control field and componenets
Classic control field and componenetsClassic control field and componenets
Classic control field and componenets
Mahmoud Hassanien
 
The basics of plc technology
The basics of plc technologyThe basics of plc technology
The basics of plc technology
sakshij91
 
PLC & SCADA
PLC & SCADAPLC & SCADA
PLC & SCADA
anilakib
 
A study on PLC basic
A study on PLC basicA study on PLC basic
A study on PLC basic
Md. Shoheluzzaman
 
PLC General
PLC   GeneralPLC   General
PLC General
Sidharth Mohapatra
 
INDUSTRIAL AUTOMATION USING PLC
INDUSTRIAL AUTOMATION USING PLCINDUSTRIAL AUTOMATION USING PLC
INDUSTRIAL AUTOMATION USING PLC
Mehvish Mushtaq
 
INDUSTRIAL AUTOMATION ( SHUBHAM KURDIYA)
INDUSTRIAL AUTOMATION ( SHUBHAM KURDIYA)INDUSTRIAL AUTOMATION ( SHUBHAM KURDIYA)
INDUSTRIAL AUTOMATION ( SHUBHAM KURDIYA)
Řőmĕő Šhűbhąm
 
Programmable Logic Controller (PLC Part 3)
Programmable Logic Controller (PLC Part 3)Programmable Logic Controller (PLC Part 3)
Programmable Logic Controller (PLC Part 3)
Priyanshu
 
PLC Basic
PLC BasicPLC Basic
PLC Basic
Sankar Kanagaraj
 
PLC Brief
PLC BriefPLC Brief
PLC Brief
Tamer salem
 
Plc
PlcPlc
Automation systems
Automation systemsAutomation systems
Automation systems
Nishanth Antan
 
Plc and relay system used in ntpc
Plc and relay system used in ntpcPlc and relay system used in ntpc
Plc and relay system used in ntpc
Tushar Kalwani
 
PLC
PLCPLC
Plc description
Plc  descriptionPlc  description
Plc description
Yasir Hashmi
 
PLC lecture by raj nayak
PLC lecture by raj nayakPLC lecture by raj nayak
PLC lecture by raj nayak
Raj Nayak
 

What's hot (20)

Industrial Automation
Industrial AutomationIndustrial Automation
Industrial Automation
 
6. basic of plc
6. basic of plc6. basic of plc
6. basic of plc
 
Plc and scada presentation
Plc and scada presentationPlc and scada presentation
Plc and scada presentation
 
PLC
PLCPLC
PLC
 
Classic control field and componenets
Classic control field and componenetsClassic control field and componenets
Classic control field and componenets
 
The basics of plc technology
The basics of plc technologyThe basics of plc technology
The basics of plc technology
 
PLC & SCADA
PLC & SCADAPLC & SCADA
PLC & SCADA
 
A study on PLC basic
A study on PLC basicA study on PLC basic
A study on PLC basic
 
PLC General
PLC   GeneralPLC   General
PLC General
 
INDUSTRIAL AUTOMATION USING PLC
INDUSTRIAL AUTOMATION USING PLCINDUSTRIAL AUTOMATION USING PLC
INDUSTRIAL AUTOMATION USING PLC
 
INDUSTRIAL AUTOMATION ( SHUBHAM KURDIYA)
INDUSTRIAL AUTOMATION ( SHUBHAM KURDIYA)INDUSTRIAL AUTOMATION ( SHUBHAM KURDIYA)
INDUSTRIAL AUTOMATION ( SHUBHAM KURDIYA)
 
Programmable Logic Controller (PLC Part 3)
Programmable Logic Controller (PLC Part 3)Programmable Logic Controller (PLC Part 3)
Programmable Logic Controller (PLC Part 3)
 
PLC Basic
PLC BasicPLC Basic
PLC Basic
 
PLC Brief
PLC BriefPLC Brief
PLC Brief
 
Plc
PlcPlc
Plc
 
Automation systems
Automation systemsAutomation systems
Automation systems
 
Plc and relay system used in ntpc
Plc and relay system used in ntpcPlc and relay system used in ntpc
Plc and relay system used in ntpc
 
PLC
PLCPLC
PLC
 
Plc description
Plc  descriptionPlc  description
Plc description
 
PLC lecture by raj nayak
PLC lecture by raj nayakPLC lecture by raj nayak
PLC lecture by raj nayak
 

Viewers also liked

Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
Biswajit Pratihari
 
Beti hai to kal hai- february 2017
Beti hai to kal hai-  february 2017Beti hai to kal hai-  february 2017
Beti hai to kal hai- february 2017
Withs Technosolutions
 
PLC
PLCPLC
Trf ptc
Trf ptcTrf ptc
Vision Enables Intelligent Robotic Transportation System
Vision Enables Intelligent Robotic Transportation SystemVision Enables Intelligent Robotic Transportation System
Vision Enables Intelligent Robotic Transportation System
shreykhanna
 
Viernes 12.35 Dr. Lobo
Viernes 12.35 Dr. LoboViernes 12.35 Dr. Lobo
Viernes 12.35 Dr. Lobo
Jornadas HM Hospitales
 
Blackout
BlackoutBlackout
Maharani syafi'i
Maharani syafi'iMaharani syafi'i
Maharani syafi'i
dionteguhpratomo
 
Low Power Threshold Logic Designing Approach for High Energy Efficient Flip-Flop
Low Power Threshold Logic Designing Approach for High Energy Efficient Flip-FlopLow Power Threshold Logic Designing Approach for High Energy Efficient Flip-Flop
Low Power Threshold Logic Designing Approach for High Energy Efficient Flip-Flop
Associate Professor in VSB Coimbatore
 
Piezoelectric energy assisted car
Piezoelectric energy assisted carPiezoelectric energy assisted car
Piezoelectric energy assisted car
Biswajit Pratihari
 
Artificial Intelligence & Robotics
Artificial Intelligence & RoboticsArtificial Intelligence & Robotics
Artificial Intelligence & Robotics
Biswajit Pratihari
 
Light Fidelity (Li Fi)
Light Fidelity (Li Fi)Light Fidelity (Li Fi)
Light Fidelity (Li Fi)
Biswajit Pratihari
 
Performance Testing in Oracle Apps
Performance Testing in Oracle AppsPerformance Testing in Oracle Apps
Performance Testing in Oracle Apps
Biswajit Pratihari
 
Superconductivity
SuperconductivitySuperconductivity
Superconductivity
Biswajit Pratihari
 
Witricity
WitricityWitricity
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
Biswajit Pratihari
 
Quantum teleportation
Quantum teleportationQuantum teleportation
Quantum teleportation
Biswajit Pratihari
 
Automatic intelligent industrial object sorter with conveyor belt
Automatic intelligent industrial object sorter with conveyor beltAutomatic intelligent industrial object sorter with conveyor belt
Automatic intelligent industrial object sorter with conveyor belt
indianspandana
 

Viewers also liked (18)

Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Beti hai to kal hai- february 2017
Beti hai to kal hai-  february 2017Beti hai to kal hai-  february 2017
Beti hai to kal hai- february 2017
 
PLC
PLCPLC
PLC
 
Trf ptc
Trf ptcTrf ptc
Trf ptc
 
Vision Enables Intelligent Robotic Transportation System
Vision Enables Intelligent Robotic Transportation SystemVision Enables Intelligent Robotic Transportation System
Vision Enables Intelligent Robotic Transportation System
 
Viernes 12.35 Dr. Lobo
Viernes 12.35 Dr. LoboViernes 12.35 Dr. Lobo
Viernes 12.35 Dr. Lobo
 
Blackout
BlackoutBlackout
Blackout
 
Maharani syafi'i
Maharani syafi'iMaharani syafi'i
Maharani syafi'i
 
Low Power Threshold Logic Designing Approach for High Energy Efficient Flip-Flop
Low Power Threshold Logic Designing Approach for High Energy Efficient Flip-FlopLow Power Threshold Logic Designing Approach for High Energy Efficient Flip-Flop
Low Power Threshold Logic Designing Approach for High Energy Efficient Flip-Flop
 
Piezoelectric energy assisted car
Piezoelectric energy assisted carPiezoelectric energy assisted car
Piezoelectric energy assisted car
 
Artificial Intelligence & Robotics
Artificial Intelligence & RoboticsArtificial Intelligence & Robotics
Artificial Intelligence & Robotics
 
Light Fidelity (Li Fi)
Light Fidelity (Li Fi)Light Fidelity (Li Fi)
Light Fidelity (Li Fi)
 
Performance Testing in Oracle Apps
Performance Testing in Oracle AppsPerformance Testing in Oracle Apps
Performance Testing in Oracle Apps
 
Superconductivity
SuperconductivitySuperconductivity
Superconductivity
 
Witricity
WitricityWitricity
Witricity
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
Quantum teleportation
Quantum teleportationQuantum teleportation
Quantum teleportation
 
Automatic intelligent industrial object sorter with conveyor belt
Automatic intelligent industrial object sorter with conveyor beltAutomatic intelligent industrial object sorter with conveyor belt
Automatic intelligent industrial object sorter with conveyor belt
 

Similar to Finalppt

Training Report on PLC & SCADA
Training Report on PLC & SCADATraining Report on PLC & SCADA
Training Report on PLC & SCADA
Bhavya Bakshi
 
Basic PLC.ppt
Basic PLC.pptBasic PLC.ppt
Basic PLC.ppt
RaghadAlnajim1
 
Basic plc
Basic plcBasic plc
Basic plc
Basic plcBasic plc
Basic plc
sundar sivam
 
Basic plc
Basic plcBasic plc
Basic plc
gmvd201091
 
Basic plc
Basic plcBasic plc
Basic plc
mnamky
 
Basic plc
Basic plcBasic plc
Basic plc
Kritika Ozha
 
Basic plc
Basic plcBasic plc
Basic plc
ishan111
 
Basic plc
Basic plcBasic plc
Basic plc
kaishik gundu
 
Basic plc
Basic plcBasic plc
Basic plc
Samarth Patel
 
Basic plc
Basic plcBasic plc
Basic plc
sundar sivam
 
Basic plc
Basic plcBasic plc
Basic plc
shubhammanit
 
Introduction to PLC
Introduction to PLCIntroduction to PLC
Introduction to PLC
Veerakumar S
 
Programmable Logic Controller Training Day 1 to 3.pptx
Programmable Logic Controller  Training Day 1 to 3.pptxProgrammable Logic Controller  Training Day 1 to 3.pptx
Programmable Logic Controller Training Day 1 to 3.pptx
dmckinseyrecruitment
 
Basic PLC
Basic PLCBasic PLC
Basic PLC
Hammzah Niazi
 
Basic plc 1
Basic plc 1Basic plc 1
Basic plc 1
Gaurav Kumar
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic Controller
Himshekhar Das
 
Basics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADABasics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADA
Indira Kundu
 
PLCThis pdf is for those who want to learn plc from 0 level , very helpful.pdf
PLCThis pdf is for those who want to learn plc from 0 level , very helpful.pdfPLCThis pdf is for those who want to learn plc from 0 level , very helpful.pdf
PLCThis pdf is for those who want to learn plc from 0 level , very helpful.pdf
aniketkumarverma475
 
Presentaton on Plc & Scada
Presentaton on Plc & ScadaPresentaton on Plc & Scada
Presentaton on Plc & Scada
Nokia Technology
 

Similar to Finalppt (20)

Training Report on PLC & SCADA
Training Report on PLC & SCADATraining Report on PLC & SCADA
Training Report on PLC & SCADA
 
Basic PLC.ppt
Basic PLC.pptBasic PLC.ppt
Basic PLC.ppt
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Introduction to PLC
Introduction to PLCIntroduction to PLC
Introduction to PLC
 
Programmable Logic Controller Training Day 1 to 3.pptx
Programmable Logic Controller  Training Day 1 to 3.pptxProgrammable Logic Controller  Training Day 1 to 3.pptx
Programmable Logic Controller Training Day 1 to 3.pptx
 
Basic PLC
Basic PLCBasic PLC
Basic PLC
 
Basic plc 1
Basic plc 1Basic plc 1
Basic plc 1
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic Controller
 
Basics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADABasics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADA
 
PLCThis pdf is for those who want to learn plc from 0 level , very helpful.pdf
PLCThis pdf is for those who want to learn plc from 0 level , very helpful.pdfPLCThis pdf is for those who want to learn plc from 0 level , very helpful.pdf
PLCThis pdf is for those who want to learn plc from 0 level , very helpful.pdf
 
Presentaton on Plc & Scada
Presentaton on Plc & ScadaPresentaton on Plc & Scada
Presentaton on Plc & Scada
 

Recently uploaded

Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
nooriasukmaningtyas
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
Ratnakar Mikkili
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
drwaing
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
PauloRodrigues104553
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
ssuser36d3051
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
Madhumitha Jayaram
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
yokeleetan1
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
camseq
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 

Recently uploaded (20)

Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 

Finalppt

  • 2. CONTENTS 1) Introduction to automation 2) Industrial Automation 3) History of automation 4) Components of Industrial Automation 5) What is PLC 6) Components of PLC 7) PLC Programming Fundamentals 8) Applications of PLC 9) Advantages and Disadvantages 10) SCADA-Definition and Components 11) Features of SCADA 12) Application of SCADA 13) Future scope of automation 14) Conclusion 2
  • 3. INTRODUCTION TO AUTOMATION Automation= “Auto”(self) + “Matos”(moving) •A step beyond mechanisation • Use of computers to control the particular process with minimal human involvement •Increases the efficiency and productivity of the system •Time taken for a process is less BEFORE AFTER 3
  • 4. INDUSTRIAL AUTOMATION Use of control systems, such as computers or robots, and information technologies for handling different processes and machineries in an industry to replace a human being Industrial automation = process + automation 4
  • 5. 5 History of automation MANUAL CONTROL PNEUMATIC CONTROL RELAY LOGIC CONTROL ELECTRONIC CONTROL USING GATES PLC
  • 6. 6 COMPONENTS OF INDUSTRIAL AUTOMATION 1. Sensors : Examples- temperature, pressure, velocity 2. Actuators: Examples- Relays, magnets, servomotors 3. Automation computers: microcontrollers,plc ,personal computers 4. Automation software system: Set of all programs necessary for the execution of automation tasks. PLC actuators sensors
  • 7. 7 WHAT IS PLC? • PLC - programmable logic controller • Conceived by Dick Morley in 1968 • A special form of microprocessor-based controller that uses a programmable memory to store instructions and to implement functions • Can be programmed by non-specialists • The automation of many different processes, such as controlling machines or factory assembly lines, is done through the use of these small computers . • Designed for (logic) control and regulation tasks. Continued....
  • 9. 9 COMPONENTS OF PLC 1.The CPU :Contains Microprocessor which interprets the input signals and carries out the control actions, according to the program stored in its memory The CPU consists of following blocks :  Arithmetic Logic Unit (ALU),  Internal memory of CPU  Internal timers ,counters . 2.Memory: Used to store programs, data and information in PLC >ROM and RAM are the types of memory used. 3.Input modules: receives data from field devices, and sends it to processor. Ex. Of i/p field devices: digital-Switches, Pushbuttons. analog-LVDT,RTD 4.Output module: Receives command from the processor and give it to the output field devices. Ex. Of o/p field devices: digital: lamps, relay. analog: motor spring, position of valve
  • 10. 10 COMPONENTS OF PLC 5.Power supply: Provides the voltage needed to run the primary PLC components. 6.Programming device: The programming terminal is used for programming the PLC and monitoring/sequencing PLCs operation.
  • 11. 11 PLC OPERATION  CHECK INPUT STATUS First the PLC takes a look at each I/O to determine if it is on or off.  EXECUTE PROGRAM Next the PLC executes the program one instruction at a time.  UPDATE OUTPUT STATUS Finally the PLC updates the status of the outputs .It updates the outputs based on which inputs were on during the first step. For example
  • 12. PLC PROGRAMMING FUNDAMENTALS AND EXAMPLES Software used :RSLOGIX 500 (for micrologix Allen Bradley PLC) RSLOGIX 5000( for control logics and compact logic PLCs) Ladder Diagram is the most used programming language which has been specified by IEC 1131-3 which is the international standard for programmable controller programming languages. >Developed to mimic relay logic Basics : RUNGES RAIL RAIL • vertical lines represent the power rails between which circuits are connected. •The power flow is taken to be from the left-hand vertical across a rung • Each rung defines one operation. • A ladder diagram is read from left to right and from top to bottom, 1. RAIL AND RUNG 12
  • 13. 13 BASICS: 2.CONTACTS- a. XIO:Examine if open-It acts like a Normally closed push button b. XIC:Examine if closed-It acts like a Normally open push button 3. RELAY COILS- The Output Energize (OTE) instruction looks and operates like a relay coil. >When set to 1 ,energizes the output. 13 (CONTACT) (CONTACT) COILS Continued…
  • 14. 14 INSTRUCTION ADDRESSING To complete the entry of an instruction, addressing is needed..which will indicate what input is connected to what input device, same for the output. Let’s first understand the memory system: Two fundamental types :- Program and Data files Contains number of locations, numbered from 0 to 999. > For the input ‘I:’ and output ’O:’ files, these locations are converted to physical locations on the PLC using rack and slot numbers. Continued....
  • 16. 16 BASICS: TIMER COIL : When its coil is energized, must wait for a fixed length of time before closing its contact or must close its contact for some time only. STATUS BITS: TT(timer timing),DN(done) TYPES: 1.TON(TIMER ON DELAY) 2.TOFF(TIMER OFF DELAY) 3.RTO(RETENTIVE TIMER ON) EXAMPLE: I:2/3 PLC O:5/1 O:5/2 TT =1 when rung =1, remain set until rung=0/DN bit=1 DN=0 until preset value=accumulated value ,remain set until rung=0.
  • 17. BASICS: COUNTER COIL : Counting is critical in industrial application. >Primary Counter Types: >UP Counters - PLC sense how many finished products leaving the machine >Down Counters - PLC sense how many parts are left >Up/Down Counters - PLC monitors an automated storage system to track how many are coming and how many are leaving to determine total number in stock >Choice used depend on the task I:2/1 I:2/3 O:5/1 O:5/2
  • 18. 18 APPLICATION  Manufacturing / Machining  Food / Beverage Textile Industry  Travel Industry  Aerospace  Printing Industry EXAMPLE-RO PLANT
  • 19. 19 ADVANTAGES DISADVANTAGES • PLC Devices Are Proprietary • Initial Costs Are High •There's Too Much Work Required In Connecting Wires • Unemployment Rate Increases
  • 20. 20 SCADA stands for supervisory control and data acquisition. It generally refers to an industrial control system: a computer system monitoring and controlling a process. SCADA The major function of SCADA is for acquiring data from remote devices such as valves, pumps, transmitters etc. and providing overall control This provides process control locally so that these devices turn on and off at the right time, supporting the control strategy. Softwares used:WONDERWARE INTOUCH ALLEN BRADLEY- RSVIEW32
  • 21. 21 Features of SCADA DEVICE CONNECTIVITY RECIPE SECURITY
  • 23. 23 APPLICATION 1.MANUFACTURING 2.Food industry 3.Telecom and information technology 4.Wastewater treatment ONCE AND NOW.....
  • 24. 24 FUTURE SCOPE OF INDUSTRIAL AUTOMATION >It will generate explosive growth with : >MEMS and NANOTECHNOLOGY >Machine to machine networking (M2M) >Wireless technology CONCLUSION Automation has many advantages over human operators. Improves the economy of industries, society and humanity. SCADA and PLC are the most important automation tools. SCADA is used for controlling and monitoring activities. PLC is used for automating things.
  • 25. 25 1. Hugh Jack, Automated Manufacturing Systems PLCs (Second Draft), page number-16 to 28, Hugh Jack, 1993-2001 2. Kevin Collins, PLC Programming for Industrial Automation, page number-5 to 18, Kevin Collins 3.Bentley systems, The fundamentals of SCADA,page number-1 to 18 ,Bentley systems,2004 4. W.Bolton, Programmable Logic Controllers, page number-12 to 80, Elsevier Newnes, 1996 5.http://www.automation.com/library/articles-white-papers/articles-by-jim-pinto/the-future-of- industrial-automation 6.http://paginas.fe.up.pt/~asousa/sind/acetat/IA_Stutg/ia_01___what_is_IA.pdf 7.http://www.machine-information-systems.com/PLC_History.html 8.http://science.jrank.org/pages/675/Automation-Types-automation.html 9.http://www.automation.com/library/articles-white-papers/articles-by-jim-pinto/the-future-of- industrial-automation 10.http://www.allaboutcircuits.com/textbook/digital/chpt-6/programmable-logic-controllers-plc/ REFERENCES