SlideShare a Scribd company logo
1 of 31
INDIAN INSTITUTE OF TECHNOLOGY ROORKEE
Automation of hydraulic
structure
Deepak Upadhyay
AHEC,IIT Roorkee
En. Id- 15512011
Co No: +91-9758495784
2
Content
• Automation
• Need of automation
• Automation history
• Dam automation
• Usage of automation in hydraulic structures
– Control of gates
– Control of trash rack
• Advantage of automation
• Disadvantage of automation
3
Automation
• Automation is a delegation of human control function to control
technical equipment.
• Automation is the use of control systems and information
technologies reducing need for human intervention.
4
Need of Automation
• Automation facilitate efficient and detailed information.
• It ensures speedy recording, Processing and presenting of
information.
• Increased volume of work, scarcity of time and the slow manual
processes need the introduction of automation.
• It facilitates better quality work by reducing errors which are
created on manual work.
5
Automation History
1. Manual Control- A control is done by
human labor rather than automatic or
computer-aided.
2. Pneumatic Control- A Pneumatic
Controller is a mechanical device designed to
measure temperature or pressure and transmit
a corrective air signal to the final
control element.
1.MANUAL CONTROL
2.PNEUMATIC CONTROL
6
Contd.
3. Hard Wire Logic Control-
Hardwired logic control units are implemented
through use of sequential logic units, featuring a
finite number of logic that can generate specific
results based on the instructions that were used
to invoke those responses.
4. Electronic Control Using Gates-
In electronics, a logic gate is an idealized or
physical device implementing a Boolean
function, it performs a logical operation on one
or more logical inputs, and produces a single
logical output.
3.HARD WIRE
LOGIC CONTROL
4.ELECTRONIC
CONTROL USING
GATES
7
Contd.
5. PLC
A Programmable Logic Controller is a solid state
control system that continuously monitors the
status of devices connected as inputs. Based
upon a user written program, stored in memory,
it controls the status of devices connected as
outputs.
Inputs Outputs
CPU 5. PLC
8
Contd.
Inputs in PLC
• Switches- an electrical component that can
make & break an electrical circuit, interrupting
the current or diverting it from one conductor to
another.
• Pushbuttons- an electrical component which
used to make a contact like “ON” and “OFF”
by using pushing mechanism.
9
Contd.
Sensing Devices
• Limit Switches- an electromechanical device, are used for
controlling machinery as part of a control system, as a
safety interlocks, or to count objects passing a point.
• Photoelectric Sensors- A photoelectric sensor, or photo eye, is
an equipment used to discover the distance, absence, or presence
of an object by using a light transmitter, often infrared, and a
photoelectric receiver.
• Proximity Sensors- a sensor able to detect the presence of
nearby objects without any physical contact. It emits
an electromagnetic field or a beam of electromagnetic radiation,
and looks for changes in the field or return signal.
10
Contd.
Condition Sensors
• Pressure Switches- A switch that closes an electrical contact when a
certain set pressure has been reached on its input. The switch may be
designed to make contact either on pressure rise or on pressure fall.
• Level Switches- it detect the level of liquids and other fluids and
fluidized solids, including slurries, granular materials, and powders
that exhibit an upper free surface.
• Temperature Switches- An electrical safety device that interrupts
electric current when heated to a specific temperature. These devices
may be for one-time use or may be reset manually or automatically.
• Vacuum Switches- used for many functions in an automobile.
• Float Switches- a device used to detect the level of liquid within a
tank.
11
Contd.
Output in PLC
• Valve- A device that regulates, directs or controls the
flow of a fluid (gases, liquids, fluidized solids, or
slurries) by opening, closing, or partially obstructing
various passageways.
• Motor Starter- use to start the motor.
• Stack Light- used in industrial manufacturing and
process control environments to provide visual
indicators of a machine state or process event.
• Actuator- An actuator is a type of motor that is
responsible for moving or controlling a system.
• Solenoid- A coil wound into a tightly packed
helix whose length is greater than its diameter.
• Pumps- A device that moves fluids (liquids or gases), or
sometimes slurries, by mechanical action.
12
Dam Automation
• Dam automation relates to the operation of opening and closing of
the gate, valve, guide vanes and cooling of system.
• The system will include water level monitoring of dam site and
respective action on the gates of the dam.
• Also maintaining the status of the dam is another big task. This
procedure is very time consuming and sometimes proven to be
helpless to save lives.
13
Usage of automation in hydraulic
structures
• Gate
• Trash rack
14
Control of Gates
Objective-
To develop a simpler and relatively inexpensive dam automation
system for operating gates and alerting people residing near river
banks using GSM and microcontroller.
15
Contd.
Evolution of automation on gate-
• At present the automation is done through PLC’s but using that
technology becomes more bulky and it requires the knowledge
about the PLC’s.
• So we can achieve by using resistive-sensor, micro-controller, dc
motor& GSM (Global System for Mobile communication)
16
Contd.
Block Diagram of System
POWER SUPPLY
WATER
LEVEL
SENSOR
SIGNAL
CONDITION
ING
MICRO
CONTROLL
ER
GSM
MODULE
DC
MOTOR
MESSAGE
SENT TO
AUTHORITY
GATES
17
Contd.
Water Level Sensor:
• Two Cu plates of 2mm thickness and height 30cm are taken. The
distance between these two plates is maintained at 2cm.
• One of the plates is given a supply of +5v and the other plate is
kept at a ground potential.
• Initially when there is no water between the two plates there is no
contact between them so no current flows.
• As the water level rises the current starts flowing increasingly due
to availability of conducting path between two plates.
18
Contd.
Here current is inversely proportional to the resistance. So when the
level of the dam changes the resistance also changes. The resistance
and level are inversely related to each other. So when level increases
the resistance decreases. When the voltage is kept constant the current
will increase when the resistance will decrease.
i = v/R
i α 1/R
R = ρl/a
R α 1/a
then,
i α a
19
Contd.
• Dam level measurement
S.No Water level (cm)
Output
current
(mA)
S.No
Water level
(cm)
Output
current (mA)
1 00 0 12 11 6.4
2 01 0.23 13 12 6.8
3 02 0.47 14 13 7.6
4 03 1.1 15 14 8.3
5 04 2.1 16 15 9.6
6 05 2.6 17 16 9.9
7 06 3.3 18 17 10.7
8 07 3.8 19 18 11.5
9 08 4.3 20 19 12.2
10 09 5 21 20 12.8
11 10 5.7 22 21 13.6
20
Contd.
Signal Conditioning
• The output of sensor is current in mA. So to interface it with
micro-controller we need to digitize it.
• we carry the signal in current form then convert it to voltage with
simple I to V converter having suitable gain or a simple resistor can
be connected to the output of sensor and voltage can be measured
across it.
• This output is given to the ADC for digitization. The output of
ADC is fed to micro-controller for further processing.
21
Contd.
Micro-Controller
• The output of ADC acts as an input to micro-controller.
• Micro-controller is the heart of system. It is used for level
comparison and operation identification. It compares the current
level of dam with the programmed levels and decides the operation
to be taken on the gates.
• There are doors on two different levels of dam. The upper level
door is used only in heavy rainfall, while lower door is used to
regulate the water level as per the need.
22
Contd.
Opening of gates- This is sequential operation.
Let a set point of 60% of dam level which water should be maintained
continuously.
• (60-90)% of dam level lower gate will be open in four steps.
• After 90% upper gate will be open completely.
Dam level (%) Gate opening (%)
(60-65) 25
(65-70) 50
(70-80) 75
(80-90) 100
23
Contd.
DC MOTOR
• These motors are used to drive the gates of dam .The doors are
operated in steps by giving time delay. The time required to open
the door completely is taken into account to decide the rpm of
motor. Motor with 500rpm is enough to open the gates and close
them with in specified time.
24
Contd.
GSM Module
• As soon as the upper door is opened the message is fired to the
authorities regarding the level and flow of water. For this we are
using GSM module which is interfaced with micro-controller.
25
Automation of trash rack
Trash Rack
• A trash rack is a wooden or metal structure,
that prevents water-borne debris (such as
logs, boats, animals, masses of cut
waterweed, etc.) from entering the intake
of channel. This protects water penstock,
and sluice gates from destruction.
• Trash racks composed of vertical wooden
strakes separated by narrow gaps are very
common and perform extremely poorly.
Metal gratings are sturdier and can have
narrower strakes, and angling the trash rack
properly can allow some self-cleaning from
the action of the water.
26
Contd.
Objective
• Modern trash racks as used by hydroelectric plants can incorporate
advanced feature as cleaning robots for their cleaning purposes.
• trash rack cleaning machine shall be supplied and installed to clean
the trash rack panels. The machine shall be installed at deck
elevation and shall be able to operate and remove all the material
carried by the flow, floating debris, wood logs, branches etc.
accumulated in front of the screen.
• Trash racks are designed for water velocity of around 2 feet/second
(0.6 metres/second) to prevent excessive energy loss due to the
head loss across the trash rack. Close spacing keeps out more small
floating debris or fish.
27
Contd.
• Block Diagram of system
POWER SUPPLY
ELECTROMAG
NETIC SENSOR
SIGNAL
CONDITIO
NING
MICRO
CONTROL
LER
TRASH
RACK
CLEANIN
G
MACHINE
DC
MOTOR
28
Advantage of Automation
• Replaces hard physical or monotonous work.
• Tasks in hazardous environments, such as extreme temperatures, or
atmospheres that are radioactive or toxic can be done by machines
• Faster production and cheaper labor costs
• Automation can be maintained with simple quality checks.
• Can perform tasks beyond human capabilities.
29
Disadvantage of Automation
• As of now, not all tasks can be automated
• Some tasks are more expensive to automate
• Initial costs are high
• Failure to maintain a system could result in the loss of the product
30
References
• Mr. Abhishek S Umachigi, Mr. Santosh Yelkar “Dam Level
Continuous monitoring, Controlling And Alerting System Using
Gsm” Volume-1 (9-May2014)
http://ijtre.com/paper/?id=2014010940
• Kuenz_TrashRackCleaning.pdf
https://www.yumpu.com/en/document/view/169790/41011-e-rrm-
internet/5
• Electrical machine by P. S bimbhra vol-7
• Trash rack cleaning machine pdf-
http://www.jkspdc.nic.in/tender_files/2013/NGHEP/Trash%20Rack%
20Cleaning%20Machine.pdf.
31

