VIETNAM NATIONAL UNIVERSITY HO CHI MINH CITY
HO CHI MINH CITY UNIVERSITY OF TECHNOLOGY
EXERCISE 2
ELECTRICAL AND ELECTRONIC EQUIPMENT FOR
INDUSTRIAL MACHINERY
Lecturer: Lê Đức Hạnh
Class: CC02
Group: 9
Using Boolean Algebra and Karnaugh Map, we have:
Boolean Algebra:
AB+ AC + A B C
¿ AB. AC + A B C
¿ ( A+ B ) ( A+C ) + A B C
¿ A+ B C+ A B
¿ A+ B C
Karnaugh Map:
AB
C 00 01 11 10
0 1 1 1
1 1 1
→ F ( A , B , C )= A+ B C
Proteus Simulation
Initial Circuit:
Minimized Circuit:
a) Derive the output and minimize the output function using Karnaugh map
We have: X =A B+ A CD
Applied Karnaugh Map:
AB
CD 00 01 11 10
00 0
01 0
11 0 0
10 0
→ X= ( A+ C+ D )( A+ B ) =A + A B+ A C+ A D+ B C+ B D
→ X= A+ B C +B D
Proteus Simulation
Initial Circuit
Minimized Circuit
b) Draw the wave form of output if
A
BC
BD
3. Design an IC have the working rule as shown in table
INPUTS OUTPUTS
A B D0 D1 D2 D3
0 0 1 0 0 0
0 1 0 1 0 0
1 0 0 0 1 0
1 1 0 0 0 1
We have:
D0= A B=A + B
D 1= A B
D 2= A B
D 3=AB
So the IC would look like this:
A = 0; B = 0:
A = 0; B = 1:
A = 1; B = 0:
A = 1; B = 1:
4. Design the control circuit using three variables: PWM, Direction, Brake as inputs (L.01, L.02, L.03)
Operation Table
1
Let PWM, Direction, Brake as P, D, B respectively.
Karnaugh maps for S1:
PD
B 00 01 11 10
0 1 1 1 1
1 1
→ S 1=B+ P D
Proteus design:
Karnaugh maps for S2:
PD
B 00 01 11 10
0 1 1 1 1
1 1
→ S 2=B+ P D
Proteus design:
Karnaugh maps for S3:
PD
B 00 01 11 10
0
1 1
→ S 3=B P D
Proteus design:
Karnaugh maps for S4:
PD
B 00 01 11 10
0
1 1
→ S 4=B P D
Now we combine all: