SlideShare a Scribd company logo
1 of 21
Name of Institution
1
Submitted By:
PRIYA HADA
B.Tech. ECE Semester VII
A Presentation
on Summer Training
in
PLC & Scada
Submitted To:
Ms. Pushpa Gothwal
Faculty of ASET
Name of InstitutionContents
2
1. Programmable Logic Controller Project (PLC)
A Pharmaceutical plant
2. Supervisory Control And Data Acquisition Project (SCADA)
Bottle Filling & Capping Station
ASET
Name of InstitutionPLC System
3
ASET
Figure1 : Block Diagram of PLC System
Name of Institution
Project Using PLC: A Pharmaceutical
plant
OBJECTIVE : To design a pharmaceutical plant using Programmable
Logic Controller for manufacturing of a medicine in which two different
liquid should mix in equal quantity and then this mixture should be heat for
20 seconds on a constant temperature of 100 C.
Hardware and Software Used:
1. PLC: Allen Bradley Micro Logix 1000 with 10 Input / Output.
2. Programming Software: Rockwell software RS Logix 500 English
3. Communication Software: RS Linx.
4. Programming Language: Ladder Logic.
5. Communication Protocol: RS 232
6. Other Hardware: Push Buttons, Light Emitting Diode.
ASET
Name of Institution
5
FLOWCHART
Working of Project:
๏ƒ˜The process involves mixing of two different
liquids in equal quantities.
๏ƒ˜The process is start by pressing the START
button.
๏ƒ˜When the START button is pressed, the two
liquids starts mixing, this is indicated by
glowing of two output LED.
๏ƒ˜ Next, after a time lapse of 20, seconds the
third LED glows indicating that the mixture is
heated for 20 seconds, at 100 C.
๏ƒ˜STOP button is pressed to stop the process.
ASET
Name of Institution
6
ASET
Figure 2: Ladder diagram in De-energize state.
Name of Institution
7
ASET
Figure 3:The process is start by pressing the START button.
Name of Institution
8
๏ƒ˜Rung 0000 :The START switch is represented by XIC I:0/0 and the STOP switch
is represented by XIO I:0/1. I represent input. The output is a binary bit B3:0/0.When
START button is pressed the input I:0/0 is HIGH and input I:0/1 is already HIGH
because its XIO. This energizes the output B3:0/0.
๏ƒ˜Rung 0001 : B3:0/0 acts as input to the TON timer T4:0/0 with preset value 30
and accumulator value 0.
๏ƒ˜Rung 0002 : B3:0/0 acts as the input to two parallel outputs O:0/0 and
O:0/1.These outputs represent the output LED. Two liquids are being mixed in a
container
๏ƒ˜Rung 0003 : (a)The DN bit of timer T4:0 i.e. T4:0/DN acts as input to the timer
T4:1.
(b) This T4:1 indicates the time for which the mixture of the two liquids
is to be heated at 100 C.
ASET
Name of Institution
9
ASET
Figure 4: T4:0 goes HIGH and timer T4:1 starts to increase
Name of Institution
10
Rung 0003:
(a) As stated above when accumulator value becomes equal to the preset
value the DN bit of the timer T4:0 goes HIGH. When this happens the
accumulator value of TON timer T4:1 starts to increase till it
reaches the value equal to that of preset (=20).
Rung 0004:
(a) The DN bit of T4:1 i.e. T4:1/DN is connected to the output O:0/2.
The O:0/2 represents the third output LED.
ASET
Name of Institution
11
ASET
Figure 5: The glowing of third LED indicated that the heating of the mixture is
completed.
Name of Institution
12
As soon as T4:1/DN goes HIGH, the output O:0/2 is energized and the third LED
starts to glow.
(b) The glowing of third LED indicated that the heating of the mixture is
completed.
(c) After this the STOP button (I:0/1) is pressed i.e. XIO I:0/1 goes LOW and the
whole process is reset.
Results
The two liquids were mixed (indicated by glowing of first two LED) and the mixture
was heated for 20 seconds (indicated by glowing of the third LED).
Future Scope
1. When connected with SCADA using the Device Connectivity feature of SCADA,
the project can implemented with Recipe Management feature of SCADA. This way
we can change the ingredients of the mixture.
2. This project can be extended to filling of the mixture into different bottles then
labeling and packing them i.e. making a fully automated medicinal syrup
manufacturing plant.
ASET
Name of Institution
13
Project Using SCADA : Bottle
Filling & Capping Station
Project Objective : To design a โ€Bottle filling and Capping Stationโ€
using Wonder ware Intouch SCADA.
Software Used : Wonderware Intouch version 9.0.
Working of Project:
The project is made in Window Maker and executed in Window Viewer. In
window viewer, the project would run as:
๏ƒ˜When the switch is turned on, a bottle will be filled to full by three different tanks
filled with different liquids as indicated by their color.
๏ƒ˜Liquid poured to the bottle when its presence under the tank is sensed.
๏ƒ˜Then a clamper brings down the cap to the mouth of bottle, places it there and then
returns back to its original position.
๏ƒ˜The bottle is capped is then moved to the storage.
ASET
Name of Institution
14
1. In the Intouch Application Manager, select file New Create new Application.
This creates a new Intouch application.
2. Double click on this application, it opens Intouch Window maker.
3. In Window maker we select File New Window. A dialog box appears asking for
name, window type, window color and other properties.
4. We name the window as โ€bottle fill transferโ€, window type as replace , frame
style as single and click on OK. A window appears as per defined by us.
5. Wizard icon Wizard Selection window graphical objects.
6. Wizard Selection window symbol factory option double click
8. In the symbol factory window there are various categories of the graphical
objects like Tanks, Containers etc. We select the different objects as per
our requirement.
Programming ASET
Name of Institution
15Figure 6: The finished window is shown as below: 5 different bottles are shown .
ASET
Name of Institution
16
For all the objects taken from the symbol factory, we perform Break Cell operation
so that we are able to change their properties as per our requirement. Following is the
figure showing the list of the properties available for each object from Symbol
Factory:
ASET
Figure 7: list of the properties
Name of Institution
17
We see that there are different bottles under the tanks whereas in the run time we
require only one of them. This is done keeping in mind the visibility of each bottle.
Filling of the Bottle ASET
Figure 8: Filling of the bottle
Name of Institution
18
Capping of the Bottle
ASET
Figure 9: Capping of the bottle
Name of Institution
19
ASET
Figure 10 : Bottle is sent to storage after its filling and capping.
Name of Institution
20
Since there is no manual work i.e. no
slider is being used, window script
has to be used for incrementing the
value of the counter, whose tag name
is used as the expression for all other
objects.
There are two parts in the script:
(a) On Show: how the things should
appear as soon as the window
viewer is started.
(b) While showing: how things will
appear once the task starts to run
on window viewer.
ASET
Figure 11 :Window Script.
Name of Institution
21
Results
The design of โ€Bottle Filling and Capping Stationโ€ is successfully implemented
in Intouch SCADA.
Future Scope
This project can be implemented practically when SCADA is connected with
PLC. More enhanced features can be added up to it. Some features are:
1. Automatic Labeling of Bottles.
2. Defected Bottles such as bottles without cap or less in weight should be
automatically removed.
3. Automatic pick up of bottle after filling it up.
ASET

