SlideShare a Scribd company logo
1 of 44
“Automated control system of a dam and
monitoring for irrigation”
Presented by
RAHUL N DESHMUKH
Guided By
DR. M. P. DESHMUKH
Department of Electronics & Telecommunication Engineering
SSBT’s College of Engineering and Technology, Bambhori
North Maharashtra University, Jalgaon
2014-15
OBJECTIVES
• The main objective of this concept to provide water to the farmers on their
request & to maintain the water levels and flows in the canals using
programmable logic controller.
• The design and implementation of automatic canal control system is
achieved through Function Block Diagram (FBD) programming.
• The implementation is done by using controller, driver IC &
communication protocols.
• The water data logging system is done through microcontroller & PLC
interfacing.
CONTENT
1. Introduction.
2. Literature survey.
3. Proposed Concept
4. Selection of PLC
5. Requirements of Input and outputs
6. Programming Language
7. Simulation for designed project
8. Internal blocks of model.
9. Overview of Hardware & Software
10. Interfacing of I/O Devices
11. Experimental Setup
12. List of parameters.
13. Results.
14. Conclusion.
15. References
INTRODUCTION
• Now a days water crisis is major issue.
• 50% water lost to leakage & system inefficiencies.
• Only 16% of farmers aware of irrigation efficiency technologies.
• 80-84% of water consumed for agriculture in India (by-MoWR)
• In 2010, demand of water for agriculture was 813 billion cubic meter,
In 2025, demand of water for agriculture will be 1093 billion cubic meter.
(by- MoWR/Dept. of Agriculture & Cooperation)
• Canal automation is becoming widely used to improve the operation of
canal systems and to conserve water.
• Many older canals are being modernized with data collection, telemetry, and
control equipment that helps canal operators better manage their water.
• In this project we are focusing on above issues & to provide sufficient amount
water to farmers on their requirement automatically.
• In water canals & sub-canals, water levels are also maintained with the help of
PLC (Crouzet) & millanium-3ac software.
• Sensors, gates, PLC, Function Block Diagram (FBD) language, GSM module
etc are the main components/devices used for the project.
• The used water by farmer data is also logged through software.
• So water data logging system is also available, for used water data record.
LITERATURE SURVEY
• The first research program in canal automation began in 1966 by the Bureau's
Mid-Pacific Region.
• In 1970’s, an electromechanical relays were used in operation of canal
automation in western U.S.
• In 1990’s, very few successful operations of PLC based automation systems.
• In Arizona USA, on the Salt River Project Canal system an automatic control
system was proposed. This system automates and enhances functions already
performed by operators
• Today, canal automation field is being develop & SCADA can be installed for
controlling whole system.
OLDER & EXISTING SYSTEMS
Colvin controller
Little-Man controller
Drawback:
Devices are limited to controlling, only the smaller canal system flow can be
controlled
OLDER & EXISTING SYSTEMS
EL-FLO (Electronic Filter level offset)
controller
Drawback:
It can be maintain big canal system but fails
to control upstream and downstream level of
water
PROPOSED CONCEPT
Sensors:
S-1: sense water level between G-1&G-2
S-2: sense water level between G-2,G-3&G-5
S-3: sense water level between G-3&G-4
S-4: sense water level between G-5&G-6
S-5: sense water level between G-6&G-7
Gates (Solenoid Valves):
G-4: Farmer-1
G-7: Farmer-2
PROPOSED CONCEPT
• In this concept, we have consider two farmers which demands for water.
• When farmer-1 is requesting for water, he will send his request through sms.
• As soon as request granted by PLC, water level of sub-canal will automatically
checked by software.
• If sufficient water level is available then gate-4 (for farmer-1) will automatically
open for specific time duration.
• For farmer-1 sufficient water in sub-canal is necessary condition & if there is not
enough water level in sub-canal then sensor-3 will send the signal to PLC &
gate-3 will open.
Comparison between existing canal control system and proposed canal
control system
• Existing System:
• Semi automatic.
• Programming constraints are more
• Data Control Unit (DTU),
Data Collection Unit (DCU) are
available
• High cost
• Maintenance is more
• Fault detection is not easy
Proposed System:
• Fully automatic
• Programming constraints are
minimum
• DTU’s & DCU’s work simply done
by remote station server (laptop)
• Cost is low
• Low maintenance cost as we have
used PLC’s as compared to existing
one.
• Fault detection is easy as compared
to existing system
Functional Interaction of PLC System
ARCHITECTURE OF PROPOSED CANAL CONTROL SYSTEM
SETUP
SYSTEM DESIGN
In system design
Step-1) Design of power supply-
Power Supply-24v DC,5Amp
Step-2) Selection of PLC
Step-3) Selection of inputs & outputs
SELECTION OF PLC
For the selection of PLC, the following considerations are important
i) Type of PLC- whether compact or modular?
 In this we have used compact PLC, because it is cheaper & our input
