Inst ToolsInst ToolsInst Tools
  • Courses
  • Videos
  • Q & A
    • Interview
      • Instrumentation
      • Electronics
      • Electrical
      • Practical Questions
    • MCQ
      • Instrumentation MCQ
      • Electrical MCQ
      • Electronics MCQ
      • Control Systems MCQ
      • Analog Electronics MCQ
      • Digital Electronics MCQ
      • Power Electronics MCQ
      • Microprocessor MCQ
      • Multiple Choice Questions
  • EE
    • Electronics
      • Electronics Q & A
      • Electronic Basics
      • Electronic Devices & Circuits
      • Electronics Animation
      • Digital Electronics
    • Electrical
      • Electrical Basics
      • Electrical Q & A
      • Power Electronics
      • Electrical Machines
      • Electrical Animation
      • Power Systems
      • Switchgear & Protection
      • Transmission & Distribution
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Search
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Reading: PLC Automatic Irrigation System
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC Tutorials
  • Control Systems
Search
  • Courses
  • Videos
  • Q & A
    • Interview
    • MCQ
  • EE
    • Electronics
    • Electrical
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > PLC Automatic Irrigation System

PLC Automatic Irrigation System

Last updated: March 4, 2021 3:50 pm
Editorial Staff
PLC Tutorials
No Comments
Share
3 Min Read
SHARE

There are two different plants line in the garden. Both the plants types are different so we need to provide water as per demand of the plants. Design Automatic irrigation system for two different plants line using PLC ladder Logic.

Contents
Automatic Irrigation SystemPLC Solution :List of Inputs/OutputsList of InputsList of OutputsLadder Logic – Automatic irrigation systemPLC Logic DescriptionNetwork 1 :-Network 2 :-Network 3 :-

Automatic Irrigation System

PLC Automatic Irrigation System Ladder Logic Project

PLC Solution :

Here two types of methods are used for the plants.

For first plant line, we are using float switch because in this line it is necessary to maintain water level in the pool, so here water level will be controlled according to minimum level and maximum level.

In second plants line, we will operate different water pump as per moisture in the plants. If sensor detects low moisture, water pump will start and it will stop working when moisture is sufficient in the plants.

List of Inputs/Outputs

List of Inputs

  • I1 :- Minimum level
  • I2 :- Auto on
  • I3 :- Moisture sensor
  • I4 :- Maximum level

List of Outputs

  • Q1 :- Water pump for plants line A
  • Q2 :- Water pump for plants line B

Ladder Logic – Automatic irrigation system

Automatic Drip Irrigation System Using PLC

PLC Logic Description

Network 1 :-

In this network we have used set reset logic for the water pump which is used for plants line A. When level is minimum in the pool, SET instruction will be executed and if level is normal, then reset condition will be executed.

Network 2 :-

Here water pump for the plants line A will be ON when both conditions (Set condition and auto on condition) are met.

Network 3 :-

When moisture is not available in the plants, water pump for the plants level B will be ON.

Note :- Above application may be different from actual application. This example is only for explanation purpose only. We can implement this logic in other PLC also. This is the simple automatic irrigation system for two different plants line using PLC; we can use this concept in other examples also.

All parameters and graphical representations considered in this example are for explanation purpose only, parameters or representation may be different in actual applications. Also all interlocks are not considered in the application.

Author : Bhavesh

If you liked this article, then 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:

Boiler Three Element Control

PLC Conveyor Logic Program

Data Compare Instructions

4-20mA Current loop

PLC PWM Control Logic

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

Allen Bradley PLC to PLC Communication in Studio 5000
Types of Instructions in PLC Programming
Your First Steps Through STL Language
What is Seal-in Circuit ?
XG5000 Example of Simple Conveyor Control PLC Program
Move Instruction in Tia Portal
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
208kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

Electrical Switches Principle & Types
What is Human Machine Interface (HMI) ?
Steps to Configure TCP/IP Communication in Siemens S7-1200 PLC
What is a PLC Retrofitting Project? – Importance, Procedure
Create an Application in HMI using Tia Portal
Latched and Momentary Operation of Motor PLC Program
Structured Text in PLC: Parking Information Systems
What is Recipe Management in SCADA?
Start the Counting from a Preset Value in PLC
Timer during Motor Direction Change PLC Program

Keep Learning

How to Read an Electrical Wiring Diagram

How to Read an Electrical Wiring Diagram?

Smart Drip Irrigation System Using PLC

Scheduled Daily Plant Watering PLC Program

Liquid management using PLC programming

PLC Programming for Loss in Weight Liquid Systems

PLC Programming Limit Switch

PLC Programming Example using Limit Switch

PLC Important Questions and Answers

PLC Important Questions and Answers

Introduction to Schneider PLC

Different Types of Schneider PLC

Proper Earthing Practices Used for PLC Control Panel

Proper Earthing Practices Used for PLC Control Panel

PLC Motor Logic

Interconnection between PLC, MCC, LCP & Pumps – Video

Discover More

PLC Program for Water filling and Discharging Process

PLC Program for Water filling and Discharging Process

Feedback Characteristics of Control Systems

Controller Components – Part 1 Objective Questions

Advantages of Industrial Automation

Advantages and Disadvantages of Industrial Automation

Studio 5000 Logix Emulate Controller

How to Create New Project in Studio 5000?

Forward Reverse Motor Control with Repeat Cycle Using PLC

Electric Motor Forward Reverse with Repeat Cycle PLC Logic

Ionization chamber Working

Ionization chamber Principle

Control Loop

What is a Control Loop ?

Power Plant Process Interlock for SA Fan I, & II

Boiler Safety and Process Interlocks – Power Plant Tutorials

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?