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: PLC Programming for Fan Control Unit System for Industry
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 > PLC Programming for Fan Control Unit System for Industry

PLC Programming for Fan Control Unit System for Industry

This is a PLC Program for a fan control unit system for industry. Learn the PLC ladder diagrams with example problems.

Last updated: November 3, 2023 12:44 pm
Editorial Staff
PLC Tutorials
2 Comments
Share
5 Min Read
SHARE

This is a PLC Program for a fan control unit system for industry. Learn the PLC ladder diagrams with example problems.

Contents
PLC Programming for Fan Control UnitProblem DiagramProblem SolutionList of inputs and outputsLadder Diagram for fan control unitProgram DescriptionResult

PLC Programming for Fan Control Unit

There are three fans in a system. During the system running two fans must be running out of three fans.

Implement the logic for the fan control unit in PLC using the ladder diagram programming language.

Problem Diagram

PLC Program for fan control unit system

Problem Solution

  • We will use PLC S7-300 for this application.
  • In this system, there are three fans (fan1, fan2 and fan3)
  • During system running any two fans out of three must be running. To start any two fans – say fan 2 and fan 3 – individual start & stop buttons are provided for each.
  • Suppose fan 2 and fan 3 are running and one of them becomes faulty then fan 1 should be ON automatically i.e. at any given point of time two fans should be running.
  • If there is a fault with any two fans then incoming supply to the system should be switched OFF automatically.
  • The ‘ON’ status of the fans and also the status of main supply should be indicated by corresponding LED. If there is fault with more than one fan, indicate it as fault status with 5Hz flashing of LED.
  • Fault with one fan or no fault with fan should be indicated by steady light on fault Status LED.

List of inputs and outputs

List of inputs

  • Main switch :- I2.0
  • Cycle START :- I0.0
  • Cycle STOP :- I0.1
  • Fan 1 fault :- I1.0
  • Fan 2 fault :- I1.1
  • Fan 3 fault :- I1.2

List of outputs

  • Fan 1 :- Q0.0
  • Fan 2 :- Q0.1
  • Fan 3 :- Q0.2
  • Fault indication :- Q0.3
  • Fan 1 ON indication :- Q0.4
  • Fan 2 ON indication :- Q0.5
  • Fan 3 ON Indication :- Q0.6
  • Main supply ON indication :- Q0.7

M memory

  • Cycle ON :- M0.0
  • 5HZ clock pulse :- M0.5

Ladder Diagram for fan control unit

PLC fan control unit
Fan Control Unit
plc program for fan control
program for fan control unit
control unit system for industry
PLC Cooling fan

Program Description

For this application, we used S7-300 PLC and TIA portal software for programming.

Network 1:

We used latching circuit for cycle ON (M0.0) coil. It can be started by pressing START PB (I0.0) and stop by pressing STOP PB (I0.1). Main switch (I2.0) must be ON.

Network 2:

When cycle is ON (M0.0) and fan 2 and fan3 faults are not present, fan2 (Q0.1) and fan 3(Q0.2) will be ON.

Network 3:

Either Fan 2 or Fan 3 is faulty, fan 1 will be activated (Q.0).

Network 4:

In system if any two fans out of three are faulty, fault indication lamp (Q0.3) will begin flickering with 5HZ frequency.

Network 5:

Indication lamps for fan 1, fan 2 and fan 3.Lamp will be activated according to fault signal.

Network 6:

When main switch is ON (I2.0), main supply ON indication lamp (Q0.7) 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 concept of fan control unit used in industry, we can use this concept in other examples also.

All parameters considered in example are for explanation purpose only, parameters may be different in actual applications. Also all interlocks are not considered in the application.

Result

PLC fan

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:

  • Basics of PLC Programming
  • PLC Star Delta Motor Starter
  • RSLogix 5000 PLC Programming
  • Temperature Control using Thermostat
  • PLC Analog Input Conversion Formula
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

Does Really a Safety Barrier is Important? – PLC DCS Systems
PLC Handbook
What is a Control Panel and its types?
What is PCS 7?
SCADA Multiple Choice Questions
PLC Digital Signals Wiring Techniques
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
2 Comments
  • Visal says:
    September 16, 2018 at 1:32 pm

    Sir can you suggest any simulator software for s7 300 plc. So that young aspirants can practice all these helpful program sections.

    Reply
  • Salah Saleh says:
    June 14, 2019 at 1:28 pm

    good

    Reply

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

Process Interlocks and Trips
PLC Alarm and Trip Documentation
Function of Racks in PLC – Types of SIEMENS S7-400 PLC Racks
PLC Programming for Weight-Based Packaging
How to Read an Electrical Wiring Diagram?
Emergency Stop Switch Spurious Trip
How Does Redundant Power Supply Work?
Compare Modbus, Fieldbus, and Profibus

Keep Learning

S7-1200 Hardware Configuration

S7-1200 Hardware Configuration – Siemens PLC Tutorials

Organization block Siemens

Tia Portal – OB30 Cyclic Interrupt Organization Block

PLC Program for Positive edge pulse output for one scan cycle

PLC Program for Positive Edge Pulse Output for One Scan Cycle

Concept of Interlocking in PLC

Concept of Interlocking in PLC

PLC Ladder Logic Example

PLC Ladder Logic Example

RSLogix 5000 PLC Programming Procedure

Start the Counting from a Preset Value in PLC

Start the Counting from a Preset Value in PLC

PLC Program for Boolean Expression

PLC Program for Boolean Expression

Learn More

Stability in Frequency Domain

The Design Problem

hand-crank megger photo

What is Megger Test?

Download Free HMI software – CODESYS

IACS Network

Remote Connectivity to Industrial Automation Systems

PV Tracking in PID Controllers

What is PV Tracking ?

Erratic Stroking Control Valves

Erratic Stroking Control Valves Delaying the Shutdown Plant Restart

Photodiode as Variable Resistance Device

Photodiode as Variable Resistance Device

On-Off Valve Problems

How to Solve On-Off Valve Problems?

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?