Parallel Tanks Level Control Using PLC Ladder Diagram Tutorial
Parallel Tanks Level Control Using PLC Ladder Diagram Tutorial
Problem Description
Two tanks are connected in parallel connection. We need to heat and cool the
incoming material into the tanks and simultaneously control the level of the
tanks. Implement the PLC program for this application.
Problem Diagram
Problem Solution
Heating process is used to heat the material in the tank and cooling
process is used to cool the material. Here consider both material are same
as show in figure, inlet valve feeds material in both the tanks.
Here we can use level switches for detecting the low levels and high
levels for both the tanks.
Use two temperature sensors for measuring the temperature of both the
tanks.
Outlet valves are used at the bottom of the tanks to drain the materials for
further process.
We will write PLC program for this application.
List of inputs/outputs
Digital Inputs
For this application we used S7-300 PLC and TIA portal software for
programming. We can implement this logic by using other PLC also.
Network 1 :-
When heating tank level low (I0.3) is detected, inlet valve V2 (Q0.0) will be ON.
If level high of tank 1(I0.5) is not detected and START (I0.0) button is pressed,
inlet valve V2 (Q0.0) will be ON.
Network 3 :-
Note :- This example is only for explanation purpose only. We can implement
this logic in any PLC or using relay logic. Above application may be different
from actual application or may be a part of the plant logic.
Runtime Test Cases