More Related Content

What's hot

DCS Or PLC
DCS Or PLCDCS Or PLC
DCS Or PLC
guest07abe9
ย 

What's hot (20)

Working of DCS systems
Working of DCS systemsWorking of DCS systems
Working of DCS systems
ย 
scada systems
scada systemsscada systems
scada systems
ย 
P L C
P L CP L C
P L C
ย 
INDUSTRIAL AUTOMATION USING PLC
INDUSTRIAL AUTOMATION USING PLCINDUSTRIAL AUTOMATION USING PLC
INDUSTRIAL AUTOMATION USING PLC
ย 
DCS Introduction
DCS IntroductionDCS Introduction
DCS Introduction
ย 
Automation PLC & SCADA
Automation PLC & SCADA Automation PLC & SCADA
Automation PLC & SCADA
ย 
DCS Or PLC
DCS Or PLCDCS Or PLC
DCS Or PLC
ย 
Plc presentation
Plc presentationPlc presentation
Plc presentation
ย 
Power point presentation on Industrial Automation
Power point presentation on Industrial AutomationPower point presentation on Industrial Automation
Power point presentation on Industrial Automation
ย 
Industrialautomation final
Industrialautomation finalIndustrialautomation final
Industrialautomation final
ย 
PLC and SCADA
PLC and SCADAPLC and SCADA
PLC and SCADA
ย 
Programmable Logic Controllers
Programmable Logic ControllersProgrammable Logic Controllers
Programmable Logic Controllers
ย 
PLC (Ladder Logic Diagram)
PLC (Ladder Logic Diagram)PLC (Ladder Logic Diagram)
PLC (Ladder Logic Diagram)
ย 
Presentation on PLC and SCADA
Presentation on PLC and SCADAPresentation on PLC and SCADA
Presentation on PLC and SCADA
ย 
Distributed control system presentation
Distributed control system presentationDistributed control system presentation
Distributed control system presentation
ย 
67469276 scada
67469276 scada67469276 scada
67469276 scada
ย 
Industrial automation (PLC, SCADA, VFD & HMI)
Industrial automation (PLC, SCADA, VFD & HMI)Industrial automation (PLC, SCADA, VFD & HMI)
Industrial automation (PLC, SCADA, VFD & HMI)
ย 
automation plc - scada
automation plc - scadaautomation plc - scada
automation plc - scada
ย 
plc-basics.pptx
plc-basics.pptxplc-basics.pptx
plc-basics.pptx
ย 
Plc & scada Training Report
Plc & scada Training ReportPlc & scada Training Report
Plc & scada Training Report
ย 

