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 Cooking Timer Example for Kitchen Automation
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 Cooking Timer Example for Kitchen Automation

PLC Cooking Timer Example for Kitchen Automation

In this article, you will learn the PLC cooking timer example for kitchen automation using ladder logic programming.

Last updated: April 8, 2024 5:04 pm
Editorial Staff
PLC Tutorials
No Comments
Share
4 Min Read
SHARE

In this article, you will learn the PLC cooking timer example for kitchen automation using ladder logic programming.

Contents
PLC Cooking Timer ExampleIndustrial Automation Programming VideosDigital InputsDigital OutputsLadder Logic Timer ExampleProgram DescriptionResult

Note: The timer logic is designed for beginners to practice PLC programming examples.

PLC Cooking Timer Example

Problem Statement

Design a PLC ladder logic for the following application.

We are using one toggle switch to control the Cooking Process.

A microwave should run for 1 minute when the start button is turned ON.

An additional 30 seconds should be added if the +30s button is pressed.

Industrial Automation Programming Videos

Learn the industrial automation programming with basic example programs with our videos.

Schneider PLC Programming Example - Cooking Timer Application

Digital Inputs

The inputs listed here.

Start button: I0.0

+30s button: I0.1

Digital Outputs

The outputs listed here.

Microwave: Q0.0

Ladder Logic Timer Example

PLC Cooking Timer Example for Kitchen Automation

Program Description

In the above program, we have used Normally Open Contact for the Start button.

For Microwave, Timer Function Block Type TON and TP are used.

To keep the Microwave ON for 1 min, Timer Function Block type TP (TM0) is used.

Timer Function Block type TP (TM2) is also used for the Microwave to keep it ON for an additional 30 seconds.

Another Timer Function Block type TON (TM1) is used to help keep the microwave ON for an additional 30 seconds after 1 minute.

Result

PLC Kitchen Automation

When the Start button is turned ON, the Timer functional block type TP (TM0) will allow the signal to flow for 1 minute only.

As a result, the Microwave will be turned ON. After 1 minute, the signal will not flow because of the Timer functional block type TP (TM0). And Microwave will turn OFF after being ON for 1 minute.

Automated Cooking Machine using PLC and HMI

The timer functional block type TP (TM0) will not allow the signal after 1 minute. So, the output Microwave gets turned OFF after that particular interval of time.

Kitchen automation system

Another Timer Functional Block type TON (TM1) will wait for 1 minute and after that, it will allow the signal. Then when the ADD 30s button is pressed or turned ON, it will also allow the signal to flow.

Then there is another Timer Functional Block type TP (TM2) which will allow the signal to flow only for 30 seconds.

As a result, the output microwave gets again ON by pressing the +30s button. So, the Microwave will again get ON for an additional 30 seconds. After that, it will turn OFF.

PLC Based Food Processing Example Logic

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 Programming Example with Motor
  • InTouch Scada using Scripting Tutorials
  • PLC Code to Start & Stop Motor and Pump
  • Electrical Ladder Diagram Control with Timers
  • PLC Important Questions and Answers
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

Sequential PLC Programming for the Pneumatic Valves
#9 PLC Best Practices – Validate indirections
Design a PLC program for Operational Sequence of Packaging Process
Basic PLC Exercise on Heater and Cooler for Students
PLC FBD Programming for Burglar Alarm Security System
PLC Programming Course Online Free
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

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

How to Convert Voltage to Current using Resistor ?
PLC Program for Fish Feeding System
How Does Redundant Power Supply Work?
What is a PLC? – Programmable Logic Controller
Commissioning Checklists for Industrial Automation Systems
Gas Turbine Temperature Alarms using Siemens TIA Portal
PLC Count values higher than 999
PLC Ladder Logic for Start-up Control of Boilers

Keep Learning

PLC based Auto Manual Operation of Roll down Shutters

PLC based Auto/Manual Operation of Roll down Shutters in Industry

Quiz Program Logic Using PLC Programming

Quiz Program Logic Using PLC Programming

PLC-based mail box automation

PLC Program for Mailbox with Letter Counting & Light Indicators

PLC Handbook

PLC Handbook

Simatic S7 PLC Backup Steps

How to take Backup from Siemens S7-300 PLC?

PLC Structured Text Program for Output Generation via Equations

PLC Structured Text Program for Output Generation via Equations

Siemens PLC motor direction control example

Siemens TIA Portal: Motor Forward Reverse PLC Logic

Push button Motor PLC Logic

Push button Motor PLC Logic

Learn More

OpenPLC - PLC Training for Students - Free Tutorials & Courses

OpenPLC – PLC Training for Students – Free Tutorials & Courses

Classification of valves

Losses in a DC Generator

Flame Detectors Working Principle

Flame Detectors Working Principle

Lights with Adjustable Timers PLC Programming

Flip-Flop PLC Programming: Lights with Adjustable Timers

ControlLogix Architecture - Rockwell Automation

ControlLogix Architecture – Rockwell Automation

Digital Electronics MCQ

Digital Integrated Circuits Objective Questions – Part 3

Electrical Machines Questions and Answers

Synchronous Machines Power Factor Control Questions

Dynamic Characteristics of Power Diode

Power Diode – Characteristics, Construction, Working, Advantages

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?