& outputs are fixed. So we have selected CD-20 as on requirement.

ii) Power Supply of PLC- 24vdc/12vdc/24vdc/230vac/24vac
We have used 24vdc power supply PLC
SELECTION OF INPUTS/OUTPUTS
• Depends on proposed concept we require five sensors & two gsm modules for
farmers notification. So total digital inputs required are seven.
• And we have total seven gates on canals & sub-canals, we have placed
solenoid valves, these are also digital types, so total digital outputs required are
seven.
• By considering above inputs/outputs, we require PLC having minimum seven
digital input & seven digital outputs.
• So we have to select Crouzet Make PLC with minimum 7-DI & 7-DO
• After going through catalog , we find CD-20 is perfect PLC for our
requirement.
Technical Specifications for Crouzet CD-20 PLC:
Type- CD-20
Power Supply-24VDC
Inputs- 6 DISCR+ 6(0-10V)
Outputs- 8 RELAY
PARAMETER WINDOW AFTER SELECTING INPUTS & OUTPUTS
FRONT PANEL VIEW OF PLC ON SIMULATION WINDOW
In the front panel of PLC,
Inputs are at upper side- 123426 (DI)
BCDEFG (AI)
Outputs are at lower side- 12345678 (DO)
SIMULATION WINDOW VIEW WITH FRONT PANEL & TIME PROGRAM
JUMP EVENT
PROGRAMMING LANGUAGES
• In different types of PLC’s, different programming languages are used-
Sr No PLC Programming Language
1 Siemens i)Ladder
ii)FBD (Function Block Diagram)
iii)IL (Instruction List)
iv)ST (Structured Text)
v)SFC (Sequential Function Chart)
2 Allen Bradley i)Ladder ii)FBD
3 Modicon i)Ladder
4 Crouzet i)Ladder ii)FBD
5 Schneider Electric i)Ladder ii)FBD
6 Mitsubushi i)Ladder ii)FBD
7 Delta i)Ladder ii)FBD
8 Messung i)Ladder ii)FBD
VIEW OF FUNCTION BLOCK DIAGRAM (FBD)
INTERNAL BLOCKS OF MODEL
• Timer A-C: This timer is used in programming for controlling On/Off
time of gates
Selection of timer block in software window Function A-C Timer:
FUNCTION A-C TIMER:
Double clicking on timer block we got this parameter window on
programming screen, from this we can set ON delay & OFF delay
TIMINGS DIAGRAM FOR A-C TIMER
OR,AND FUNCTION BLOCKS
OR function block:
AND function block:
OVERVIEW OF HARDWARE & SOFTWARE
• Programmable Logic Controller (PLC)
Hardware- Crouzet PLC (Compact)
Type- CD-20
No of Inputs- 12 (6-DI/6AI)
No of Outputs- 08 (8-DO)
• GSM Module
• Sensor
• Solenoid Valves-12VDC.1Amp
• Power Supply
24 VDC, 5 amp
Software:
Millanium-3 AC
Programming languages-
1) Ladder Language 2) Function Block Diagram (FBD)
FBD PROGRAMMING SIMULATION WINDOW
Step by step development of programming environment in FBD language
Step by step development of programming environment in FBD language
I )When Farmer-1 & Farmer-2 Both Requested For Water Simultaneously
II) when Farmer-1 is requested for water (Condition- if water is available in canal)
when Farmer-1 is requested for water (Condition- if water is not available in canal)
III) when farmer-2 requested for water (Condition- if water is available in canal)
AUTOMATED DATA LOGGING SYSTEM
EXPERIMENTAL SETUP
RESULTS
0
5
10
15
20
25
30
35
11/09/2014 12/09/2014 13/09/2014 14/09/2014
Timeofrequsetbyfarmer
Reuest for water datewise by farmer
Time
Water
Date 11/09/2014 12/09/2014 13/09/2014 14/09/2014
Time 9.12 12.03 16.05 22.4
Water 32 32 32 32
REFERENCES
1. Syed Muhammad Umar Talha, Syed Sheraz Mohani, Syed Hassan Ahmed and Mansoor
Ebrahim , “Design for an Irrigation and Monitoring System of an Automated
Dam”,Proceedings of the International MultiConference of Engineers and computer
scientists,pp-14-16, vol-II, Mar-2012.
2. Anil B. Mandavia, “Modernization of irrigation system operational management by way of
canal automation in India,” Chief Engineer, Management Information Systems SardarSaroar
Narmada Nigam Limited, Gandhinagar, Gujarat, India.
3.P. O. Malaterre, D. C. Rogers, and J. Schuurmans, “Classification of canal control algorithms”,
J. Irrig. Drain. Eng., vol. 124, no. 1, pp. 3–10,Jan./Feb. 1998.
4.V. Ruiz-Carmona, A. J. Clemmens, and J.Schuurmans, “Canal control algorithm formulations”,
J. Irrig. Drain. Eng., vol. 124, no. 1, pp. 31–39,Jan./Feb. 1998.
5.I. Mareels, E. Weyer, S. Ooi, M. W. Cantoni, Y. Li, and G. N. Nair, Systems engineering for
irrigation systems: Successes and challenges,” Annu. Rev. Control, vol. 29, no. 2, pp. 191–
204, 2005.
6.A. J. Clemmens, R. J. Strand, and E. Bautista, “Field testing of SacMan automated canal control
systems,” in Proc. 3rd Int. Conf. USCID: Water District Manage. Governance, pp. 199–209,
San Diego, CA, 2005.
• 7.José V. Aguilar, Pedro Langarita, Lorenzo Linares, and José Rodellar, Senior Member, IEEE,
“Automatic Control of Flows and Levels in an Irrigation Canal”, IEEE TRANSACTIONS ON
INDUSTRYAPPLICATIONS, VOL. 45, NO. 6, NOVEMBER/DECEMBER 2009.
THANK YOU

