0% found this document useful (0 votes)
19 views

Ee414 Lab3 Team ABC LR

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Ee414 Lab3 Team ABC LR

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

ELEVATOR SYSTEM

1st Janelle Austria 3rd Catherine Coz


College of Engineering and Architecture BSEE-4A College of Engineering and Architecture BSEE-4A
Pangasinan State University – Urdaneta City Pangasinan State University – Urdaneta City
San Carlos City, Pangasinan Bani, Pangasinan
[email protected] [email protected] 5th Christine Ruiz
College of Engineering and Architecture BSEE-4A
2nd Kimberly Borja 4th Lawrence Adrian Laguisma Pangasinan State University – Urdaneta City
College of Engineering and Architecture BSEE-4A College of Engineering and Architecture BSEE-4A Villasis,Pangasinan
Pangasinan State University – Urdaneta City Pangasinan State University – Urdaneta City [email protected]
Sison, Pangasinan Umingan, Pangasinan
[email protected] [email protected]

Abstract – This paper focuses on the design and II. LADDER DIAGRAM
simulation of elevator system using Ladder Diagram.
I. INTRODUCTION

The elevator setup is that there are 3 output lights: G,


2, and 3, these indicate the floor the lift is at. There are 4
buttons: Up at the Ground Floor; UP at Floor 2; DOWN at
Floor 2; and DOWN at Floor 3. There are also 3 buttons
“inside the Lift”: G, 2, and 3.
The operations required for the design of elevator
system are the following:
The elevator operation G to 2 or 3: If a person pushes
the button UP at the ground Floor, (at any time the lift is
not moving), the lift goes to the Ground Floor. If the
person pushes 2 or 3 button, the lift goes there or stays
there. However, if the person pushes the lift G button, the
lift just stays at the ground floor.
The elevator operation 3 to 2 or G: if a person pushes
DOWN button at floor 3, (at any time the lift is not
moving), the lift goes to floor 3. If the person pushes the 2
III. CONCLUSION
or G button, the lift goes there and stays there. However,
if the person pushes the lift’s button 3, the lift just stays at For this activity, we are assigned to design a ladder
floor 3.
diagram of an elevator. It consists of 3 output lights - G, 2,
The elevator operation 2 to 3: if a person pushes the
button UP at floor 2, (at any time the lift is not moving), and 3; 4 buttons - UP at the Ground floor, UP and DOWN
the lift goes to floor 2, stays there for 5 seconds, then the at Floor 2, DOWN at Floor 3; and 3 buttons inside the Lift
lift’s 3 button is automatically pressed. – G , 2, and 3. As shown above, the ladder diagram has 4
The elevator operation 2 to G: if a person pushes the
button DOWN at floor 2, (at any time the lift is not operations.
moving), the lift goes to floor 2, stays there for 5 seconds, Each operation, we used 2 rungs. On the first
then the lift’s 3 button is automatically pressed. operation, if we push the UPG at any time the lift is not
Thus, for the design and simulation of a simple road moving, the lift goes to the ground floor. Then, if we push
intersection stop light system using Ladder Diagram the the B2 or B3 the lift goes there and stays there. But if we
following function blocks were used: push the lift’s G button, the lift just stays at the ground
floor. In order to accomplish the given operation, we used
1. Timer ON (TON) - The TON, also known as Timer
ON, an instruction is used to keep track of time of an XOR gate so that we can get a true output when only
occurrence of certain events. Once this value is reached, one of the 2 inputs is ON, and an on delay timer to set the
the program will set specific internal bits notifying the delay time to 5secs when going from one floor to another.
programmer as well as other instructions within the PLC
that the timer has finished counting. On the second operation, if we push the DOWN3 at
2. Bitwise AND operator – Returns to 1 if both the bits are any time the lift is not moving, the lift goes to the third
1 else 0. floor. Then, if we push the BG or B2 the lift goes there
and stays there. But if we push the lift’s B3, the lift just
stays at the third floor.
On the third operation, if we push the UP2 at any
time the lift is not moving, the lift goes to the second floor
and stays there for 5 seconds, then the lift’s B3 is
automatically pressed. In order to accomplish the given
operation, we used an XOR gate so that we can get a true
output when only one of the 2 inputs is ON, and an on
delay timer to set the delay time to 5secs so that the lift
will stay at the second floor before the B3 become
automatically pressed.
Lastly, if we push the DOWN2 at any time the lift is
not moving, the lift goes to the second floor and stays
there for 5 seconds, then the lift’s G button is
automatically pressed.

You might also like