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

Node-RED in PLC Industrial Automation
LS Electric PLC Program Example: Clothes Washing System
PLC Sequence Programming Ladder Logic
Procedure for Reading or Searching the Tag number in Siemens PLC
Automated Test Bench – Complex PLC Programming Examples
Basic PLC Exercise on Heater and Cooler for Students
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

Doll Claw Machine using Omron PLC Programming
Difference Between PNP and NPN Sensors
Label the Electrical Circuit Schematic
Types of PLC
Relay circuits
PLC Fault Diagnosis – PLC Training Documents
Car Wash Program using Functional Block Diagram (PLC)
Functional Block Diagram PLC Example for Traffic Light System

Keep Learning

Siemens PLC Math Instructions

Siemens PLC Mathematics Instructions

Ladder Diagram circuit

PLC Practice Questions

Factory IO PLC Course

Factory I/O PLC Automation Training Course (Free)

Indusoft SCADA Modbus Communication

Establishing a Modbus Driver for SCADA Indusoft Web Studio

Difference Between Wifi and Industrial Wireless

Difference Between Wifi and Industrial Wireless

Industrial Gas Detection Systems

PLC based Gas Detection System using Ladder Logic Project

Data Instance in PLC

Tia Portal – Different Instances of Calling a Function Block

Batch Mixing with PLC Ladder Logic Program

Batch Mixing with PLC Ladder Logic Program

Learn More

electronics-questions-and-answers

Electronics Questions & Answers

Water Cut Meter

What is Water Cut Meter?

Magnetic Float Level Switch Working Animation

Hazards of Compressed Air

Hazards of Compressed Air

Control Valve Tips and Tricks

Control Valve Tips and Tricks

What is Pump Cavitation

What is Pump Cavitation? How to Avoid Cavitation?

Electronic Symbols

Electronic Diagrams, Prints and Schematics

valve trim characteristics

Control Valve Trim Characteristics

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?