More Related Content

What's hot

Controlling the Filling and Capping Operation of a Bottling Plant using PLC a...
Controlling the Filling and Capping Operation of a Bottling Plant using PLC a...Controlling the Filling and Capping Operation of a Bottling Plant using PLC a...
Controlling the Filling and Capping Operation of a Bottling Plant using PLC a...ijeei-iaes
 
Elevator controller based on implementing a random access memory in FPGA
Elevator controller based on implementing a random access memory in FPGA Elevator controller based on implementing a random access memory in FPGA
Elevator controller based on implementing a random access memory in FPGA IJECEIAES
 
Scada system ( Overview )
Scada system ( Overview )Scada system ( Overview )
Scada system ( Overview )Ali Al Sarraf
 
Session 08 - PLC Programming Introduction
Session 08 - PLC Programming IntroductionSession 08 - PLC Programming Introduction
Session 08 - PLC Programming IntroductionVidyaIA
 
Introduction To SCADA
Introduction To SCADAIntroduction To SCADA
Introduction To SCADAKunal gupta
 
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
 
PLC Based Annunciation System
PLC Based Annunciation SystemPLC Based Annunciation System
PLC Based Annunciation SystemFasih Ahmed
 
PLC Training in Noida | PLC Scada Training in Delhi
PLC Training in Noida | PLC Scada Training in DelhiPLC Training in Noida | PLC Scada Training in Delhi
PLC Training in Noida | PLC Scada Training in DelhiSofcon India PVT LTD
 
Arm7 microcontroller based fuzzy logic controller for liquid level control sy...
Arm7 microcontroller based fuzzy logic controller for liquid level control sy...Arm7 microcontroller based fuzzy logic controller for liquid level control sy...
Arm7 microcontroller based fuzzy logic controller for liquid level control sy...IAEME Publication
 
Industrial Automation using PLC- Day 1
Industrial Automation using PLC- Day 1 Industrial Automation using PLC- Day 1
Industrial Automation using PLC- Day 1 Dhivakar K
 
Scada protocols-and-communications-trends
Scada protocols-and-communications-trendsScada protocols-and-communications-trends
Scada protocols-and-communications-trendsSandip Roy
 
Traffic Light Controller Using Fpga
Traffic Light Controller Using FpgaTraffic Light Controller Using Fpga
Traffic Light Controller Using FpgaIJERA Editor
 
Automated Water Filling and Mobile Charging Station Based on PLC
Automated Water Filling and Mobile Charging Station Based on PLCAutomated Water Filling and Mobile Charging Station Based on PLC
Automated Water Filling and Mobile Charging Station Based on PLCMayank Mathur
 
PLC Based Annunciation System Report
PLC Based Annunciation System ReportPLC Based Annunciation System Report
PLC Based Annunciation System ReportFasih Ahmed
 
Design and Implementing Novel Independent Real-Time Software Programmable DAQ...
Design and Implementing Novel Independent Real-Time Software Programmable DAQ...Design and Implementing Novel Independent Real-Time Software Programmable DAQ...
Design and Implementing Novel Independent Real-Time Software Programmable DAQ...Editor IJCATR
 

What's hot (20)

Controlling the Filling and Capping Operation of a Bottling Plant using PLC a...
Controlling the Filling and Capping Operation of a Bottling Plant using PLC a...Controlling the Filling and Capping Operation of a Bottling Plant using PLC a...
Controlling the Filling and Capping Operation of a Bottling Plant using PLC a...
 
DISTRIBUTED CONTROL SYSTEMS
DISTRIBUTED   CONTROL  SYSTEMSDISTRIBUTED   CONTROL  SYSTEMS
DISTRIBUTED CONTROL SYSTEMS
 
