Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: Developing PLC Logic for Water Pumping and Chemical Addition
Share
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > Developing PLC Logic for Water Pumping and Chemical Addition

Developing PLC Logic for Water Pumping and Chemical Addition

Developing PLC logic for water pumping, filtration for 30 seconds, chemical addition for 5 seconds, and then transfer the water.

Last updated: May 4, 2024 12:12 pm
Editorial Staff
PLC Tutorials
No Comments
Share
5 Min Read
SHARE

Developing PLC logic for water pumping, filtration for 30 seconds, chemical addition for 5 seconds, and then transfer the water.

Contents
PLC Logic for Water PumpingPLC Training SeriesInputs and OutputsLadder DiagramProgram DescriptionPLC Program Result

We encourage students to utilize this PLC programming example for educational purposes and it provides an opportunity to learn the ladder logic through simple applications.

PLC Logic for Water Pumping

Problem Statement:

Design a PLC ladder logic for the following application.

We are using one toggle switch to control Pump 1, Filtration, Chemical, and Pump 2.

Start the Water Pump 1 to transfer the water. Then Filtration for 30 seconds, then the addition of Chemicals for 5 seconds, and then Pump 2 will be ON to transfer water into the storage tank.

PLC Training Series

This free PLC training series is designed for everyone to learn about PLC programming.

Watch this video to understand about this program.

PLC Programming Example of Water Treatment Plant

Inputs and Outputs

Digital Inputs:

Start Button: I0.0

Digital Outputs:

Pump 1: Q0.0

Filtration: Q0.1

Chemical: Q0.2

Pump 2: Q0.3

Ladder Diagram

PLC Logic for Water Pumping and Chemical Addition

Program Description

We have used Normally Open Contact for the Start Button (I0.0).

In Rung 0:

  1. Normally Open Contact is used for the Start Button (I0.0) to Turn ON the output Pump 1 (Q0.0).

In Rung 1:

  1. Normally Open Contact is used for the Start Button (I0.0) to Turn ON the outputs Filtration (Q0.1) and Chemical (Q0.2). 
  2. Timer type TP is used to Turn ON the output Filtration (Q0.1) for a limited time.
  3. Timer type TON is used to delay the turning ON time of the output Chemical (Q0.2) for some time.
  4. Timer type TP is used to Turn ON the output Chemical (Q0.2) for a limited time. 

In Rung 2:

  1. Normally Open Contact is used for the Start Button (I0.0) to Turn ON the outputs Pump 2 (Q0.3)
  2. Timer type TON is used to delay the turning ON time of the output Pump 2 (Q0.3) for some time.

PLC Program Result

Now we will see the PLC program result and observe the outputs.

Rung 0:

A water pumping control system with a PLC

When the Start Button (I0.0) turns ON, the output Pump 1 (Q0.0) will turn ON as Normally Open Contact used for the Start Button will pass the signal to output Pump 1 (Q0.0).

Rung 1:

When the Start Button (I0.0) is turned ON, the output Filtration (Q0.1) will turn ON for 30 seconds as Timer Function Block type TP is used to Turn ON the output Filtration (Q0.1) for a limited time. The time is set to 30 seconds.

PLC Programming of a Water Pumping System

After 30 seconds, the output Filtration (Q0.1) will turn OFF. Also, when the Start Button (I0.0) is turned ON, the output chemical will turn ON after 30 seconds, (i.e immediately when the output Filtration (Q0.1) turns OFF) as Timer Function Block TON is used to delay the turning ON time of the output Chemical (Q0.2). The time is set to 30 seconds.

PLC Programming Example of Water Treatment Plant

After 30 seconds, the output Chemical (Q0.2) will turn ON but only for 5 seconds as Timer Function Block type TP is used to Turn ON the output Chemical (Q0.2) for a limited time. The time is set to 5 seconds. After 5 seconds, the output Chemical (Q0.2) will turn OFF.

PLC Water Pump Control Program

Rung 2:

When the Start Button (I0.0) is turned ON, the output Pump 2 (Q0.3) will turn ON after 35 seconds (i.e. immediately when the output Chemical (Q0.2) turns OFF).

plc based on RO Plant

As Timer Function Block TON is used to delay the turning ON time of the output Pump 2 (Q0.3). The time is set to 35 seconds. After 35 seconds, the output Pump (Q0.3) will turn ON.

If you liked this article, please subscribe to our YouTube Channel for PLC and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

  • PLC Logic for Stairway Lighting
  • PLC Programming for Barrier Control
  • Traffic Lights PLC Logic using Timers
  • Control Spray Nozzle, Fans, Puncher
  • PLC Conveyor Forward and Reverse
Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !

Continue Reading

PLC Instruction List Program for Basic Instructions
Structured Text PLC Program for Measuring Event Duration
Complete PLC Project: Traffic Light Auto and Manual Automation
Communication between Factory IO and Siemens Tia Portal
Basic Concepts of the Safety Relay
InTouch SCADA Login Password Security
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

Siemens TIA Portal Project: Liquid Temperature Control System
PLC, DCS, and ESD Marshalling Cabinet Checks
What is a PLC? – Programmable Logic Controller
How to Choose a Suitable HMI for Your Application?
PLC Analog Signals Wiring Techniques
What is 21 CFR in SCADA and HMI Systems?
What is Distributed IO? – Decentralized Peripherals in PLC
What are User Defined Function Blocks in PLC?

Keep Learning

How to set password in Siemens HMI

How to Password Protect HMI in Siemens TIA Portal?

Converter Instruction in Siemens PLC Programming

Converter Instruction in Siemens PLC Programming

Difference between PLC and HMI

Difference between PLC and HMI

Instruction List in PLC Programming

What is an Instruction List? – PLC Programming

PLC attendance system design

Attendance System PLC Program using CX-Programmer

Siemens LOGO PLC Complete Programming Course

Siemens LOGO PLC Complete Programming Course

PLC Commissioning and Testing

PLC Commissioning and Testing Procedure (Programmable Logic Controller)

Siemens TIA Portal program blocks

Tia Portal – Optimized and Standard Data Block Access

Learn More

Target Flow Transmitter Problem

Unreliable Ammonia Flow Transmitter Reading and Problems

Types of PLC Memory

Types of PLC Memory

PLC to PLC Communication using S7 Connection

PLC to PLC Communication using S7 Connection PUT & GET Instructions

What is a Rotary Actuator

Difference Between Linear Actuator and Rotary Actuator

Types of Electrical Loads

Types of Electrical Loads

Process Control Questions & Answers

Process Control Questions & Answers

How is Data Stored in Standard Modbus Protocol?

How is Data Stored in Standard Modbus Protocol?

Faults in a Transformer

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?