Viewers also liked

ppt on PLC
ppt on PLCppt on PLC
ppt on PLC
veenita more
ย 
Automation with plc & scada
Automation with plc & scadaAutomation with plc & scada
Automation with plc & scada
MNIT Jaipur
ย 
Six Month Industrial Training Report at Milestone Gears Ltd
Six Month Industrial Training Report  at Milestone Gears LtdSix Month Industrial Training Report  at Milestone Gears Ltd
Six Month Industrial Training Report at Milestone Gears Ltd
yogesh thakur
ย 
A d swincc08e
A d swincc08eA d swincc08e
A d swincc08e
confidencial
ย 
Automatic Bottle filling system and remote monitoring through
Automatic Bottle filling system and remote monitoring throughAutomatic Bottle filling system and remote monitoring through
Automatic Bottle filling system and remote monitoring through
DHRUVIT KHARADI
ย 
Plc example presentation
Plc example presentationPlc example presentation
Plc example presentation
Roshit Kadiru
ย 
Plc 8 raja presentation plc
Plc 8  raja presentation  plcPlc 8  raja presentation  plc
Plc 8 raja presentation plc
Rameez Raja
ย 

Viewers also liked (20)

plc and scada presentation
plc and scada presentationplc and scada presentation
plc and scada presentation
ย 
AUTOMATIC BOTTLE FILLING
AUTOMATIC BOTTLE FILLING AUTOMATIC BOTTLE FILLING
AUTOMATIC BOTTLE FILLING
ย 
Basics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADABasics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADA
ย 
Automatic Bottling System
Automatic Bottling SystemAutomatic Bottling System
Automatic Bottling System
ย 
Plc and scada report
Plc and scada reportPlc and scada report
Plc and scada report
ย 
automatic mixing & filling bottle using PLC
automatic mixing & filling bottle using PLCautomatic mixing & filling bottle using PLC
automatic mixing & filling bottle using PLC
ย 
ppt on PLC
ppt on PLCppt on PLC
ppt on PLC
ย 
Automation with plc & scada
Automation with plc & scadaAutomation with plc & scada
Automation with plc & scada
ย 
Training Report on PLC & SCADA
Training Report on PLC & SCADATraining Report on PLC & SCADA
Training Report on PLC & SCADA
ย 
Six Month Industrial Training Report at Milestone Gears Ltd
Six Month Industrial Training Report  at Milestone Gears LtdSix Month Industrial Training Report  at Milestone Gears Ltd
Six Month Industrial Training Report at Milestone Gears Ltd
ย 
6 Month Industrial Automation Training
6 Month Industrial Automation Training6 Month Industrial Automation Training
6 Month Industrial Automation Training
ย 
Plc report
Plc reportPlc report
Plc report
ย 
A d swincc08e
A d swincc08eA d swincc08e
A d swincc08e
ย 
Training Report on PLC SCADA and AUTOMATION
Training Report on PLC SCADA and AUTOMATIONTraining Report on PLC SCADA and AUTOMATION
Training Report on PLC SCADA and AUTOMATION
ย 
Automatic Bottle filling system and remote monitoring through
Automatic Bottle filling system and remote monitoring throughAutomatic Bottle filling system and remote monitoring through
Automatic Bottle filling system and remote monitoring through
ย 
Plc example presentation
Plc example presentationPlc example presentation
Plc example presentation
ย 
Plc and scada project ppt
Plc and scada project pptPlc and scada project ppt
Plc and scada project ppt
ย 
Plc 8 raja presentation plc
Plc 8  raja presentation  plcPlc 8  raja presentation  plc
Plc 8 raja presentation plc
ย 
Basics of motor drives
Basics of motor drivesBasics of motor drives
Basics of motor drives
ย 
Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)
ย 

