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
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 Tank Heating Control using Heater
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
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > PLC Programming for Tank Heating Control using Heater

PLC Programming for Tank Heating Control using Heater

Temperature Control using PLC. Implement Logic for PLC Tank Heating Control using ladder diagram language and simulate the process.

Last updated: November 3, 2023 2:39 pm
Editorial Staff
PLC Tutorials
4 Comments
Share
3 Min Read
SHARE

This is a PLC Program for heating liquid in the tank by heater.

Contents
Tank Heating ControlProblem DiagramProblem SolutionInputs/Outputs ListPLC Program for heating liquid in the tank by heaterLogic DescriptionResult

Tank Heating Control

Problem Description

Controlling the heating process for the liquid in the tank.

Implement a PLC program for this application using ladder diagram language.

Problem Diagram

PLC Program for Tank Heating Control using Heater

Problem Solution

In this system, we will consider S7-300 PLC and TIA portal software for programming.

In this system two sensors are used for level measurement in the tank, heater is used for material heating purposes in the tank.

We used a temperature sensor (it can be RTD or thermocouple) also for temperature measurement in the tank.

Two valves are used for the material inlet and outlet. The inlet valve is used for feeding the tank and the outlet valve for discharging the tank.

If the system detects a low level, the system will start to feed the tank. The feeding cycle will be OFF when the tank detects a high level.

After the high-level, the system will start the heating process till set temperature.

Inputs/Outputs List

Inputs List

  • START PB :- I0.0
  • STOP PB :- I0.1
  • Low level switch :- I0.4
  • High level switch :- I0.3

Outputs List

  • Inlet valve :- Q0.0
  • Heater :- Q0.1
  • Outlet valve :- Q0.2

Memory List

  • Master coil :- M0.0
  • Actual temperature :- MW12
  • Set temperature :- MW14

PLC Program for heating liquid in the tank by heater

PLC Logic for Heater 1
PLC Tank Heating Control
PLC program for heating liquid
heating liquid in the tank

Logic Description

Network 1:

Master coil (M0.0) will start when START PB (I0.0) will be pressed and cycle can be stopped by pressing STOP PB (I0.1).

Network 2:

When low level switch (I0.4) is detected, inlet valve (Q0.0) will be ON.

Network 3:

When high level switch (I0.3) is detected, heater (Q0.1) will be ON.

Network 4:

If actual temperature (MW12) is greater than set temperature (MW14), outlet valve (Q0.2) of the tank 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 heating the material in the tank as per requirement 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 Logic for Heater

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:

  • Liquid Level Switch Control Logic
  • PLC Seperate Different Size Objects
  • Control Level of Series Tanks
  • PLC Water Level Control
  • Selective Execution of Application
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

Configuring and Usage of Cyclic Interrupts TIA Portal (OB 30+)
How to import GSD files into the TIA Portal? – Siemens PLC
PLC Programming Example on LED Control
Animation of Electromagnetic Relay
Troubleshooting a 4-20mA Current loop
Micro Memory Card (MMC) in Siemens PLC
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
4 Comments
  • Malvern Jones says:
    October 28, 2018 at 6:57 pm

    The above example is a very crude example of “temperature control” as the temperature of the liquid will not be controlled at the set value. It will instead rise above the set point and fall below the set point.

    The variation between the highest and lowest temperatures that will be experienced will depend on the power rating of the heater, compared to the cooling of the vessel. It true temperature control is required, then PID temperature control should be used in the program.

    Reply
  • Jairo Francisco Oliveira Paula says:
    August 13, 2019 at 4:12 am

    I have no experience but I would like to create simulator supervisors and use this example for academic purposes .. thank you very much

    Reply
  • BISWANATH says:
    July 16, 2021 at 10:44 am

    ITS NOT WORKING AS PPER the ladder diagram.
    the nt:-2 the o/p will dependent upon high level sensor :”Q0.0″

    Reply
  • Negussie says:
    November 17, 2021 at 2:19 pm

    Thank you it helps me a lot.

    Reply

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

How to Train Your Maintenance Team for Industrial Automation Systems?
PLC Programming for Garden Sprinkler System
PLC Programming for Fan Control Unit System for Industry
Free Mitsubishi PLC Online Training Course and Tutorials
Top PLC Manufacturers
Communication between Wincc and Tia Portal
Design a Water Pump PLC Program using CX-Programmer
PLC Application for Stamping Operation – Example Programming

Keep Learning

Check Block Consistency Tools

Check Block Consistency Tools in Simatic Manager

PLC Subroutine

Allen Bradley PLC Subroutines

Unspecified CPU in Tia Portal

How to Add Unspecified CPU in Tia Portal?

PLC Programming Classroom Bell System

Classroom Bell System – PLC Programming Practice Examples

Types of Failures in Industrial Automation Systems

Types of Failures in Industrial Automation Systems

RSlogix 500 to communicate with Excel

How to Communicate with Excel from RsLinx?

Jog button in Motor Start Stop Logic using PLC

What is Motor Jogging ?

Emergency Stop Push button

Emergency Stop Switch Spurious Trip

Learn More

Industrial Automation Sales and Marketing Tools

Industrial Automation Sales and Marketing Tools

Difference between KW and KVA

Difference between KW and KVA

Home Automation Project Ideas

Best Home Automation Project Ideas for Engineering Students

Sorting PLC Program Simulation

Sorting & Distribution Line PLC Programming – Advanced Logic

Industrial Automation and Control

100+ Questions and Answers on Industrial Automation and Control

PLC Boxes Sorting Based on Height

PLC Programming: Sorting and Distribution of Boxes by Height

Test Questions on Safety Instrumented System

Test Questions on Safety Instrumented System

Basic Electrical Engineering Interview Questions Answers

Basic Electrical Engineering Interview Questions Answers

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?