Elevator controller based on implementing a random access memory in FPGA
Elevator controller based on implementing a random access memory in FPGA Elevator controller based on implementing a random access memory in FPGA
Elevator controller based on implementing a random access memory in FPGA
 
SCADA
SCADASCADA
SCADA
 
Neasas
NeasasNeasas
Neasas
 
Scada system ( Overview )
Scada system ( Overview )Scada system ( Overview )
Scada system ( Overview )
 
Session 08 - PLC Programming Introduction
Session 08 - PLC Programming IntroductionSession 08 - PLC Programming Introduction
Session 08 - PLC Programming Introduction
 
Introduction To SCADA
Introduction To SCADAIntroduction To SCADA
Introduction To SCADA
 
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
 
PLC Based Annunciation System
PLC Based Annunciation SystemPLC Based Annunciation System
PLC Based Annunciation System
 
DGdovis
DGdovisDGdovis
DGdovis
 
research paper
research paperresearch paper
research paper
 
PLC Training in Noida | PLC Scada Training in Delhi
PLC Training in Noida | PLC Scada Training in DelhiPLC Training in Noida | PLC Scada Training in Delhi
PLC Training in Noida | PLC Scada Training in Delhi
 
Arm7 microcontroller based fuzzy logic controller for liquid level control sy...
Arm7 microcontroller based fuzzy logic controller for liquid level control sy...Arm7 microcontroller based fuzzy logic controller for liquid level control sy...
Arm7 microcontroller based fuzzy logic controller for liquid level control sy...
 
Industrial Automation using PLC- Day 1
Industrial Automation using PLC- Day 1 Industrial Automation using PLC- Day 1
Industrial Automation using PLC- Day 1
 
Scada protocols-and-communications-trends
Scada protocols-and-communications-trendsScada protocols-and-communications-trends
Scada protocols-and-communications-trends
 
Traffic Light Controller Using Fpga
Traffic Light Controller Using FpgaTraffic Light Controller Using Fpga
Traffic Light Controller Using Fpga
 
Automated Water Filling and Mobile Charging Station Based on PLC
Automated Water Filling and Mobile Charging Station Based on PLCAutomated Water Filling and Mobile Charging Station Based on PLC
Automated Water Filling and Mobile Charging Station Based on PLC
 
PLC Based Annunciation System Report
PLC Based Annunciation System ReportPLC Based Annunciation System Report
PLC Based Annunciation System Report
 
Design and Implementing Novel Independent Real-Time Software Programmable DAQ...
Design and Implementing Novel Independent Real-Time Software Programmable DAQ...Design and Implementing Novel Independent Real-Time Software Programmable DAQ...
Design and Implementing Novel Independent Real-Time Software Programmable DAQ...
 

Viewers also liked

fabrication,erection and repairing oF Dam's Gate
fabrication,erection and repairing oF Dam's Gatefabrication,erection and repairing oF Dam's Gate
fabrication,erection and repairing oF Dam's GateTushar Dholakia
 
Design Aspects of Gates of Dam
Design Aspects of Gates of DamDesign Aspects of Gates of Dam
Design Aspects of Gates of DamTushar Dholakia
 
5e consulting method statement for program management
5e consulting method statement for program management5e consulting method statement for program management
5e consulting method statement for program management5e Consulting
 
Blended Wing Body (BWB) - Future Of Aviation
Blended Wing Body (BWB) - Future Of AviationBlended Wing Body (BWB) - Future Of Aviation
Blended Wing Body (BWB) - Future Of AviationAsim Ghatak
 
SOLAR PV-WIND HYBRID POWER GENERATION SYSTEM
SOLAR PV-WIND HYBRID POWER GENERATION SYSTEMSOLAR PV-WIND HYBRID POWER GENERATION SYSTEM
SOLAR PV-WIND HYBRID POWER GENERATION SYSTEMtulasi banala
 
Automated water planting system
Automated water planting systemAutomated water planting system
Automated water planting systemMayank Kumbhaj
 
Physiology of vision
Physiology of visionPhysiology of vision
Physiology of visionBinny Tyagi
 
Ppt on automation
Ppt on automation Ppt on automation
Ppt on automation harshaa
 
Internet of Things (IoT) - We Are at the Tip of An Iceberg
Internet of Things (IoT) - We Are at the Tip of An IcebergInternet of Things (IoT) - We Are at the Tip of An Iceberg
Internet of Things (IoT) - We Are at the Tip of An IcebergDr. Mazlan Abbas
 
LinkedIn powerpoint
LinkedIn powerpointLinkedIn powerpoint
LinkedIn powerpointguest2137df
 

Viewers also liked (13)

