BMA Lab Report Digital II
BMA Lab Report Digital II
22
Introduction:
Summary:
In this lab we will be exploring the usage of Transistor-Transistor-Logic
(TTL) Integrated circuits (ICs) while building a series of circuits and solving a
series of problems that involve writing the logic and designing the digital
circuits .
Preparation:
We first start the lab by testing all 4 integrated circuits to check if they
are functioning and we notice that two out of four circuits (Not and Or gates)
are malfunctioning and we got them replaced.
Test circuit:
We recreate a test circuit given by its logic circuit and we get the
following circuit:
Comment: The circuit was accurate and matching the truth table and achieved
the desired outcome. However, we could have used one less logic gate by
writing the Boolean expression as: O = A(B+C) + BC. Which would have used
less wires in the circuit.
Comment: The circuit was accurate and matching the truth table and achieved
the desired outcome.
Problem 03:
This problem is about designing a safety system for a boiler. The safety
system consists of 4 inputs (Active low pressure sensor, Active high
temperature sensor, Active high inlet water sensor, Active low flame sensor).
We got the conditions that trigger the safety system as:
-Excessive steam pressure exists – Or –
- Loss of inlet water while the boiler flame is lit – Or –
- Excess temperature while the boiler flame is lit
We use: -P for Pressure sensor.
-F for flame sensor
-W for inlet water sensor
-T for temperature sensor
From the above conditions we get the following logic expression:
𝑂 = 𝑃̅ + 𝑊
̅ 𝐹̅ + 𝐹̅ 𝑇
We simplify as:
O = 𝑃̅ + 𝐹̅(𝑊
̅ + 𝑇)
Conclusion:
At some point of this lab we discovered to apply the ttl incorporated
circuits by tried to clear up a set of different issues. We faced some problems
such as an ic now not running and a common sense expression no longer
matching the requirements of the problem however we ended up fixing all
problems and attaining all the outlined objectives of the lab and solving all
troubles efficiently.