Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
31 views5 pages

Elevator Logic Inputs and Outputs

The document outlines the PLC logic for elevator operation, detailing the sequence of rung operations for starting, moving, and stopping the elevator at various floors. It describes how push buttons (PB) and limit switches interact to control the elevator's movement and door operations, including interlocking mechanisms and timers for door management. The program continuously runs until a stop button is pressed, ensuring safety and proper functionality of the elevator system.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views5 pages

Elevator Logic Inputs and Outputs

The document outlines the PLC logic for elevator operation, detailing the sequence of rung operations for starting, moving, and stopping the elevator at various floors. It describes how push buttons (PB) and limit switches interact to control the elevator's movement and door operations, including interlocking mechanisms and timers for door management. The program continuously runs until a stop button is pressed, ensuring safety and proper functionality of the elevator system.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Elevator Logic Inputs and Outputs

Elevator PLC Logic


RUNG 0001
Starting the Operation using start latch, Ground floor PB is pushed to turn on latch coil to store
the output of status when the ground limit switch is off.
RUNG 0002
First floor PB is pushed to turn on the latch coil to store the output of status when the First limit
switch is off.
Rung 0003
Second floor PB is pushed to turn on the latch coil to store the output of status when the Second
limit switch is off.
Rung 0004, 0005, 0006
In some cases,if someone pressed ground floor PB/First floor PB, the program will check where
the lift is if it is in the second floor or the first floor, Down Motor will turn ON to get the lift to
the respective floor.
For interlocking, normally closed switch of ground limit switch and first-floor switch is used in
Rung 0007, 0008, 0009
In some cases, if someone pressed the second floor PB/First-floor Pushbuttons (PB), the program
will check where the lift is, if it is in the ground floor or the first floor, UP Motor will turn ON to
get the lift to the respective floor. For interlocking, normally closed switch of second-floor limit
switch and first-floor switch is used in Rung 0009
RUNG 0010, 0011
To open the lift door when it reaching floor Binary bits are used to store the status of ground
floor PB and ground Limit switch.
RUNG 0012, 0013
To open the lift door when it reaching the floor , Binary bits are used to store the status of First
floor PB and First Limit switch.
RUNG 0014, 0015
To open the lift door when it reaching the floor , Binary bits are used to store the status of Third
floor PB and third-floor Limit switch.
RUNG 0016
From the previous rungs memories, an Open door motor is turned ON with three interlocking
like closed-door motor, Timer enables, UP/DOWN motor.
RUNG 0017
When the open door limit switch is turned to on, the Open motor door should stop and timer
needs to turn on to give time delay of 5s to close door motor.
RUNG 0018
When timer done turned on, close door motor should ON until closed limit switch is turned ON.
RUNG 0019
If no PB is turned on after getting into lift takes 10secs delay to open lift door again. If any PB is
pressed, it will perform the respective operations.
The program runs continuously until STOP PB is pressed

You might also like