More Related Content

What's hot

Scada and power system automation
Scada and power system automationScada and power system automation
Scada and power system automationShubham Kapoor
 
Application overview
Application overviewApplication overview
Application overviewĐặng Hảo
 
Microprocessor in washing machine
Microprocessor in washing machineMicroprocessor in washing machine
Microprocessor in washing machineSandeep Kamath
 
Application of control system
Application of control systemApplication of control system
Application of control systemAvijit Adhikary
 
DCS - Distributed Control System
DCS - Distributed Control System DCS - Distributed Control System
DCS - Distributed Control System Pratheep M
 
Classic control in industry
Classic control in industry Classic control in industry
Classic control in industry Mostafa Ragab
 
automatic mixing & filling bottle using PLC
automatic mixing & filling bottle using PLCautomatic mixing & filling bottle using PLC
automatic mixing & filling bottle using PLCLeelu Veerendra Pulagam
 
Scada Basic Training
Scada Basic TrainingScada Basic Training
Scada Basic TrainingSagar Ghadge
 
Energy conservation security and complete automation
Energy conservation security and complete automationEnergy conservation security and complete automation
Energy conservation security and complete automationKishorKhandge1
 
Beijer hvac inverter_h2_brochure
Beijer hvac inverter_h2_brochureBeijer hvac inverter_h2_brochure
Beijer hvac inverter_h2_brochureElectromate
 
