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 Ladder Logic for Start-up Control of Boilers
Share
Notification Show More
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 Ladder Logic for Start-up Control of Boilers

PLC Ladder Logic for Start-up Control of Boilers

Last updated: March 4, 2021 4:07 pm
Editorial Staff
PLC Tutorials
1 Comment
Share
4 Min Read
SHARE

The start-up control for the boilers is enabled via a master thermostat. PLC control is to be used to ensure that 4 gas boilers do not start up simultaneously in the system.

Contents
PLC Ladder Logic for Start-up Control of BoilersSolutionList of Inputs/OutputsLadder diagram for start-up control for boilersProgram Description

Write PLC program for this application using ladder diagram language.

PLC Ladder Logic for Start-up Control of Boilers

Programmable Logic Controller Boiler Logic

Solution

Each of the four boilers has two power settings. Each power setting is assigned to PLC.

The master thermostat is connected to PLC input. The thermostat is used to set the temperature at which the boiler is to be switched on and off. Say, If the temperature falls below 75°C, the first power setting of boiler 1 is activated for heating.

Five minutes later, power setting 2 of boiler 1 is activated. Provided that the final temperature has not been reached, a further power setting is enabled for reheating at intervals of 5 minutes.

When the final temperature of 85°C is reached, the boilers are switched off in sequence. Starting with power setting 1 and 2 of boiler 1, then after 5 minutes boiler 2, etc.

When the temperature falls, the boilers are activated again, starting with power setting 1.

List of Inputs/Outputs

List of Inputs

  • I0.0:-Mater thermostat

List of Outputs

  • Q0.1:-Power setting 1-boiler 1
  • Q0.2:-Power setting 2-boiler 1
  • Q0.3:-Power setting 1-boiler 2
  • Q0.4:-Power setting 2-boiler 2
  • Q0.5:-Power setting 1-boiler 3
  • Q0.6:-Power setting 2-boiler 3
  • Q0.7:-Power setting 1-boiler 4
  • Q1.0:-Power setting 2-boiler 4

Ladder diagram for start-up control for boilers

Ladder diagram for start-up control for boilers

PLC Ladder Logic for Boiler Control

Program Description

In this program we have used Siemens S7-300 PLC and TIA Portal Software for programming.

Network 1 :-

When thermostat input (I0.0) is activated, power setting 1(Q0.1) for boiler 1 will be ON.

Network2 :-

After 5 minutes interval power setting 2(Q0.2) for boiler 1 will be ON.

Network 3 :-

After 10 minutes interval power setting 1(Q.3) for boiler 2 will be ON.

Network 4 :-

After 15 minutes interval power setting 2(Q.4) for boiler 2 will be ON.

Network 5 :-

After 20 minutes interval power setting 1(Q.5) for boiler 3 will be ON.

Network 6 :-

After 25 minutes interval power setting 2(Q.6) for boiler 3 will be ON.

Network 7 :-

After 30 minutes interval power setting 1(Q.7) for boiler 4 will be ON.

Network 8 :-

After 35 minutes interval power setting 1(Q1.0) for boiler 4 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 boiler power setting sequence control 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:

100 PLC Quiz Questions

PLC Analog Signals Wiring

Practice Tests on PLC

PLC Timers Program

PLC Bending Machine

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

ON Delay Timer using PLC
Drive Multiple Speeds with Different Reference using PLC
Tia Portal – OB121 Programming Errors Interrupt Organization Block
ICS System Design Considerations
Can a PLC Function Without an HMI or SCADA?
Cybersecurity in PLC
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
1 Comment
  • Ragavan says:
    May 21, 2019 at 11:55 am

    For this logic supposed to be use TON timer.

    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

Motor Speed Control using VFD and PLC Programming
GET Command – Siemens PLC-to-PLC Communication Project
PLC Memory Mapping and I/O addressing
PLC Program for Stage Control: Curtains and Stage Elevation
PLC Program to Simulate Gate Array Logic
Siemens PLC programming: BCD, Integer, Double Integer, Real
PLC Simulator using Excel
Chemical Mixing Process using PLC

Keep Learning

Elevator PLC Ladder Logic

Elevator PLC Ladder Logic

plc-analog-input-card-conversion-formula

PLC Analog Input Conversion Formula

How to Filter Digital and Analog Inputs in a PLC

How to Filter Digital and Analog Inputs in a PLC?

SCADA Multiple Choice Questions

SCADA Multiple Choice Questions

PLC Program for Automatic Oil and Water Separation Process

Oil and Water Separation Process using PLC Programming

Omron PLC painting program

Product Painting PLC Program using Omron CX-Programmer

Applications of SCADA

Allen Bradley PLC Emulator

How to Work with Allen Bradley RsLogix Emulator?

Learn More

Control Speed of an Induction Motor using Analog Output of PLC

Control Speed of Induction Motor using Analog Output of PLC

Encode and Decode Instructions

How to Use Encode and Decode Instructions in PLC ?

What is a function call in TIA Portal

Difference Between FC and FB in Tia Portal

Distributed Control System Architecture for Profibus Field Instruments

H1 FF Physical layer

Paint Mixing System

Paint Mixing System

Sprinkler System

Basics of Sprinkler System

What can you do with an Engineering Degree

What Can You Do with an Engineering Degree?

Password Protect Apps and Files

5 Best Mobile Apps to Password Protect Applications and Files

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?