PLC4
PLC4
EXP. Name: : : PLC Program for Water filling and Discharging Process
Water filling and Discharging Process
College of Engineering
Salahaddin University of Erbil
Academic Year 2021-2022
1. INTRODUCTION
A Programmable Logic Controller, PLC or Programmable Controller may be a computer used for
automation of mechanical device processes. It is used to convert previously used “Relay Logic” or “Wired
Logic” for automation of industrial purposes into “Ladder Logic”. Unlike general computers, the PLC is
designed for multiple inputs and output arrangements, extended temperature ranges, immunity to electrical
noise, and resistance to vibration and impact. In our project we are using AB-Micrologix 1400 PLC.
The project “Water Tank Level Controller by using PLC” is designed to monitor and control the level of
liquid in the tank. The system has associate automatic pumping system hooked up thereto thus on refill the
tank once the liquid gets to the lower threshold, while offing the pump once the liquid gets to the higher
threshold.
Sustainability of available water resources in many reasons of the world is now dominant issue.
This problem is quietly related to poor water allocation, inefficient use lack of adequate and integrated
water management.
Water is often used for agriculture, industry and domestic consumption. Therefore, efficient use and water
monitoring and controlling are potential constraint for home or office
water management system.
Problem Diagram
Problem Solution
To solve this problem, we will use S7-1200 PLC for programming.
Here we use two sensors for level measurement, one is for High level and second is for low level.
We use feeding valve (MV1) for filling Cycle of the tank and discharge valve (MV2) for discharging
cycle of the tank. Both will be controlled according to sensor logic. So when the water level goes
below low level then feeding valve will turned ON automatically and when water level reaches high
and the it senses by high level sensor, then discharging process will be turned ON automatically.
When high level is detected then buzzer will turn ON for alarm purpose. Cycle will stop if user will
press stop button from the control panel.
List of inputs/outputs
Note : The above PLC Logic provided for basic idea about application of PLC
in Water filling and Discharging Process. The Logic is limited and not
complete application.
5
Discussion
3-Pump N0.1 starts at the 75% liquid level and stops at the 25% level. The
pump will run only if the agitator is running.
4-On a high-level alarm (Tank 90%), an alarm light will come ON and stay
on even if the tank level drops. An operator must press the reset button to
turn off the light. On the high-level alarm, both the solenoid valve will also
close (de-energize).
5-A low-level alarm light shall be provided (Tank 10%), similar to the high
level, and reset using the same pushbutton.
6
Logic Description :
Auto : if Auto Mode selected in Local Control Panel, then pump will be
logically controlled based on Low Level Switch and High Level Switch
When the water level reaches low level then pump will be stopped.
if the level of the water reaches high point, the pump will started so
that the water can be drained and thus lowering the level.
If pump is running then the Pump Running status lamp will be ON.
then, if Low Level Switch activated then Low Level Status lamp will
be ON.
if High Level Switch activated then High Level Status lamp will be
ON.
7