Sie sind auf Seite 1von 6

Application of Combinational Circuit:

Bank Locker System


Experiment No: 4 Date:
Aim:

Design a suitable logic circuit to develop the best locking system for an individual
account holder in the bank.

Software Required:

LTspice

Problem Statement:

 Assume that there are 4 members in their family. The locker could be opened only
if three of their finger prints are matched else the locker will not open.
 The four members in the family are named as M1, M2 M3 and M4.
 The conditions for those are listed as follows.
 Locker Opening: Any three finger prints are matched

Truth Table:

Not matched – 0; Matched - 1


Inputs Outputs
M1 M2 M3 M4 Locker open (Y)
0 0 0 0 0
0 0 0 1 0
0 0 1 0 0
0 0 1 1 0
0 1 0 0 0
0 1 0 1 0
0 1 1 0 0
0 1 1 1 1
1 0 0 0 0
1 0 0 1 0
1 0 1 0 0
1 0 1 1 1
1 1 0 0 0
1 1 0 1 1
1 1 1 0 1
1 1 1 1 1
Boolean Expression for Output:

M1M2\ 00 01 11 10
M3M4
00 0 0 0 0
01 0 0 1 0
11 0 1 1 1
10 0 0 1 0

Y= M1M3M4+M2M3M4 + M1M2M3 + M1M2M4 = (M1 + M2)M3M4 + (M3 + M4)M1M2

P1=(M1+M2)(M3M4); P2=(M3+M4)(M1M2)

Circuit Diagram:

Procedure Steps:

1. Open a new schematic in LTspice and select the components and give the connections as per
the circuit diagram as shown below.
2. Change the input values M1 to M4 as per the requirement. For M1, Vinitial =0; Von=1;Tdelay=0
Trise=1u; Tfall=1u;Ton=5;Tperiod=10; Ncycle=3.

For M2, Ton=2; M3, Ton=8; M4, Ton=6. Remaining are same.
3. Go to simulate tab and click on “edit simulation command” and choose “Transient” as shown
below.

4. Then, run the simulation and note the waveform of the output. Check the locker will open only
when three inputs have value =1. It is understood that banking system is working effectively.

Circuit Diagram:
Waveform output:
Inference:

Results:

A banking locking system has been developed using combinational circuits.

Das könnte Ihnen auch gefallen