← Latest papers
⚡ electrical engineering

Design, Implementation, and Modeling of an Autonomous Closed-Loop Water Level Controller with Dry-Run Protection

This paper presents the design, implementation, and modeling of a cost-effective, sensor-driven closed-loop water level controller that automates pump operation to prevent overflow and dry-running, thereby optimizing energy consumption and protecting infrastructure in residential and industrial settings.

Original authors: Khan Burhan Uddin, Hasibul Islam, Tanjimul Islam Sajit, Touhid Sagor Khan

Published 2026-08-20
📖 1 min read☕ Coffee break read

Original authors: Khan Burhan Uddin, Hasibul Islam, Tanjimul Islam Sajit, Touhid Sagor Khan

Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Technical Summary: Design, Implementation, and Modeling of an Autonomous Closed-Loop Water Level Controller with Dry-Run Protection

1. Problem Statement

The paper addresses systemic inefficiencies in manual water management for residential and small-scale commercial overhead tanks. Traditional methods rely on human vigilance to monitor fluid levels, leading to two primary failure modes:

  • Resource Wastage: Human error or forgetfulness often results in tank overflows, wasting clean water and electricity.
  • Infrastructure Damage: Premature pump shutdown or, conversely, "dry running" (operating without fluid) causes rapid thermal buildup, cavitation, and catastrophic motor burnout.

Existing low-cost electronic solutions often utilize contact-based conductive probes, which suffer from rapid degradation due to electrolysis and mineral scaling. Conversely, advanced non-contact solutions (e.g., ultrasonic sensors or IoT-based systems) are often cost-prohibitive for standard domestic settings or require complex infrastructure. Furthermore, many entry-level controllers fail to monitor the source reservoir, leaving pumps vulnerable to dry-running damage.

2. Methodology and System Design

The proposed solution is a low-cost, autonomous closed-loop control system designed to operate without human intervention or internet connectivity.

2.1 Hardware Architecture

The system is built around an Arduino UNO R3 microcontroller and utilizes the following components:

  • Sensing Layer: Two water level sensors are placed in the overhead tank (Low-Threshold and High-Threshold) and one in the source reservoir for dry-run protection. The paper notes the use of float switches or similar contact-based sensors, though it acknowledges the corrosion risks associated with them.
  • Processing Unit: The Arduino UNO processes sensor inputs using a deterministic software routine.
  • Actuation Layer: A 5V electromagnetic relay module isolates the low-voltage control circuit from the high-current DC water pump.
  • User Interface: A 16x2 LCD module provides real-time status readouts, accompanied by an audible buzzer for fault notifications.

2.2 Control Logic and Working Principle

The system operates on a closed-loop feedback mechanism with specific safety interlocks:

  1. Initialization: Upon power-up, the relay is set to OFF to prevent unexpected pump activation.
  2. Dry-Run Protection (Source Monitoring): The system continuously checks the source reservoir. If the source is dry, the pump is immediately disabled, regardless of the overhead tank's status, to prevent motor burnout.
  3. Pump Activation: If the source is wet and the overhead tank sensors indicate a "dry" state (both low and high sensors are dry), the microcontroller triggers the relay to start the pump.
  4. Hysteresis Logic: To prevent "chattering" (rapid on/off cycling due to water surface ripples), the system employs latching logic. Once the pump starts, it remains active even if the low-level sensor becomes submerged, continuing only until the high-level sensor is triggered.
  5. Pump Deactivation: When the water level reaches the high-threshold sensor, the microcontroller cuts power to the relay, stopping the pump instantly to prevent overflow.
  6. Continuous Loop: The system returns to a monitoring state, repeating the cycle indefinitely.

3. Key Contributions

The paper claims to bridge the gap between mechanical simplicity and electronic reliability through the following contributions:

  • Dual-Tank Monitoring Architecture: Unlike many basic controllers that only monitor the destination tank, this system integrates a mandatory safety interlock for the source reservoir, providing robust dry-run protection.
  • Cost-Effective Automation: The design utilizes widely available, low-cost components (Arduino, standard sensors, relays) to deliver a solution that avoids the high recurring costs of IoT/SIM-based systems and the high initial cost of industrial PLCs.
  • Optimized Safety Logic: The implementation of specific logic routines (hysteresis and source-checking) addresses common failure points in basic automated systems, such as relay chatter and motor burnout.
  • Localized Operation: The system is designed to function independently without reliance on cloud infrastructure or continuous internet connectivity, making it suitable for regions with unstable network access.

4. Experimental Results

The prototype was tested in a controlled environment using a dual-container setup simulating a source reservoir and an overhead tank.

  • Threshold Detection: The system successfully detected the transition of sensors from "dry" to "wet" states.
  • Response Time: The actuation layer demonstrated an average response time of 120 ms to 180 ms between detecting the high-level threshold and shutting down the relay.
  • Hysteresis Verification: Testing confirmed that the pump remained active after the low-level sensor was submerged, only stopping when the high-level sensor was triggered, effectively preventing relay chatter.
  • Dry-Run Protection: The system successfully halted pump operation when the source reservoir was depleted, preventing the pump from running dry.
  • Outcome: The prototype operated without software lockups or processing errors, successfully preventing both overflow and dry-running conditions.

5. Significance and Claims

The authors position this project as a sustainable and accessible solution for modernizing fluid management in developing regions.

  • Resource Conservation: By eliminating overflows and optimizing pump runtime, the system claims to significantly reduce municipal water wastage and electricity consumption.
  • Infrastructure Longevity: The built-in dry-run protection is claimed to extend the lifespan of pumping infrastructure by preventing thermal damage and mechanical wear.
  • Accessibility: The paper emphasizes that the system is highly feasible for undergraduate engineering implementation and residential deployment due to its low cost, lack of recurring subscription fees, and reliance on open-source tools (Arduino IDE).
  • Limitations Acknowledged: The authors modestly note that the current prototype relies on fixed physical sensor placement (requiring manual adjustment for threshold changes) and lacks native long-range remote monitoring capabilities, which are identified as areas for future expansion (e.g., via Wi-Fi or GSM modules).

In conclusion, the paper asserts that the proposed system offers a reliable, cost-effective, and self-sustaining approach to water level management that effectively mitigates the operational inefficiencies of manual monitoring while protecting critical pumping assets.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →