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 !
PLC Analog I/O Potential Problems – Troubleshooting & Issues
Vijeo Designer software – Import and Export
What is the OPC Server?
Procedure for Reading or Searching the Tag number in Siemens PLC
PLC Memory Mapping and I/O addressing
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

Automatic Car Door Simulation

Automatic Door Operation PLC Programming and Simulation

Actuator Sensor Interface (ASi) Protocol in PLC

Actuator Sensor Interface (ASi) Protocol in PLC

What is Process Control ?

What is Process Control?

Database for each safety module

Global Acknowledgment Instruction in Safety PLC

Industrial Oven Control Application with PLC Controller

Industrial Oven Control Application with PLC Controller

ICS System Design

ICS System Design Considerations

How CPU Execute Program in Siemens PLC?

How CPU Execute Program in Siemens PLC?

PLC XOR LOGIC with Ladder Diagram

PLC Logic Functions

More Articles

Motor ladder Logic

Draw a ladder logic circuit for the electric motor of an air compressor ?

four-way-solenoid-valve-diagram

Four Way Solenoid Valve Working Principle

Safety Considerations in PLC System Design

Safety Considerations in PLC System Design

Difference between TCP-IP Model and OSI Model

Difference between TCP/IP Model and OSI Model

Instrument Air Quality

Instrument Air Quality

Power Systems Questions & Answers

Power Systems MCQ Series 18

Strain gage load cells

Load Cell Healthiness Checks

Single Beam and Double Beam Instruments

Single Beam and Double Beam Instruments

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?