Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
74 views12 pages

Boolean Algebra & Karnaugh Maps Guide

This document discusses electrical and electronic equipment for industrial machinery. It includes examples of using Boolean algebra and Karnaugh maps to minimize logic functions. Specifically, it analyzes logic functions with 3 variables and derives their minimized forms. It also provides examples of circuit diagrams for initial and minimized logic functions. Finally, it discusses designing a control circuit using 3 inputs of PWM, Direction, and Brake and derives the minimized logic expressions for 4 output signals using Karnaugh maps.
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)
74 views12 pages

Boolean Algebra & Karnaugh Maps Guide

This document discusses electrical and electronic equipment for industrial machinery. It includes examples of using Boolean algebra and Karnaugh maps to minimize logic functions. Specifically, it analyzes logic functions with 3 variables and derives their minimized forms. It also provides examples of circuit diagrams for initial and minimized logic functions. Finally, it discusses designing a control circuit using 3 inputs of PWM, Direction, and Brake and derives the minimized logic expressions for 4 output signals using Karnaugh maps.
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
You are on page 1/ 12

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:

You might also like