fabrication,erection and repairing oF Dam's Gate
fabrication,erection and repairing oF Dam's Gatefabrication,erection and repairing oF Dam's Gate
fabrication,erection and repairing oF Dam's Gate
 
Design Aspects of Gates of Dam
Design Aspects of Gates of DamDesign Aspects of Gates of Dam
Design Aspects of Gates of Dam
 
5e consulting method statement for program management
5e consulting method statement for program management5e consulting method statement for program management
5e consulting method statement for program management
 
Blended Wing Body (BWB) - Future Of Aviation
Blended Wing Body (BWB) - Future Of AviationBlended Wing Body (BWB) - Future Of Aviation
Blended Wing Body (BWB) - Future Of Aviation
 
SOLAR PV-WIND HYBRID POWER GENERATION SYSTEM
SOLAR PV-WIND HYBRID POWER GENERATION SYSTEMSOLAR PV-WIND HYBRID POWER GENERATION SYSTEM
SOLAR PV-WIND HYBRID POWER GENERATION SYSTEM
 
Rubber dam isolation
Rubber dam isolationRubber dam isolation
Rubber dam isolation
 
Input and output design
Input and output designInput and output design
Input and output design
 
Automated water planting system
Automated water planting systemAutomated water planting system
Automated water planting system
 
Physiology of vision
Physiology of visionPhysiology of vision
Physiology of vision
 
Ppt on automation
Ppt on automation Ppt on automation
Ppt on automation
 
Internet of Things (IoT) - We Are at the Tip of An Iceberg
Internet of Things (IoT) - We Are at the Tip of An IcebergInternet of Things (IoT) - We Are at the Tip of An Iceberg
Internet of Things (IoT) - We Are at the Tip of An Iceberg
 
LinkedIn powerpoint
LinkedIn powerpointLinkedIn powerpoint
LinkedIn powerpoint
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare ppt
 

Similar to Rahul N Deshmukh, Asst. Prof, E&TC Dept, SSBT COET Bambhori Jalgaon, International conference ICGTETM

WaterInnovationMeyAriel
WaterInnovationMeyArielWaterInnovationMeyAriel
WaterInnovationMeyArielZeev Somer
 
Scada ppt
Scada pptScada ppt
Scada pptzudakki
 
Irrigation IoT G22222.ppt
Irrigation IoT G22222.pptIrrigation IoT G22222.ppt
Irrigation IoT G22222.pptWajdi Bellil
 
