0% found this document useful (0 votes)
399 views1 page

Elevator Circuit

The document describes a logic circuit to control an elevator door in a 3-story building. The circuit uses inputs for the floor indicator signals F1, F2, F3 and a signal M to indicate if the elevator is moving or stopped. The circuit output OPEN determines whether the door should open based on the input signals.

Uploaded by

Yasmin Eleraky
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)
399 views1 page

Elevator Circuit

The document describes a logic circuit to control an elevator door in a 3-story building. The circuit uses inputs for the floor indicator signals F1, F2, F3 and a signal M to indicate if the elevator is moving or stopped. The circuit output OPEN determines whether the door should open based on the input signals.

Uploaded by

Yasmin Eleraky
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/ 1

M is a logic signal that

M F1 F2 F3 indicates when the


elevator is moving
(M=1) or Stopped(M=0)
F1, F2 and F3 are floor
indicator signals that are Elevator Circuit
normally LOW, and they go
high when the elevator is
positioned at the level of that
particular floor OPEN

Now design a logic circuit that controls an elevator door in a three story building.

Solution:
Logics to develop a truth table to design elevator circuit for above figure:

1. We know the elevator can not be lined up with more than one floor at a time, only one of the
floor inputs can be HIGH at any given time. This means , we can consider all those cases in the
truth table where more than one floor input is a 1 are don’t care conditions. So we can put X in the
OPEN output for those cases.

2. When M=1, the elevator is moving, this is no matter that only one of the floor inputs is high at
any given time, the output OPEN must be a 0.

3. When M=0, the elevator is stopped & only one of the floor inputs is high at any given time the
output OPEN must be a 1.

4. When M=0, the elevator is stopped but all inputs are 0 indicates that is not properly lined up with
any floor the output OPEN must be a 0
Solution:

1. Truth Table : 2. MAP :


Inputs Output F2F3
MF1 00 01 11 10
M F1 F2 F3 OPEN
00 1 X 1
0 0 0 0 0
0 0 0 1 1 01 1 X X X
0 0 1 0 1
0 0 1 1 X 11 X X X
0 1 0 0 1
0 1 0 1 X 10 X
0 1 1 0 X
0 1 1 1 X Fig: Map for OPEN
1 0 0 0 0 OPEN  M F 1  M F 2  M F 3
1 0 0 1 0
1 0 1 0 0 or
1 0 1 1 X OPEN  M  F 1  F 2  F 3 
1 1 0 0 0
1 1 0 1 X
1 1 1 0 X
1 1 1 1 X

3. Circuit Diagram :

M OPEN

F1
F2
F3

You might also like