Elevator Circuit
Elevator Circuit
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:
3. Circuit Diagram :
M OPEN
F1
F2
F3