controlling 8 aircraft avionics system using 5 switches

Slides:



Advertisements
Similar presentations
Truth Tables and Logic Gates. What are Logic Gates? Logic gates are components used in making logic circuits. Each gate has one or more inputs and produces.
Advertisements

Lab02 :Logic Gate Fundamentals:
Logic Gates.
Basic Logic Gate Sayed Mahbub Hasan Amiri Dhaka Residential Model College.
Diagram 1 shows a four wires (w1, w2, w3 & w4) logic circuit.
Module 7 Hardware. Introduction Switches are the basic blocks of computer hardware. We build increasingly complex hardware from these simple switches.
Combinational Logic Discussion D2.5. Combinational Logic Combinational Logic inputsoutputs Outputs depend only on the current inputs.
Chapter 4 Logic Gates and Boolean Algebra. Introduction Logic gates are the actual physical implementations of the logical operators. These gates form.
7 Segment to BCD Converter
In this module you will learn: What the various logic gates do. How to represent logic gates on a circuit diagram. The truth tables for the logic gates.
2.7 NAND and NOR logic networks
Introduction to Digital Design Lab Project
AND, OR and NOT. The AND gate needs to be both on, So number wise both 1. So then you will get a 1 as you can see in the last image on the right, If 1.
LOGIC GATES Logic generally has only 2 states, ON or OFF, represented by 1 or 0. Logic gates react to inputs in certain ways. Symbol for AND gate INPUT.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Binary Logic.
Transistors and Logic Circuits. Transistor control voltage in voltage out control high allows current to flow -- switch is closed (on) control low stops.
Logic Gates How Boolean logic is implemented. Transistors used as switches to implement Boolean logic: ANDOR Logic with Transistors.
 In studying digital integrated circuits, one must start with the simplest group of circuit, the SSIs or Small Scale Integrated Circuits. Since these.
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
ACOE1611 Combinational Logic Circuits Reference: M. Mano, C. Kime, “Logic and Computer Design Fundamentals”, Chapter 2.
CH51 Chapter 5 Combinational Logic By Taweesak Reungpeerakul.
ITEC 352 Lecture 3 Low level components(2). Low-level components Review Electricity Transistors Gates Really simple circuit.
CEC 220 Digital Circuit Design Timing Diagrams, MUXs, and Buffers Friday, February 14 CEC 220 Digital Circuit Design Slide 1 of 18.
ENG241/ Lab #11 ENG2410 Digital Design LAB #1 Introduction Combinational Logic Design.
Karnaugh Maps (K-Maps)
Circuits & Boolean Expressions. A ABC BC ABC C B A Example # 1: Boolean Expression: Develop a Boolean expression from a circuit.
S3 INNOVATION ELECTRONICS. LESSON TITLE: ELECTRONICS Learning Intention: To understand when to use different types of logic gates Activity: Building own.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
Transistors to Gates © 2011 Project Lead The Way, Inc.Magic of Electrons.
Combinational Logic Design. 2 Combinational Circuits A combinational logic circuit has: ♦ A set of m Boolean inputs, ♦ A set of n Boolean outputs ♦ n.
Circuit Synthesis A logic function can be represented in several different forms:  Truth table representation  Boolean equation  Circuit schematic 
1 Transistor. 2 Transistors are used to turn components on and off They come in all different shapes and sizes.
Logic gates.
Basics of Logic gates - Part 2
Eng. Mai Z. Alyazji October, 2016
Logic Gates and Boolean Algebra
Logic Gates.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Transistors and Logic Circuits
Memory Interfacing.
Multiplexer.
Lab02 :Logic Gate Fundamentals:
Logic Gates.
Exclusive OR Gate.
Reference: Chapter 3 Moris Mano 4th Edition
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Karnaugh Maps (K-Maps)
How Boolean logic is implemented
Digital Systems: Logic Gates and Boolean Algebra
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Lecture Part A Combinational Logic Design & Flip Flop
Universal gates.
JC Technology Logic Gates.
Transistors to Gates Transistors to Gates Gateway To Technology
Discrete Mathematics CS 2610
Logic Gates.
Lecture 10 Logistics Last lecture Today
Design Example “Date of Birth Problem”
KS4 Electricity – Electronic systems
ELECTRONIC SYSTEMS Note: There is no compulsory question set on Section 25 of the syllabus. Questions set on topics within Section 25 are always set as.
Combinational Logic - An Overview
Binary Logic.
Digital Logic Experiment
Department of Electronics
Adder and Subtractors Discussion D4.1. Adder and Subtractor Circuits Objective: (i) To construct half and full adder circuit and verify its working (ii)
Eng. Ahmed M Bader El-Din October, 2018
Combinational Logic - An Overview
Logic Gates By: Asst Lec. Besma Nazar Nadhem
Presentation transcript:

controlling 8 aircraft avionics system using 5 switches Submitted By Redhawan Raziur Rouf Mohammad Abu Nayem Zeba Munawara Shah Mahmud Yasin

Content OBJECTIVE GIVEN PROBLEM CONDITIONS NECESSARY COMPONENTS TRUTH TABLE AND EXPRESSION BASED ON THE GIVEN CONDITIONS LOGIC DIAGRAM SIMPLIFICATION OF THE DESIGN TRUTH TABLE AND GATE DESIGN OF SN74138 IMPLEMENTED CIRCUIT DIAGRAM RESULT CONCLUSION

Objective To solve the given problem Ensure better design Ensure economical perspective

GIVEN PROBLEM   Suppose in a commercial aircraft there are 8 main avionics system. Each system is switched ON and OFF by its own individual switch. Let for three of the systems, their ON-OFF switch has become unserviceable (faulty).The avionics systems are serviceable and can be operated individually. Design a logic circuit that fulfils the following conditions- Utilize five systems to operate eight avionics systems individually. However, out of these five, one switch should be “Master ON” switch and one switch should be dedicated as “Master OFF” switch.

Conditions 5 switches are to be used two of the switch should be dedicated for “Master ON” and “Master OFF” three switches are to control the 8 systems

Necessary components Trainer Board 3 to 8 decoder(74138) Inverter(7404) EX-OR gate(7486) Connecting wires 8 LEDs to represent 8 systems

truth table AND EXPRESSION based on the given conditions D0, D1 …………D7 are outputs. A, B & C are the switches Expression: D= A’B’C’+ A’B’C+ A’BC’+ A’BC+ AB’C’+ AB’C+ ABC’+ ABC Inputs Outputs A B C D0 D1 D2 D3 D4 D5 D6 D7 1

logic diagram

Simplification of the design Implementing the earlier logic diagram is complex Instead we used SN74138, which is a 3 to 8 decoder The truth table and inside logic diagram for this IC is given.

Truth table and gate design of SN74138

IMPLEMENTED Circuit diagram

Image of the implemented circuit

Result The system worked perfectly with three switches The master ON and OFF switches worked perfectly without any malfunction

Conclusion The system worked perfectly. Inverter was used to invert the logic low output of the 3 to 8 decoder. In real life this circuit can be easily applied and it will help the pilot to control 8 systems with three switches.