Plc based Robotic Arm and Automated Different Size Bottle Filling System
Plc based Robotic Arm and Automated Different Size Bottle Filling SystemPlc based Robotic Arm and Automated Different Size Bottle Filling System
Plc based Robotic Arm and Automated Different Size Bottle Filling SystemRehan Fazal
 
Substation Automation
Substation AutomationSubstation Automation
Substation Automationskullbreaker
 
Analysis of Induction Motor Speed Control Using SCADA Based Drive Operated Sy...
Analysis of Induction Motor Speed Control Using SCADA Based Drive Operated Sy...Analysis of Induction Motor Speed Control Using SCADA Based Drive Operated Sy...
Analysis of Induction Motor Speed Control Using SCADA Based Drive Operated Sy...IJSRD
 
Final year Plc and SCADA project topics list
Final year Plc and SCADA  project topics listFinal year Plc and SCADA  project topics list
Final year Plc and SCADA project topics listMayil Samy
 
Chapter 53
Chapter 53Chapter 53
Chapter 53mcfalltj
 
Manish1 washing machine control
Manish1 washing machine controlManish1 washing machine control
Manish1 washing machine controlmanish rishi
 

What's hot (20)

Scada and power system automation
Scada and power system automationScada and power system automation
Scada and power system automation
 