De-Inking Plant Final Tower Control using SIEMENS PLC(report
De-Inking Plant Final Tower Control using SIEMENS PLC(reportDe-Inking Plant Final Tower Control using SIEMENS PLC(report
De-Inking Plant Final Tower Control using SIEMENS PLC(reportabdullah s
 
Control of Irrigation Motor Using DTMF Technology Through Mobile Phone-1.pptx
Control of Irrigation Motor Using DTMF Technology Through Mobile Phone-1.pptxControl of Irrigation Motor Using DTMF Technology Through Mobile Phone-1.pptx
Control of Irrigation Motor Using DTMF Technology Through Mobile Phone-1.pptxssuser492e7f
 
Electronic DIY project book
Electronic DIY project book Electronic DIY project book
Electronic DIY project book Raghav Shetty
 
Feasible Interfacing and Programming of Industrial Control Technology Unit wi...
Feasible Interfacing and Programming of Industrial Control Technology Unit wi...Feasible Interfacing and Programming of Industrial Control Technology Unit wi...
Feasible Interfacing and Programming of Industrial Control Technology Unit wi...theijes
 
Microcontroller based water level monitoring
Microcontroller based water level monitoringMicrocontroller based water level monitoring
Microcontroller based water level monitoringnagalaxmis
 
IRJET- Smart Irrigation System using Soil Moisture Sensor and PLC
IRJET- Smart Irrigation System using Soil Moisture Sensor and PLCIRJET- Smart Irrigation System using Soil Moisture Sensor and PLC
IRJET- Smart Irrigation System using Soil Moisture Sensor and PLCIRJET Journal
 
Lecture+9+-+SCADA+Systems.pdf
Lecture+9+-+SCADA+Systems.pdfLecture+9+-+SCADA+Systems.pdf
Lecture+9+-+SCADA+Systems.pdfSmritiGarg21
 
PLC Introduction Details
PLC Introduction DetailsPLC Introduction Details
PLC Introduction Detailssuhaskhadake
 
1 introduction to plc and its programming-1
1 introduction to plc and its programming-11 introduction to plc and its programming-1
1 introduction to plc and its programming-1VishalGupta969
 
Batch no C05 Automatic Control of Irrigation Motor Using DTMF Technology Thro...
Batch no C05 Automatic Control of Irrigation Motor Using DTMF Technology Thro...Batch no C05 Automatic Control of Irrigation Motor Using DTMF Technology Thro...
Batch no C05 Automatic Control of Irrigation Motor Using DTMF Technology Thro...ssuser492e7f
 
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
 

Similar to Rahul N Deshmukh, Asst. Prof, E&TC Dept, SSBT COET Bambhori Jalgaon, International conference ICGTETM (20)

WaterInnovationMeyAriel
WaterInnovationMeyArielWaterInnovationMeyAriel
WaterInnovationMeyAriel
 
Scada ppt
Scada pptScada ppt
Scada ppt
 
Irrigation IoT G22222.ppt
Irrigation IoT G22222.pptIrrigation IoT G22222.ppt
Irrigation IoT G22222.ppt
 
N044066769
N044066769N044066769
N044066769
 
De-Inking Plant Final Tower Control using SIEMENS PLC(report
De-Inking Plant Final Tower Control using SIEMENS PLC(reportDe-Inking Plant Final Tower Control using SIEMENS PLC(report
De-Inking Plant Final Tower Control using SIEMENS PLC(report
 
Control of Irrigation Motor Using DTMF Technology Through Mobile Phone-1.pptx
Control of Irrigation Motor Using DTMF Technology Through Mobile Phone-1.pptxControl of Irrigation Motor Using DTMF Technology Through Mobile Phone-1.pptx
Control of Irrigation Motor Using DTMF Technology Through Mobile Phone-1.pptx
 
Final Presentation
Final PresentationFinal Presentation
Final Presentation
 
Electronic DIY project book
Electronic DIY project book Electronic DIY project book
Electronic DIY project book
 
Feasible Interfacing and Programming of Industrial Control Technology Unit wi...
Feasible Interfacing and Programming of Industrial Control Technology Unit wi...Feasible Interfacing and Programming of Industrial Control Technology Unit wi...
Feasible Interfacing and Programming of Industrial Control Technology Unit wi...
 
Microcontroller based water level monitoring
Microcontroller based water level monitoringMicrocontroller based water level monitoring
Microcontroller based water level monitoring
 
IRJET- Smart Irrigation System using Soil Moisture Sensor and PLC
IRJET- Smart Irrigation System using Soil Moisture Sensor and PLCIRJET- Smart Irrigation System using Soil Moisture Sensor and PLC
IRJET- Smart Irrigation System using Soil Moisture Sensor and PLC
 
Lect01
Lect01Lect01
Lect01
 
Lecture+9+-+SCADA+Systems.pdf
Lecture+9+-+SCADA+Systems.pdfLecture+9+-+SCADA+Systems.pdf
Lecture+9+-+SCADA+Systems.pdf
 
PLC Introduction Details
PLC Introduction DetailsPLC Introduction Details
PLC Introduction Details
 
PLC
PLCPLC
PLC
 
1 introduction to plc and its programming-1
1 introduction to plc and its programming-11 introduction to plc and its programming-1
1 introduction to plc and its programming-1
 
Home automation
Home automationHome automation
Home automation
 
Lectrue 1.pptx
Lectrue 1.pptxLectrue 1.pptx
Lectrue 1.pptx
 
Batch no C05 Automatic Control of Irrigation Motor Using DTMF Technology Thro...
Batch no C05 Automatic Control of Irrigation Motor Using DTMF Technology Thro...Batch no C05 Automatic Control of Irrigation Motor Using DTMF Technology Thro...
Batch no C05 Automatic Control of Irrigation Motor Using DTMF Technology Thro...
 
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
 

Recently uploaded

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
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
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
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
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
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
(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
 
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
 
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
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
(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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
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...ranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
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
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 

Recently uploaded (20)

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
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
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
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
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
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
(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...
 
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...
 
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...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.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 US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
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...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
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
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 

Rahul N Deshmukh, Asst. Prof, E&TC Dept, SSBT COET Bambhori Jalgaon, International conference ICGTETM

  • 1. “Automated control system of a dam and monitoring for irrigation” Presented by RAHUL N DESHMUKH Guided By DR. M. P. DESHMUKH Department of Electronics & Telecommunication Engineering SSBT’s College of Engineering and Technology, Bambhori North Maharashtra University, Jalgaon 2014-15
  • 2. OBJECTIVES • The main objective of this concept to provide water to the farmers on their request & to maintain the water levels and flows in the canals using programmable logic controller. • The design and implementation of automatic canal control system is achieved through Function Block Diagram (FBD) programming. • The implementation is done by using controller, driver IC & communication protocols. • The water data logging system is done through microcontroller & PLC interfacing.
  • 3. CONTENT 1. Introduction. 2. Literature survey. 3. Proposed Concept 4. Selection of PLC 5. Requirements of Input and outputs 6. Programming Language 7. Simulation for designed project 8. Internal blocks of model. 9. Overview of Hardware & Software 10. Interfacing of I/O Devices 11. Experimental Setup 12. List of parameters. 13. Results. 14. Conclusion. 15. References
  • 4. INTRODUCTION • Now a days water crisis is major issue. • 50% water lost to leakage & system inefficiencies. • Only 16% of farmers aware of irrigation efficiency technologies. • 80-84% of water consumed for agriculture in India (by-MoWR) • In 2010, demand of water for agriculture was 813 billion cubic meter, In 2025, demand of water for agriculture will be 1093 billion cubic meter. (by- MoWR/Dept. of Agriculture & Cooperation) • Canal automation is becoming widely used to improve the operation of canal systems and to conserve water.
  • 5. • Many older canals are being modernized with data collection, telemetry, and control equipment that helps canal operators better manage their water. • In this project we are focusing on above issues & to provide sufficient amount water to farmers on their requirement automatically. • In water canals & sub-canals, water levels are also maintained with the help of PLC (Crouzet) & millanium-3ac software. • Sensors, gates, PLC, Function Block Diagram (FBD) language, GSM module etc are the main components/devices used for the project. • The used water by farmer data is also logged through software. • So water data logging system is also available, for used water data record.
  • 6. LITERATURE SURVEY • The first research program in canal automation began in 1966 by the Bureau's Mid-Pacific Region. • In 1970’s, an electromechanical relays were used in operation of canal automation in western U.S. • In 1990’s, very few successful operations of PLC based automation systems. • In Arizona USA, on the Salt River Project Canal system an automatic control system was proposed. This system automates and enhances functions already performed by operators • Today, canal automation field is being develop & SCADA can be installed for controlling whole system.
  • 7. OLDER & EXISTING SYSTEMS Colvin controller Little-Man controller Drawback: Devices are limited to controlling, only the smaller canal system flow can be controlled
  • 8. OLDER & EXISTING SYSTEMS EL-FLO (Electronic Filter level offset) controller Drawback: It can be maintain big canal system but fails to control upstream and downstream level of water
  • 9. PROPOSED CONCEPT Sensors: S-1: sense water level between G-1&G-2 S-2: sense water level between G-2,G-3&G-5 S-3: sense water level between G-3&G-4 S-4: sense water level between G-5&G-6 S-5: sense water level between G-6&G-7 Gates (Solenoid Valves): G-4: Farmer-1 G-7: Farmer-2
  • 10. PROPOSED CONCEPT • In this concept, we have consider two farmers which demands for water. • When farmer-1 is requesting for water, he will send his request through sms. • As soon as request granted by PLC, water level of sub-canal will automatically checked by software. • If sufficient water level is available then gate-4 (for farmer-1) will automatically open for specific time duration. • For farmer-1 sufficient water in sub-canal is necessary condition & if there is not enough water level in sub-canal then sensor-3 will send the signal to PLC & gate-3 will open.
  • 11. Comparison between existing canal control system and proposed canal control system • Existing System: • Semi automatic. • Programming constraints are more • Data Control Unit (DTU), Data Collection Unit (DCU) are available • High cost • Maintenance is more • Fault detection is not easy Proposed System: • Fully automatic • Programming constraints are minimum • DTU’s & DCU’s work simply done by remote station server (laptop) • Cost is low • Low maintenance cost as we have used PLC’s as compared to existing one. • Fault detection is easy as compared to existing system
  • 13. ARCHITECTURE OF PROPOSED CANAL CONTROL SYSTEM
  • 14. SETUP
  • 15. SYSTEM DESIGN In system design Step-1) Design of power supply- Power Supply-24v DC,5Amp Step-2) Selection of PLC Step-3) Selection of inputs & outputs
  • 16. SELECTION OF PLC For the selection of PLC, the following considerations are important i) Type of PLC- whether compact or modular?  In this we have used compact PLC, because it is cheaper & our input & outputs are fixed. So we have selected CD-20 as on requirement.
  • 17.  ii) Power Supply of PLC- 24vdc/12vdc/24vdc/230vac/24vac We have used 24vdc power supply PLC
  • 18. SELECTION OF INPUTS/OUTPUTS • Depends on proposed concept we require five sensors & two gsm modules for farmers notification. So total digital inputs required are seven. • And we have total seven gates on canals & sub-canals, we have placed solenoid valves, these are also digital types, so total digital outputs required are seven. • By considering above inputs/outputs, we require PLC having minimum seven digital input & seven digital outputs. • So we have to select Crouzet Make PLC with minimum 7-DI & 7-DO • After going through catalog , we find CD-20 is perfect PLC for our requirement.
  • 19. Technical Specifications for Crouzet CD-20 PLC: Type- CD-20 Power Supply-24VDC Inputs- 6 DISCR+ 6(0-10V) Outputs- 8 RELAY
  • 20. PARAMETER WINDOW AFTER SELECTING INPUTS & OUTPUTS
  • 21.
  • 22.
  • 23. FRONT PANEL VIEW OF PLC ON SIMULATION WINDOW In the front panel of PLC, Inputs are at upper side- 123426 (DI) BCDEFG (AI) Outputs are at lower side- 12345678 (DO)
  • 24. SIMULATION WINDOW VIEW WITH FRONT PANEL & TIME PROGRAM JUMP EVENT
  • 25. PROGRAMMING LANGUAGES • In different types of PLC’s, different programming languages are used- Sr No PLC Programming Language 1 Siemens i)Ladder ii)FBD (Function Block Diagram) iii)IL (Instruction List) iv)ST (Structured Text) v)SFC (Sequential Function Chart) 2 Allen Bradley i)Ladder ii)FBD 3 Modicon i)Ladder 4 Crouzet i)Ladder ii)FBD 5 Schneider Electric i)Ladder ii)FBD 6 Mitsubushi i)Ladder ii)FBD 7 Delta i)Ladder ii)FBD 8 Messung i)Ladder ii)FBD
  • 26. VIEW OF FUNCTION BLOCK DIAGRAM (FBD)
  • 27. INTERNAL BLOCKS OF MODEL • Timer A-C: This timer is used in programming for controlling On/Off time of gates Selection of timer block in software window Function A-C Timer:
  • 28. FUNCTION A-C TIMER: Double clicking on timer block we got this parameter window on programming screen, from this we can set ON delay & OFF delay
  • 29. TIMINGS DIAGRAM FOR A-C TIMER
  • 30. OR,AND FUNCTION BLOCKS OR function block: AND function block:
  • 31. OVERVIEW OF HARDWARE & SOFTWARE • Programmable Logic Controller (PLC) Hardware- Crouzet PLC (Compact) Type- CD-20 No of Inputs- 12 (6-DI/6AI) No of Outputs- 08 (8-DO) • GSM Module • Sensor • Solenoid Valves-12VDC.1Amp • Power Supply 24 VDC, 5 amp
  • 32. Software: Millanium-3 AC Programming languages- 1) Ladder Language 2) Function Block Diagram (FBD)
  • 34. Step by step development of programming environment in FBD language
  • 35. Step by step development of programming environment in FBD language
  • 36. I )When Farmer-1 & Farmer-2 Both Requested For Water Simultaneously
  • 37. II) when Farmer-1 is requested for water (Condition- if water is available in canal)
  • 38. when Farmer-1 is requested for water (Condition- if water is not available in canal)
  • 39. III) when farmer-2 requested for water (Condition- if water is available in canal)
  • 42. RESULTS 0 5 10 15 20 25 30 35 11/09/2014 12/09/2014 13/09/2014 14/09/2014 Timeofrequsetbyfarmer Reuest for water datewise by farmer Time Water Date 11/09/2014 12/09/2014 13/09/2014 14/09/2014 Time 9.12 12.03 16.05 22.4 Water 32 32 32 32
  • 43. REFERENCES 1. Syed Muhammad Umar Talha, Syed Sheraz Mohani, Syed Hassan Ahmed and Mansoor Ebrahim , “Design for an Irrigation and Monitoring System of an Automated Dam”,Proceedings of the International MultiConference of Engineers and computer scientists,pp-14-16, vol-II, Mar-2012. 2. Anil B. Mandavia, “Modernization of irrigation system operational management by way of canal automation in India,” Chief Engineer, Management Information Systems SardarSaroar Narmada Nigam Limited, Gandhinagar, Gujarat, India. 3.P. O. Malaterre, D. C. Rogers, and J. Schuurmans, “Classification of canal control algorithms”, J. Irrig. Drain. Eng., vol. 124, no. 1, pp. 3–10,Jan./Feb. 1998. 4.V. Ruiz-Carmona, A. J. Clemmens, and J.Schuurmans, “Canal control algorithm formulations”, J. Irrig. Drain. Eng., vol. 124, no. 1, pp. 31–39,Jan./Feb. 1998. 5.I. Mareels, E. Weyer, S. Ooi, M. W. Cantoni, Y. Li, and G. N. Nair, Systems engineering for irrigation systems: Successes and challenges,” Annu. Rev. Control, vol. 29, no. 2, pp. 191– 204, 2005. 6.A. J. Clemmens, R. J. Strand, and E. Bautista, “Field testing of SacMan automated canal control systems,” in Proc. 3rd Int. Conf. USCID: Water District Manage. Governance, pp. 199–209, San Diego, CA, 2005. • 7.José V. Aguilar, Pedro Langarita, Lorenzo Linares, and José Rodellar, Senior Member, IEEE, “Automatic Control of Flows and Levels in an Irrigation Canal”, IEEE TRANSACTIONS ON INDUSTRYAPPLICATIONS, VOL. 45, NO. 6, NOVEMBER/DECEMBER 2009.