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

Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersMairaAshraf6
 
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 torqueBhangaleSonal
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projectssmsksolar
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
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 - VDineshKumar4165
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...Health
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARKOUSTAV SARKAR
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 

Recently uploaded (20)

Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to Computers
 
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
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
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
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 

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