Application overview
Application overviewApplication overview
Application overview
 
Microprocessor in washing machine
Microprocessor in washing machineMicroprocessor in washing machine
Microprocessor in washing machine
 
Application of control system
Application of control systemApplication of control system
Application of control system
 
DCS - Distributed Control System
DCS - Distributed Control System DCS - Distributed Control System
DCS - Distributed Control System
 
Classic control in industry
Classic control in industry Classic control in industry
Classic control in industry
 
automatic mixing & filling bottle using PLC
automatic mixing & filling bottle using PLCautomatic mixing & filling bottle using PLC
automatic mixing & filling bottle using PLC
 
Scada Basic Training
Scada Basic TrainingScada Basic Training
Scada Basic Training
 
Energy conservation security and complete automation
Energy conservation security and complete automationEnergy conservation security and complete automation
Energy conservation security and complete automation
 
AUTOMATIC METHOD OF PROTECTING TRANSFORMER USING PIC MICROCONTROLLER AS AN AL...
AUTOMATIC METHOD OF PROTECTING TRANSFORMER USING PIC MICROCONTROLLER AS AN AL...AUTOMATIC METHOD OF PROTECTING TRANSFORMER USING PIC MICROCONTROLLER AS AN AL...
AUTOMATIC METHOD OF PROTECTING TRANSFORMER USING PIC MICROCONTROLLER AS AN AL...
 
Beijer hvac inverter_h2_brochure
Beijer hvac inverter_h2_brochureBeijer hvac inverter_h2_brochure
Beijer hvac inverter_h2_brochure
 
Plc based Robotic Arm and Automated Different Size Bottle Filling System
Plc based Robotic Arm and Automated Different Size Bottle Filling SystemPlc based Robotic Arm and Automated Different Size Bottle Filling System
Plc based Robotic Arm and Automated Different Size Bottle Filling System
 
AN INSIDE LOOK IN THE ELECTRICAL STRUCTURE OF THE BATTERY MANAGEMENT SYSTEM T...
AN INSIDE LOOK IN THE ELECTRICAL STRUCTURE OF THE BATTERY MANAGEMENT SYSTEM T...AN INSIDE LOOK IN THE ELECTRICAL STRUCTURE OF THE BATTERY MANAGEMENT SYSTEM T...
AN INSIDE LOOK IN THE ELECTRICAL STRUCTURE OF THE BATTERY MANAGEMENT SYSTEM T...
 
Plc projects
Plc projectsPlc projects
Plc projects
 
Substation Automation
Substation AutomationSubstation Automation
Substation Automation
 
Analysis of Induction Motor Speed Control Using SCADA Based Drive Operated Sy...
Analysis of Induction Motor Speed Control Using SCADA Based Drive Operated Sy...Analysis of Induction Motor Speed Control Using SCADA Based Drive Operated Sy...
Analysis of Induction Motor Speed Control Using SCADA Based Drive Operated Sy...
 
Final year Plc and SCADA project topics list
Final year Plc and SCADA  project topics listFinal year Plc and SCADA  project topics list
Final year Plc and SCADA project topics list
 
Chinmay pandya
Chinmay pandyaChinmay pandya
Chinmay pandya
 
Chapter 53
Chapter 53Chapter 53
Chapter 53
 
Manish1 washing machine control
Manish1 washing machine controlManish1 washing machine control
Manish1 washing machine control
 

Similar to Automation of hydraulic structure

3 Types of irrigation System.pptx
3 Types of irrigation System.pptx3 Types of irrigation System.pptx
3 Types of irrigation System.pptxArun Raja
 
