Inst ToolsInst ToolsInst Tools
  • 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.
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC Tutorials
  • Control Systems
Search
  • 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 > Elevator Control: PLC Program with 5-Second Floor Stops

Elevator Control: PLC Program with 5-Second Floor Stops

This is an elevator control application using a PLC Program with 5-second floor stops before moving to the next floor.

Last updated: April 29, 2024 6:50 am
Editorial Staff
PLC Tutorials
No Comments
Share
5 Min Read
SHARE

This is an elevator control application using a PLC Program with 5-second floor stops before moving to the next floor.

Contents
Elevator ControlOnline PLC TrainingInputs and OutputsLadder LogicProgram DescriptionPLC Logic Simulation

Please note that this program only shows a certain part of the logic related to the elevator programming. This is for educational purposes only.

Elevator Control

Problem Statement:

Design a PLC ladder logic for the following application.

We are using one toggle switch to control the Elevator.

The elevator should stop at each floor for 5 seconds before moving to the next floor.

Online PLC Training

Inst Tools provides you with the best online PLC training tutorials and courses. You can access these on our YouTube channel.

Inputs and Outputs

Digital Inputs:

Start Button: I0.0

Digital Outputs:

Elevator: Q0.0

Ladder Logic

Elevator Control

Program Description

We have used Normally Open Contact for the Start Button (I0.0).

Normally Open Contact is used for the Start Button (I0.0) to Turn ON the output  Elevator (Q0.0).

Timer-type TP is used to Turn ON the output Elevator (Q0.0) for a limited time.

Normally Closed Contact is used for Memory Bit (M0) to restart the output Elevator (Q0.0).

Normally Closed Contact is used for the Elevator (Q0.0) to turn ON the Memory Bit (M0).

Timer Function Block type TON is used to delay the turning ON time of Memory Bit (M0).

PLC Logic Simulation

Let’s simulate the PLC program.

When the Start  Button(I0.0) is turned ON, the output Elevator (Q0.0) turns ON or the Elevator starts moving but for a limited time because Timer Function Block type TP is used to turn ON the output Elevator (Q0.0) for a limited time. The time is set to 10 seconds.

PLC Controlling Program of an Elevator

After 10 seconds, the output elevator (Q0.0) turns OFF or the Elevator stops moving after reaching the next floor but only for 5 seconds because When the output Elevator (Q0.0) turns OFF, Normally Closed Contact used for the Elevator that is used to turn ON Memory Bit (M0) will be in the false state and Memory Bit (M0) will turn ON after 5 seconds as Timer Function Block type TON is used to delay the turning ON time of the Memory Bit (M0).

After 5 seconds, the Memory Bit will turn ON but it will turn OFF immediately as Normally Closed Contact used for the Memory Bit (M0) to restart the output Elevator (Q0.0).

Floor Elevator Programming Exercise

So, When the Start Button (I0.0) is turned ON, the output elevator (Q0.0) starts moving. After 10 seconds, the output Elevator (Q0.0) stops as the Timer Function Block is used and the timer is set to 10 seconds.

When the output Elevator (Q0.0) Stops, Normally Closed Contact used for the Elevator will be in a false state and pass the signal to turn ON the Memory Bit (M0) after 5 seconds as the Timer Function Block type TON is used and the timer is set to 5 seconds.

Elevator Stop Program

Memory Bit (M0) will turn OFF immediately because Normally Closed Contact is used for Memory Bit (M0) that is used to restart the output Elevator (Q0.0).

So, When Memory Bit (M0) turns OFF immediately, Normally Close Contact used for Memory Bit (M0) will be in the false state and pass the signal to restart the output Elevator (Q0.0).

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 to Control a Pump
  • Manufacturing Line Assembly PLC Logic
  • PLC Ladder Logic Classroom Bell System
  • Batch Mixing PLC Ladder Logic Program
  • PLC Pushbutton and Motor Ladder Logic
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

What is a Control Panel and its types?
What is a Wet Contact? – Basics of PLC Wiring
#6 PLC Best Practices – Validate Timers and Counters
Conveyor Sorting Machine PLC Program with Calculation Function
Use of Comments in SCL Language
How to Create Project in Wonderware Intouch?
Share This Article
Facebook Copy Link Print
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
208kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

What is Live Zero in 4-20 mA Current Loop ?
CX-Programmer Tutorial: 1 Button To Activate 4 Different Machines
PLC Program for Automatic Mixing Control in a Tank
Free PLC Training Software Download
Conveyor Sorting System with Color Detection PLC Logic
SCADA for Substation Automation
What is Seal-in Circuit ?
PLC Programming for Tank Heating Control using Heater
Example PLC Program
Programming and Tuning PID Controller in PLC – Siemens TIA Portal

Keep Learning

Best Practices of PLC Wiring

Best Practices of PLC Wiring – Programmable Logic Controller

Omron PLC Example

Design a Water Pump PLC Program using CX-Programmer

PID block from the PLC library

How to Configure PID Controller in Various Schneider PLCs?

SCADA Features

Features of SCADA

Online time of the PLC

System and Local Time in PLC

Single Push button to ON and OFF a Bulb using Ladder Logic

Single Push button to ON and OFF a Bulb using Ladder Logic

PLC railway crossing program

Automatic Railway Crossing Gate Control PLC Program

Types of Instructions in PLC Programming

Types of Instructions in PLC Programming

Discover More

Filled-bulb Temperature Measurement

Filled-bulb Temperature Sensors

PLC Analog I/O Potential Problems

PLC Analog I/O Potential Problems – Troubleshooting & Issues

Radiochemical Questions and Answers

Fundamentals of Radiochemical Methods Questions

compressor emergency shutdown system

Compressor Emergency Shutdown Root Cause Analysis

10 Questions on Reforming Furnace Control System

10 Questions on Reforming Furnace Control System

Cable Bending Radius

What is Cable Bending Radius? – Definition & Calculation

Calculate Total Hydrostatic Pressure at Bottom of Vessel

Calculate Total Hydrostatic Pressure at Bottom of Vessel

Rate Compensated Heat Detectors Working Principle

Rate Compensated Heat Detectors 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?