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.
Notification Show More
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

PLC Permissive for Motor Control
Single Push button to ON and OFF a Bulb using Ladder Logic
Sink or Source? Normally Open or Normally Closed?
Up Counter PLC Program
Difference Between PLC and CNC Machine
Classroom Bell System – PLC Programming Practice Examples
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

Control Room and Field Instruments Questions and Answers
Network Switch Port Allocation Details
Vijeo Designer software – Import and Export
#20 PLC Best Practices – Identify Critical Alerts
Parking Garage Indicator: PLC Automation System
Why 24 Volts DC Power Supply is used? – Industrial Automation Systems
PLC Automatic Door Control System – Programming Example
How to Choose a Suitable HMI for Your Application?
PLC based Door Open and Closing System
Configuration of Input and Output Tags in Siemens Scada and PLC

Keep Learning

NO NC Contact Animation

Equivalent Logic Gates using PLC Ladder Diagrams

Wonderware Recipe Manager Plus

What is Recipe Management in SCADA?

Machine Indicator Lights PLC Programming Solution

Machine Indicator Lights: PLC Programming Solution

Data Types in PLC

Data Types in PLC – Bit, Byte, Integer, Real, String

Omron PLC Example

Design a Water Pump PLC Program using CX-Programmer

Example of Controlling the PLC Output using Push Buttons

Example of Controlling the PLC Output using Push Buttons

PLC programming for liquid mixing application code

PLC Mixing Logic in Liquids on EcoStruxure Machine Expert-Basic

Free Download PLC Simulator using Excel

PLC Simulator using Excel

Discover More

Steam flow to the heat exchanger

Analytical Control System of Heat Exchanger Questions

VFD Block Diagram

What is a VFD? – Theory, Advantages, Disadvantages

Energy Meter Data in PLC using Modbus Communication

Modbus Communication between PLC and Energy Meter

Data Types in PLC

Data Types in PLC – Bit, Byte, Integer, Real, String

Inductors in parallel

Series and Parallel Inductors

ESG in Industrial PLC Automation Systems

ESG in Industrial PLC Automation Systems

Electrical Machines Questions and Answers

Speed Control of DC Motors Quiz

Reliability Centered Maintenance (RCM)

What is Reliability Centered Maintenance? (RCM)

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?