Similar to Plc and scada theory ppt

15LLP108_Demo4_LedBlinking.pdf1. Introduction In D.docx
15LLP108_Demo4_LedBlinking.pdf1. Introduction In D.docx15LLP108_Demo4_LedBlinking.pdf1. Introduction In D.docx
15LLP108_Demo4_LedBlinking.pdf1. Introduction In D.docx
felicidaddinwoodie
ย 
Experiment_1.pdf
Experiment_1.pdfExperiment_1.pdf
Experiment_1.pdf
musa572502
ย 
04 conexรฃo logo! 0 ba7 com ihm
04 conexรฃo logo! 0 ba7 com ihm04 conexรฃo logo! 0 ba7 com ihm
04 conexรฃo logo! 0 ba7 com ihm
confidencial
ย 
Hysys tutorial
Hysys tutorialHysys tutorial
Hysys tutorial
Bijol Luis
ย 
05 conexรฃo logo! 0 ba7 com ihm (wincc flexible)
05 conexรฃo logo! 0 ba7 com ihm (wincc flexible)05 conexรฃo logo! 0 ba7 com ihm (wincc flexible)
05 conexรฃo logo! 0 ba7 com ihm (wincc flexible)
Marcio Miranda
ย 
ECE 323 Final Project Report
ECE 323 Final Project ReportECE 323 Final Project Report
ECE 323 Final Project Report
Jonathan Lepp
ย 
ABC Consolidated Financial InfoABC Companys current financial inf.docx
ABC Consolidated Financial InfoABC Companys current financial inf.docxABC Consolidated Financial InfoABC Companys current financial inf.docx
ABC Consolidated Financial InfoABC Companys current financial inf.docx
ransayo
ย 
Lab mke1503 mee10203 01
Lab mke1503 mee10203 01Lab mke1503 mee10203 01
Lab mke1503 mee10203 01
wanrizegillah
ย 
PT1420 Modules in Flowchart and Visual Basic .docx
PT1420 Modules in Flowchart and Visual Basic             .docxPT1420 Modules in Flowchart and Visual Basic             .docx
PT1420 Modules in Flowchart and Visual Basic .docx
amrit47
ย 
Gui builder
Gui builderGui builder
Gui builder
learnt
ย 

Similar to Plc and scada theory ppt (20)