⭐⭐⭐⭐⭐ Implementation Of Automated System For The Reservoir 66 of the Irrigati...
⭐⭐⭐⭐⭐ Implementation Of Automated System For The Reservoir 66 of the Irrigati...⭐⭐⭐⭐⭐ Implementation Of Automated System For The Reservoir 66 of the Irrigati...
⭐⭐⭐⭐⭐ Implementation Of Automated System For The Reservoir 66 of the Irrigati...Victor Asanza
 
DOC-20230916-WA0003..pptx
DOC-20230916-WA0003..pptxDOC-20230916-WA0003..pptx
DOC-20230916-WA0003..pptxsurabhimalviya1
 
Plc course presentation
Plc course presentationPlc course presentation
Plc course presentationOsama Wahdan
 
iaetsd A novel approach towards automatic water conservation system
iaetsd A novel approach towards automatic water conservation systemiaetsd A novel approach towards automatic water conservation system
iaetsd A novel approach towards automatic water conservation systemIaetsd Iaetsd
 
PROJECT ON WATER CONTROL IN AMUSEMENT PARK USING
PROJECT ON WATER CONTROL IN AMUSEMENT PARK USINGPROJECT ON WATER CONTROL IN AMUSEMENT PARK USING
PROJECT ON WATER CONTROL IN AMUSEMENT PARK USINGPrashant Shekhar
 
Industrial monitoring and control systems using andriod application
Industrial monitoring and control systems using andriod applicationIndustrial monitoring and control systems using andriod application
Industrial monitoring and control systems using andriod applicationAvinash Vemula
 
IRJET- Distant Monitoring and Controlling of Gated Dams using PLC and SCADA
IRJET- Distant Monitoring and Controlling of Gated Dams using PLC and SCADAIRJET- Distant Monitoring and Controlling of Gated Dams using PLC and SCADA
IRJET- Distant Monitoring and Controlling of Gated Dams using PLC and SCADAIRJET Journal
 
Substation monitoring system for maintaining a data log.ppt
Substation monitoring system for maintaining a data log.pptSubstation monitoring system for maintaining a data log.ppt
Substation monitoring system for maintaining a data log.pptSAI SREE
 
Smart Irrigation System.pptx
Smart Irrigation System.pptxSmart Irrigation System.pptx
Smart Irrigation System.pptxDEVDHARSAN2
 
classic control and PLC training report
classic control and PLC training reportclassic control and PLC training report
classic control and PLC training reportahmed abdelnasser
 
Microcontroller based water level monitoring
Microcontroller based water level monitoringMicrocontroller based water level monitoring
Microcontroller based water level monitoringnagalaxmis
 
Automatic plant irrigation system
Automatic plant irrigation systemAutomatic plant irrigation system
Automatic plant irrigation systemselvalakshmi24
 
THE SMART BRIDGE ECE.pptx
THE SMART BRIDGE ECE.pptxTHE SMART BRIDGE ECE.pptx
THE SMART BRIDGE ECE.pptxAryanPandita10
 
automation in polyhouse1
automation in polyhouse1automation in polyhouse1
automation in polyhouse1Aniket Ghule
 

Similar to Automation of hydraulic structure (20)

3 Types of irrigation System.pptx
3 Types of irrigation System.pptx3 Types of irrigation System.pptx
3 Types of irrigation System.pptx
 
Automatic Dam Shutter Opening System: A Review
Automatic Dam Shutter Opening System: A ReviewAutomatic Dam Shutter Opening System: A Review
Automatic Dam Shutter Opening System: A Review
 
⭐⭐⭐⭐⭐ Implementation Of Automated System For The Reservoir 66 of the Irrigati...
⭐⭐⭐⭐⭐ Implementation Of Automated System For The Reservoir 66 of the Irrigati...⭐⭐⭐⭐⭐ Implementation Of Automated System For The Reservoir 66 of the Irrigati...
⭐⭐⭐⭐⭐ Implementation Of Automated System For The Reservoir 66 of the Irrigati...
 
C&i systems
C&i systemsC&i systems
C&i systems
 
DOC-20230916-WA0003..pptx
DOC-20230916-WA0003..pptxDOC-20230916-WA0003..pptx
DOC-20230916-WA0003..pptx
 
P12 oct04
P12 oct04P12 oct04
P12 oct04
 
Plc course presentation
Plc course presentationPlc course presentation
Plc course presentation
 
