Inst ToolsInst ToolsInst Tools
  • Ask
  • 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: Basic PLC Exercise on Heater and Cooler for Students
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC Tutorials
  • Control Systems
Search
  • Ask
  • 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 > Basic PLC Exercise on Heater and Cooler for Students

Basic PLC Exercise on Heater and Cooler for Students

Basic PLC exercise on heater and cooler based on the low-level and high-level temperature sensors for students.

Last updated: May 6, 2024 10:35 am
Editorial Staff
PLC Tutorials
2 Comments
Share
4 Min Read
SHARE

Basic PLC exercise on heater and cooler based on the low-level and high-level temperature sensors for students.

Contents
Heater and Cooler PLC ExerciseLadder Logic VideosInputs and OutputsPLC ProgramProgram DescriptionProgram Simulation Results

Note: Before proceeding further with this PLC programming example please consider that this program is for education to learn ladder logic.

Heater and Cooler PLC Exercise

Problem Statement:

Design a PLC ladder logic for the following application.

We are using one toggle switch and two Sensors to control the Heater and Cooler.

If the Low-Temperature Sensor gets activated (temperature is below 25 degrees), a heater should run for 45 seconds.

If the High-Temperature Sensor gets activated ( Temperature is above 30 degrees), a cooler should run for 45 seconds.

Ladder Logic Videos

The best ladder logic training videos are available on the Instrumentation Tools YouTube channel. Try them for free of cost.

This video explains the mentioned PLC problem statement with detailed steps.

Inputs and Outputs

Digital Inputs:

Start Button: I0.0

Low Temperature Sensor: I0.1

High Temperature Sensor: I0.2

Digital Outputs:

Heater: Q0.0

Cooler: Q0.1

PLC Program

Basic PLC Exercise on Heater and Cooler for Students

Program Description

We have used Normally Open Contact for the Start Button(I0.0), Low-Temperature Sensor (I0.1), and High-Temperature Sensor (Q0.2).

In Rung 0:

  1. Normally Open Contact is used for Start Button (I0.0) and Low Temperature Sensor (I0.1) to turn ON the output Heater (Q0.0).
  2. Timer-type TP is used to Turn ON the output Heater (Q0.0) for a limited time.

In Rung 1:

  1. Normally Open Contact is used for the Start Button (I0.0) and High Temperature Sensor (I0.2) to turn ON the output Cooler (Q0.1).
  2. Timer-type TP is used to Turn ON the output Cooler (Q0.1) for a limited time.

Program Simulation Results

We simulated our PLC program and analyze the results.

Rung 0:

Heating and cooling Ladder Logic

When the Start Button (I0.0) is turned ON and the Low-Temperature sensor (I0.1) gets activated, the signal will flow through the Start Button (I0.0) and Low-Temperature Sensor (I0.1) as Normally Open Contact is used for the Start Button (I0.0) and Low-Temperature Sensor (I0.1).

Temperature Control Systems PLC Logic

The output Heater (Q0.0) turns ON for 45 seconds because Timer Function Block type TP is used to turn ON the output Heater (Q0.0) for a limited time and the time is set to 45 seconds. After 45 seconds, the output Heater (Q0.0) will turn OFF.

Rung 1:

High Temperature Sensor PLC Program

When the Start Button (I0.0) is turned ON and the High-Temperature sensor (I0.2) gets activated, the signal will flow through the Start Button (I0.0) and High-Temperature Sensor (I0.2) as Normally Open Contact is used for the Start Button (I0.0) and High-Temperature Sensor (I0.2).

Low Temperature Sensor PLC Programming

The output Cooler (Q0.1) turns ON for 45 seconds because Timer Function Block type TP is used to turn ON the output Cooler (Q0.1) for a limited time and the time is set to 45 seconds. After 45 seconds, the output Cooler (Q0.1)  will turn OFF.

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

  • PLC Program with 5-Second Floor Stops
  • PLC Programming for Barrier Control
  • Traffic Lights PLC Logic using Timers
  • PLC Logic for Water Pumping System
  • PLC Conveyor Forward and Reverse
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 !
Comparing ICS and IT Systems Security
Instrumentation Earthing
Sorting & Distribution Line PLC Programming – Advanced Logic
PLC Programming for Fan Control Unit System for Industry
PLC or DCS Control System Spares
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
2 Comments
  • Ruel C. Mabaga says:
    July 9, 2024 at 2:00 pm

    It’s very useful specially for the beginner.

    Reply
  • Ruel C. Mabaga says:
    July 9, 2024 at 2:01 pm

    Interesting

    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

Recent Comments

  • Kamli on Top Free PLC Software
  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • MIHARITSOA Aina Sitraka on Top Non-PLC Certification Courses for Automation Professionals

Related Articles

Tank Level Control Process in PLC

Tank Level Control in PLC

PLC Program for Automatic Bottle Rejection System

PLC Program for Automatic Bottle Rejection System

Omron PLC Example

Design a Water Pump PLC Program using CX-Programmer

HMI screen for operator

Auto Tiffin Box Filling Station

PLC datasheet

How to Read the PLC Datasheet? – Important Notes About PLC

Cybersecurity in PLC

Cybersecurity in PLC

Automated Test Bench - Complex PLC Programming Examples

Automated Test Bench – Complex PLC Programming Examples

ControlLogix Architecture - Rockwell Automation

ControlLogix Architecture – Rockwell Automation

More Articles

Optical Fiber Size

Fiber Optic Cable Connectors, Routing, and Safety

Pneumatic Relay

Pneumatic Relay Questions

Draw the Symbols for Liquid Level Measuring Instruments

Draw the Symbols for Liquid Level Measuring Instruments

PLC Totalizer

PLC Program for Flow Totalizer

Voltage and Current Phase Relationships in an Inductive Circuit

Voltage and Current Phase Relationships in an Inductive Circuit

diaphragm-pressure-gauge

Diaphragm Pressure Sensors

Feedback Characteristics of Control Systems

Control of the Effects of Disturbance Signals by Use of Feedback

Transistor Amplifier Working Principle

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?