15LLP108_Demo4_LedBlinking.pdf1. Introduction In D.docx
15LLP108_Demo4_LedBlinking.pdf1. Introduction In D.docx15LLP108_Demo4_LedBlinking.pdf1. Introduction In D.docx
15LLP108_Demo4_LedBlinking.pdf1. Introduction In D.docx
ย 
Chemical engineering simulations
Chemical engineering simulationsChemical engineering simulations
Chemical engineering simulations
ย 
Containers Lab
Containers Lab Containers Lab
Containers Lab
ย 
Experiment_1.pdf
Experiment_1.pdfExperiment_1.pdf
Experiment_1.pdf
ย 
04 conex%c3%a3o%20 logo!%200ba7%20com%20ihm
04 conex%c3%a3o%20 logo!%200ba7%20com%20ihm04 conex%c3%a3o%20 logo!%200ba7%20com%20ihm
04 conex%c3%a3o%20 logo!%200ba7%20com%20ihm
ย 
04 conexรฃo logo! 0 ba7 com ihm
04 conexรฃo logo! 0 ba7 com ihm04 conexรฃo logo! 0 ba7 com ihm
04 conexรฃo logo! 0 ba7 com ihm
ย 
04 conexรฃo logo! 0 ba7 com ihm
04 conexรฃo logo! 0 ba7 com ihm04 conexรฃo logo! 0 ba7 com ihm
04 conexรฃo logo! 0 ba7 com ihm
ย 
Hysys tutorial
Hysys tutorialHysys tutorial
Hysys tutorial
ย 
05 conexรฃo logo! 0 ba7 com ihm (wincc flexible)
05 conexรฃo logo! 0 ba7 com ihm (wincc flexible)05 conexรฃo logo! 0 ba7 com ihm (wincc flexible)
05 conexรฃo logo! 0 ba7 com ihm (wincc flexible)
ย 
05 conexรฃo logo! 0 ba7 com ihm (wincc flexible)
05 conexรฃo logo! 0 ba7 com ihm (wincc flexible)05 conexรฃo logo! 0 ba7 com ihm (wincc flexible)
05 conexรฃo logo! 0 ba7 com ihm (wincc flexible)
ย 
15EE51 - Microcontrollers Laboratory
15EE51 - Microcontrollers Laboratory15EE51 - Microcontrollers Laboratory
15EE51 - Microcontrollers Laboratory
ย 
ECE 323 Final Project Report
ECE 323 Final Project ReportECE 323 Final Project Report
ECE 323 Final Project Report
ย 
ABC Consolidated Financial InfoABC Companys current financial inf.docx
ABC Consolidated Financial InfoABC Companys current financial inf.docxABC Consolidated Financial InfoABC Companys current financial inf.docx
ABC Consolidated Financial InfoABC Companys current financial inf.docx
ย 
Ecad final
Ecad finalEcad final
Ecad final
ย 
Industrial automation (cold drink factory)
Industrial automation (cold drink factory)Industrial automation (cold drink factory)
Industrial automation (cold drink factory)
ย 
Lab mke1503 mee10203 01
Lab mke1503 mee10203 01Lab mke1503 mee10203 01
Lab mke1503 mee10203 01
ย 
PT1420 Modules in Flowchart and Visual Basic .docx
PT1420 Modules in Flowchart and Visual Basic             .docxPT1420 Modules in Flowchart and Visual Basic             .docx
PT1420 Modules in Flowchart and Visual Basic .docx
ย 
Gui builder
Gui builderGui builder
Gui builder
ย 
Mentor manual
Mentor manualMentor manual
Mentor manual
ย 
ISI Institute E-Services TP 3
ISI Institute E-Services TP 3 ISI Institute E-Services TP 3
ISI Institute E-Services TP 3
ย 

More from Priya Hada

Types of glasswares
Types of glasswaresTypes of glasswares
Types of glasswares
Priya 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 latex
Priya Hada
ย 
Bermuda triangle
Bermuda triangleBermuda triangle
Bermuda triangle
Priya Hada
ย 
Final report on line follower
Final report on line followerFinal report on line follower
Final report on line follower
Priya Hada
ย 
Line follower robot
Line follower robotLine follower robot
Line follower robot
Priya Hada
ย 
## Finalterm paper repport on fso#w245
## Finalterm paper repport on fso#w245## Finalterm paper repport on fso#w245
## Finalterm paper repport on fso#w245
Priya 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 pppts
Priya Hada
ย 
Priyas final ppts
Priyas final pptsPriyas final ppts
Priyas final ppts
Priya Hada
ย 