iaetsd A novel approach towards automatic water conservation system
iaetsd A novel approach towards automatic water conservation systemiaetsd A novel approach towards automatic water conservation system
iaetsd A novel approach towards automatic water conservation system
 
Home automation
Home automationHome automation
Home automation
 
PROJECT ON WATER CONTROL IN AMUSEMENT PARK USING
PROJECT ON WATER CONTROL IN AMUSEMENT PARK USINGPROJECT ON WATER CONTROL IN AMUSEMENT PARK USING
PROJECT ON WATER CONTROL IN AMUSEMENT PARK USING
 
Industrial monitoring and control systems using andriod application
Industrial monitoring and control systems using andriod applicationIndustrial monitoring and control systems using andriod application
Industrial monitoring and control systems using andriod application
 
IRJET- Distant Monitoring and Controlling of Gated Dams using PLC and SCADA
IRJET- Distant Monitoring and Controlling of Gated Dams using PLC and SCADAIRJET- Distant Monitoring and Controlling of Gated Dams using PLC and SCADA
IRJET- Distant Monitoring and Controlling of Gated Dams using PLC and SCADA
 
Substation monitoring system for maintaining a data log.ppt
Substation monitoring system for maintaining a data log.pptSubstation monitoring system for maintaining a data log.ppt
Substation monitoring system for maintaining a data log.ppt
 
Smart Irrigation System.pptx
Smart Irrigation System.pptxSmart Irrigation System.pptx
Smart Irrigation System.pptx
 
classic control and PLC training report
classic control and PLC training reportclassic control and PLC training report
classic control and PLC training report
 
Microcontroller based water level monitoring
Microcontroller based water level monitoringMicrocontroller based water level monitoring
Microcontroller based water level monitoring
 
N044066769
N044066769N044066769
N044066769
 
Automatic plant irrigation system
Automatic plant irrigation systemAutomatic plant irrigation system
Automatic plant irrigation system
 
THE SMART BRIDGE ECE.pptx
THE SMART BRIDGE ECE.pptxTHE SMART BRIDGE ECE.pptx
THE SMART BRIDGE ECE.pptx
 
automation in polyhouse1
automation in polyhouse1automation in polyhouse1
automation in polyhouse1
 

Recently uploaded

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...roncy bisnoi
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
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
 

Recently uploaded (20)

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...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
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...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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, ...
 

