0% found this document useful (0 votes)
108 views2 pages

Truth Table for 7-Floor Lift System

The document describes a digital design for a 7 floor lift using a truth table and logic gates. The truth table shows the 8 possible input combinations of signals A, B, and C and which floor each combination activates. An equation is given to simplify the logic and show that the floor selection can be determined from the combined signals of C' + C and the combined signals of A' + A and B' + B. A circuit diagram is outlined but not shown to implement the floor selection logic.

Uploaded by

Noor Mustafa
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)
108 views2 pages

Truth Table for 7-Floor Lift System

The document describes a digital design for a 7 floor lift using a truth table and logic gates. The truth table shows the 8 possible input combinations of signals A, B, and C and which floor each combination activates. An equation is given to simplify the logic and show that the floor selection can be determined from the combined signals of C' + C and the combined signals of A' + A and B' + B. A circuit diagram is outlined but not shown to implement the floor selection logic.

Uploaded by

Noor Mustafa
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

Digital Design For 7 Floor LIFT

Truth Table

A B C Ground 1st Floor 2ndFloor 3rd Floor 4th Floor 5th Floor 6th floor 7th Floor

0 0 0 1 0 0 0 0 0 0 0

0 0 1 0 1 0 0 0 0 0 0

0 1 0 0 0 1 0 0 0 0 0

0 1 1 0 0 0 1 0 0 0 0

1 0 0 0 0 0 0 1 0 0 0

1 0 1 0 0 0 0 0 1 0 0

1 1 0 0 0 0 0 0 0 1 0

1 1 1 0 0 0 0 0 0 0 1

Equation
Ground=A’B’C’

1st Floor=A’B’C

2nd Floor=A’BC’

3rd Floor=A’BC

4th Floor=AB’C’

5th Floor=AB’C

6th Floor=ABC’
Digital Design For 7 Floor LIFT
7th Floor=ABC

Adding All Floor

=A’B’C’+A’B’C+ A’BC’+ A’BC+ AB’C’+ AB’C+ ABC’+ ABC

=A’B’(C’+C)+A’B(C’+C)+AB’(C+C’)+AB(C+C’)

=(C’+C)(A’B’+A’B+AB’+AB)

=(C’+C)((A’(B’+B)+A(B’+B))

=(C’+C)(((A’+A)(B’+B))

Circuit
A A’ B B’ C C’

You might also like