More from Priya Hada (13)

Plc report with project
Plc report with projectPlc report with project
Plc report with project
ย 
Plc report
Plc report Plc report
Plc report
ย 
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

VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
SUHANI PANDEY
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
amitlee9823
ย 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Christo Ananth
ย 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
ย 

Recently uploaded (20)

BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
ย 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
ย 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
ย 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
ย 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
ย 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
ย 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
ย 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ย 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
ย 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
ย 
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)
ย 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
ย 

Plc and scada theory ppt

  • 1. Name of Institution 1 Submitted By: PRIYA HADA B.Tech. ECE Semester VII A Presentation on Summer Training in PLC & Scada Submitted To: Ms. Pushpa Gothwal Faculty of ASET
  • 2. Name of InstitutionContents 2 1. Programmable Logic Controller Project (PLC) A Pharmaceutical plant 2. Supervisory Control And Data Acquisition Project (SCADA) Bottle Filling & Capping Station ASET
  • 3. Name of InstitutionPLC System 3 ASET Figure1 : Block Diagram of PLC System
  • 4. Name of Institution Project Using PLC: A Pharmaceutical plant OBJECTIVE : To design a pharmaceutical plant using Programmable Logic Controller for manufacturing of a medicine in which two different liquid should mix in equal quantity and then this mixture should be heat for 20 seconds on a constant temperature of 100 C. Hardware and Software Used: 1. PLC: Allen Bradley Micro Logix 1000 with 10 Input / Output. 2. Programming Software: Rockwell software RS Logix 500 English 3. Communication Software: RS Linx. 4. Programming Language: Ladder Logic. 5. Communication Protocol: RS 232 6. Other Hardware: Push Buttons, Light Emitting Diode. ASET
  • 5. Name of Institution 5 FLOWCHART Working of Project: ๏ƒ˜The process involves mixing of two different liquids in equal quantities. ๏ƒ˜The process is start by pressing the START button. ๏ƒ˜When the START button is pressed, the two liquids starts mixing, this is indicated by glowing of two output LED. ๏ƒ˜ Next, after a time lapse of 20, seconds the third LED glows indicating that the mixture is heated for 20 seconds, at 100 C. ๏ƒ˜STOP button is pressed to stop the process. ASET
  • 6. Name of Institution 6 ASET Figure 2: Ladder diagram in De-energize state.
  • 7. Name of Institution 7 ASET Figure 3:The process is start by pressing the START button.
  • 8. Name of Institution 8 ๏ƒ˜Rung 0000 :The START switch is represented by XIC I:0/0 and the STOP switch is represented by XIO I:0/1. I represent input. The output is a binary bit B3:0/0.When START button is pressed the input I:0/0 is HIGH and input I:0/1 is already HIGH because its XIO. This energizes the output B3:0/0. ๏ƒ˜Rung 0001 : B3:0/0 acts as input to the TON timer T4:0/0 with preset value 30 and accumulator value 0. ๏ƒ˜Rung 0002 : B3:0/0 acts as the input to two parallel outputs O:0/0 and O:0/1.These outputs represent the output LED. Two liquids are being mixed in a container ๏ƒ˜Rung 0003 : (a)The DN bit of timer T4:0 i.e. T4:0/DN acts as input to the timer T4:1. (b) This T4:1 indicates the time for which the mixture of the two liquids is to be heated at 100 C. ASET
  • 9. Name of Institution 9 ASET Figure 4: T4:0 goes HIGH and timer T4:1 starts to increase
  • 10. Name of Institution 10 Rung 0003: (a) As stated above when accumulator value becomes equal to the preset value the DN bit of the timer T4:0 goes HIGH. When this happens the accumulator value of TON timer T4:1 starts to increase till it reaches the value equal to that of preset (=20). Rung 0004: (a) The DN bit of T4:1 i.e. T4:1/DN is connected to the output O:0/2. The O:0/2 represents the third output LED. ASET
  • 11. Name of Institution 11 ASET Figure 5: The glowing of third LED indicated that the heating of the mixture is completed.
  • 12. Name of Institution 12 As soon as T4:1/DN goes HIGH, the output O:0/2 is energized and the third LED starts to glow. (b) The glowing of third LED indicated that the heating of the mixture is completed. (c) After this the STOP button (I:0/1) is pressed i.e. XIO I:0/1 goes LOW and the whole process is reset. Results The two liquids were mixed (indicated by glowing of first two LED) and the mixture was heated for 20 seconds (indicated by glowing of the third LED). Future Scope 1. When connected with SCADA using the Device Connectivity feature of SCADA, the project can implemented with Recipe Management feature of SCADA. This way we can change the ingredients of the mixture. 2. This project can be extended to filling of the mixture into different bottles then labeling and packing them i.e. making a fully automated medicinal syrup manufacturing plant. ASET
  • 13. Name of Institution 13 Project Using SCADA : Bottle Filling & Capping Station Project Objective : To design a โ€Bottle filling and Capping Stationโ€ using Wonder ware Intouch SCADA. Software Used : Wonderware Intouch version 9.0. Working of Project: The project is made in Window Maker and executed in Window Viewer. In window viewer, the project would run as: ๏ƒ˜When the switch is turned on, a bottle will be filled to full by three different tanks filled with different liquids as indicated by their color. ๏ƒ˜Liquid poured to the bottle when its presence under the tank is sensed. ๏ƒ˜Then a clamper brings down the cap to the mouth of bottle, places it there and then returns back to its original position. ๏ƒ˜The bottle is capped is then moved to the storage. ASET
  • 14. Name of Institution 14 1. In the Intouch Application Manager, select file New Create new Application. This creates a new Intouch application. 2. Double click on this application, it opens Intouch Window maker. 3. In Window maker we select File New Window. A dialog box appears asking for name, window type, window color and other properties. 4. We name the window as โ€bottle fill transferโ€, window type as replace , frame style as single and click on OK. A window appears as per defined by us. 5. Wizard icon Wizard Selection window graphical objects. 6. Wizard Selection window symbol factory option double click 8. In the symbol factory window there are various categories of the graphical objects like Tanks, Containers etc. We select the different objects as per our requirement. Programming ASET
  • 15. Name of Institution 15Figure 6: The finished window is shown as below: 5 different bottles are shown . ASET
  • 16. Name of Institution 16 For all the objects taken from the symbol factory, we perform Break Cell operation so that we are able to change their properties as per our requirement. Following is the figure showing the list of the properties available for each object from Symbol Factory: ASET Figure 7: list of the properties
  • 17. Name of Institution 17 We see that there are different bottles under the tanks whereas in the run time we require only one of them. This is done keeping in mind the visibility of each bottle. Filling of the Bottle ASET Figure 8: Filling of the bottle
  • 18. Name of Institution 18 Capping of the Bottle ASET Figure 9: Capping of the bottle
  • 19. Name of Institution 19 ASET Figure 10 : Bottle is sent to storage after its filling and capping.
  • 20. Name of Institution 20 Since there is no manual work i.e. no slider is being used, window script has to be used for incrementing the value of the counter, whose tag name is used as the expression for all other objects. There are two parts in the script: (a) On Show: how the things should appear as soon as the window viewer is started. (b) While showing: how things will appear once the task starts to run on window viewer. ASET Figure 11 :Window Script.
  • 21. Name of Institution 21 Results The design of โ€Bottle Filling and Capping Stationโ€ is successfully implemented in Intouch SCADA. Future Scope This project can be implemented practically when SCADA is connected with PLC. More enhanced features can be added up to it. Some features are: 1. Automatic Labeling of Bottles. 2. Defected Bottles such as bottles without cap or less in weight should be automatically removed. 3. Automatic pick up of bottle after filling it up. ASET

Editor's Notes

  1. 1