Automation of hydraulic structure

  • 1. INDIAN INSTITUTE OF TECHNOLOGY ROORKEE Automation of hydraulic structure Deepak Upadhyay AHEC,IIT Roorkee En. Id- 15512011 Co No: +91-9758495784
  • 2. 2 Content • Automation • Need of automation • Automation history • Dam automation • Usage of automation in hydraulic structures – Control of gates – Control of trash rack • Advantage of automation • Disadvantage of automation
  • 3. 3 Automation • Automation is a delegation of human control function to control technical equipment. • Automation is the use of control systems and information technologies reducing need for human intervention.
  • 4. 4 Need of Automation • Automation facilitate efficient and detailed information. • It ensures speedy recording, Processing and presenting of information. • Increased volume of work, scarcity of time and the slow manual processes need the introduction of automation. • It facilitates better quality work by reducing errors which are created on manual work.
  • 5. 5 Automation History 1. Manual Control- A control is done by human labor rather than automatic or computer-aided. 2. Pneumatic Control- A Pneumatic Controller is a mechanical device designed to measure temperature or pressure and transmit a corrective air signal to the final control element. 1.MANUAL CONTROL 2.PNEUMATIC CONTROL
  • 6. 6 Contd. 3. Hard Wire Logic Control- Hardwired logic control units are implemented through use of sequential logic units, featuring a finite number of logic that can generate specific results based on the instructions that were used to invoke those responses. 4. Electronic Control Using Gates- In electronics, a logic gate is an idealized or physical device implementing a Boolean function, it performs a logical operation on one or more logical inputs, and produces a single logical output. 3.HARD WIRE LOGIC CONTROL 4.ELECTRONIC CONTROL USING GATES
  • 7. 7 Contd. 5. PLC A Programmable Logic Controller is a solid state control system that continuously monitors the status of devices connected as inputs. Based upon a user written program, stored in memory, it controls the status of devices connected as outputs. Inputs Outputs CPU 5. PLC
  • 8. 8 Contd. Inputs in PLC • Switches- an electrical component that can make & break an electrical circuit, interrupting the current or diverting it from one conductor to another. • Pushbuttons- an electrical component which used to make a contact like “ON” and “OFF” by using pushing mechanism.
  • 9. 9 Contd. Sensing Devices • Limit Switches- an electromechanical device, are used for controlling machinery as part of a control system, as a safety interlocks, or to count objects passing a point. • Photoelectric Sensors- A photoelectric sensor, or photo eye, is an equipment used to discover the distance, absence, or presence of an object by using a light transmitter, often infrared, and a photoelectric receiver. • Proximity Sensors- a sensor able to detect the presence of nearby objects without any physical contact. It emits an electromagnetic field or a beam of electromagnetic radiation, and looks for changes in the field or return signal.
  • 10. 10 Contd. Condition Sensors • Pressure Switches- A switch that closes an electrical contact when a certain set pressure has been reached on its input. The switch may be designed to make contact either on pressure rise or on pressure fall. • Level Switches- it detect the level of liquids and other fluids and fluidized solids, including slurries, granular materials, and powders that exhibit an upper free surface. • Temperature Switches- An electrical safety device that interrupts electric current when heated to a specific temperature. These devices may be for one-time use or may be reset manually or automatically. • Vacuum Switches- used for many functions in an automobile. • Float Switches- a device used to detect the level of liquid within a tank.
  • 11. 11 Contd. Output in PLC • Valve- A device that regulates, directs or controls the flow of a fluid (gases, liquids, fluidized solids, or slurries) by opening, closing, or partially obstructing various passageways. • Motor Starter- use to start the motor. • Stack Light- used in industrial manufacturing and process control environments to provide visual indicators of a machine state or process event. • Actuator- An actuator is a type of motor that is responsible for moving or controlling a system. • Solenoid- A coil wound into a tightly packed helix whose length is greater than its diameter. • Pumps- A device that moves fluids (liquids or gases), or sometimes slurries, by mechanical action.
  • 12. 12 Dam Automation • Dam automation relates to the operation of opening and closing of the gate, valve, guide vanes and cooling of system. • The system will include water level monitoring of dam site and respective action on the gates of the dam. • Also maintaining the status of the dam is another big task. This procedure is very time consuming and sometimes proven to be helpless to save lives.
  • 13. 13 Usage of automation in hydraulic structures • Gate • Trash rack
  • 14. 14 Control of Gates Objective- To develop a simpler and relatively inexpensive dam automation system for operating gates and alerting people residing near river banks using GSM and microcontroller.
  • 15. 15 Contd. Evolution of automation on gate- • At present the automation is done through PLC’s but using that technology becomes more bulky and it requires the knowledge about the PLC’s. • So we can achieve by using resistive-sensor, micro-controller, dc motor& GSM (Global System for Mobile communication)
  • 16. 16 Contd. Block Diagram of System POWER SUPPLY WATER LEVEL SENSOR SIGNAL CONDITION ING MICRO CONTROLL ER GSM MODULE DC MOTOR MESSAGE SENT TO AUTHORITY GATES
  • 17. 17 Contd. Water Level Sensor: • Two Cu plates of 2mm thickness and height 30cm are taken. The distance between these two plates is maintained at 2cm. • One of the plates is given a supply of +5v and the other plate is kept at a ground potential. • Initially when there is no water between the two plates there is no contact between them so no current flows. • As the water level rises the current starts flowing increasingly due to availability of conducting path between two plates.
  • 18. 18 Contd. Here current is inversely proportional to the resistance. So when the level of the dam changes the resistance also changes. The resistance and level are inversely related to each other. So when level increases the resistance decreases. When the voltage is kept constant the current will increase when the resistance will decrease. i = v/R i α 1/R R = ρl/a R α 1/a then, i α a
  • 19. 19 Contd. • Dam level measurement S.No Water level (cm) Output current (mA) S.No Water level (cm) Output current (mA) 1 00 0 12 11 6.4 2 01 0.23 13 12 6.8 3 02 0.47 14 13 7.6 4 03 1.1 15 14 8.3 5 04 2.1 16 15 9.6 6 05 2.6 17 16 9.9 7 06 3.3 18 17 10.7 8 07 3.8 19 18 11.5 9 08 4.3 20 19 12.2 10 09 5 21 20 12.8 11 10 5.7 22 21 13.6
  • 20. 20 Contd. Signal Conditioning • The output of sensor is current in mA. So to interface it with micro-controller we need to digitize it. • we carry the signal in current form then convert it to voltage with simple I to V converter having suitable gain or a simple resistor can be connected to the output of sensor and voltage can be measured across it. • This output is given to the ADC for digitization. The output of ADC is fed to micro-controller for further processing.
  • 21. 21 Contd. Micro-Controller • The output of ADC acts as an input to micro-controller. • Micro-controller is the heart of system. It is used for level comparison and operation identification. It compares the current level of dam with the programmed levels and decides the operation to be taken on the gates. • There are doors on two different levels of dam. The upper level door is used only in heavy rainfall, while lower door is used to regulate the water level as per the need.
  • 22. 22 Contd. Opening of gates- This is sequential operation. Let a set point of 60% of dam level which water should be maintained continuously. • (60-90)% of dam level lower gate will be open in four steps. • After 90% upper gate will be open completely. Dam level (%) Gate opening (%) (60-65) 25 (65-70) 50 (70-80) 75 (80-90) 100
  • 23. 23 Contd. DC MOTOR • These motors are used to drive the gates of dam .The doors are operated in steps by giving time delay. The time required to open the door completely is taken into account to decide the rpm of motor. Motor with 500rpm is enough to open the gates and close them with in specified time.
  • 24. 24 Contd. GSM Module • As soon as the upper door is opened the message is fired to the authorities regarding the level and flow of water. For this we are using GSM module which is interfaced with micro-controller.
  • 25. 25 Automation of trash rack Trash Rack • A trash rack is a wooden or metal structure, that prevents water-borne debris (such as logs, boats, animals, masses of cut waterweed, etc.) from entering the intake of channel. This protects water penstock, and sluice gates from destruction. • Trash racks composed of vertical wooden strakes separated by narrow gaps are very common and perform extremely poorly. Metal gratings are sturdier and can have narrower strakes, and angling the trash rack properly can allow some self-cleaning from the action of the water.
  • 26. 26 Contd. Objective • Modern trash racks as used by hydroelectric plants can incorporate advanced feature as cleaning robots for their cleaning purposes. • trash rack cleaning machine shall be supplied and installed to clean the trash rack panels. The machine shall be installed at deck elevation and shall be able to operate and remove all the material carried by the flow, floating debris, wood logs, branches etc. accumulated in front of the screen. • Trash racks are designed for water velocity of around 2 feet/second (0.6 metres/second) to prevent excessive energy loss due to the head loss across the trash rack. Close spacing keeps out more small floating debris or fish.
  • 27. 27 Contd. • Block Diagram of system POWER SUPPLY ELECTROMAG NETIC SENSOR SIGNAL CONDITIO NING MICRO CONTROL LER TRASH RACK CLEANIN G MACHINE DC MOTOR
  • 28. 28 Advantage of Automation • Replaces hard physical or monotonous work. • Tasks in hazardous environments, such as extreme temperatures, or atmospheres that are radioactive or toxic can be done by machines • Faster production and cheaper labor costs • Automation can be maintained with simple quality checks. • Can perform tasks beyond human capabilities.
  • 29. 29 Disadvantage of Automation • As of now, not all tasks can be automated • Some tasks are more expensive to automate • Initial costs are high • Failure to maintain a system could result in the loss of the product
  • 30. 30 References • Mr. Abhishek S Umachigi, Mr. Santosh Yelkar “Dam Level Continuous monitoring, Controlling And Alerting System Using Gsm” Volume-1 (9-May2014) http://ijtre.com/paper/?id=2014010940 • Kuenz_TrashRackCleaning.pdf https://www.yumpu.com/en/document/view/169790/41011-e-rrm- internet/5 • Electrical machine by P. S bimbhra vol-7 • Trash rack cleaning machine pdf- http://www.jkspdc.nic.in/tender_files/2013/NGHEP/Trash%20Rack% 20Cleaning%20Machine.pdf.
  • 31. 31