Presentation is loading. Please wait.

Presentation is loading. Please wait.

Electronics Digital Processes Transistor as a Switch 1)(G) State that a transistor can be used as a switch. 2)(G) State that a transistor may be conducting.

Similar presentations


Presentation on theme: "Electronics Digital Processes Transistor as a Switch 1)(G) State that a transistor can be used as a switch. 2)(G) State that a transistor may be conducting."— Presentation transcript:

1

2 Electronics Digital Processes

3 Transistor as a Switch 1)(G) State that a transistor can be used as a switch. 2)(G) State that a transistor may be conducting or nonconducting, ie on or off. Simple Switching Systems 3)(G) Draw and identify the circuit symbol for an NPN transistor. 4)(G) Identify from a circuit diagram the purpose of a simple transistor switching circuit. 15)(C) Explain the operation of a simple transistor switching circuit. Digital Logic Gates 5)(G) Draw and identify the symbols for two-input AND, OR and NOT gates. 6)(G) State that logic gates may have one or more inputs and that a truth table shows the output for all possible input combinations. 7)(G) State that high voltage = logic 1, low voltage = logic 0. 8)(G) Draw the truth tables for AND OR and NOT gates. 16)(C) Identify the following gates from truth tables: AND, OR, NOT. Combinational Logic Circuits 9)(G) Explain how to use combinations of digital logic gates for control in simple situations. 17)(C) Complete a truth table for a simple combinational logic circuit. Clock Signals 10)(G) State that a digital circuit can produce a series of clock pulses. 18)(C) Explain how a simple oscillator built from a Resistor, Capacitor and Inverter operates. 19)(C) Describe how to change the frequency of a clock. Counters 11)(G) Give an example of a device containing a counter circuit. 12)(G) State that there are circuits which can count digital pulses. 13)(G) State that the output of the counter circuit is in binary. 14)(G) State that the output of a binary counter can be converted to decimal. Learning Outcomes

4 This is the symbol for an NPN transistor. Transistors are process devices.

5 Transistor Terminals Transistors have three terminals: Collector Emitter Base

6 Transistor as a Switch Transistors can be used as switches. conductnot conduct Transistors can either conduct or not conduct current. onoff ie, transistors can either be on or off. TransistorSwitch

7 How Transistors Work Switching is controlled by the voltage between the Base and the Emitter. Collector Emitter Base When V BE < 0.7V the transistor switches off and no current flows between the Collector and the Emitter. When V BE ≥ 0.7V the transistor switches on and current flows between the Collector and the Emitter.

8 Transistor Switching Example When V BE is less than 0.7V the transistor is off and the lamp does not light. When V BE is greater than 0.7V the transistor is on and the lamp lights. X Variable Voltage Supply 12V

9 Transistor Circuit #1: Temperature-Controlled Circuit This transistor circuit contains a Thermistor. Because of the thermistor, this circuit is dependent on temperature. The purpose of this circuit is to turn on the LED when the temperature reaches a pre determined temperature. Input= Voltage Divider Process= Transistor Output= LED 1)LED = Off. 2)Heat the Thermistor. 3)R Thermistor . 4)V Thermistor . 5)Voltage across 10k  resistor . 6)Transistor switches on. 7)LED = On.

10 Transistor Circuit #2: Light-Controlled Circuit This transistor circuit contains a Light-Dependent Resistor. Because of the LDR, this circuit is dependent on light. The purpose of this circuit is to turn on the LED when the light reaches a certain intensity. Input= Voltage Divider Process= Transistor Output= LED 1)LED = Off. 2)Cover LDR. 3)R LDR . 4)V LDR . 5)Transistor switches on. 6)LED = On.

11 Transistor Circuit #3: Time-Controlled Circuit This transistor circuit contains a Capacitor. Because of the capacitor, this circuit is dependent on the time taken to charge and discharge of the capacitor. The purpose of this circuit is to turn on the LED a short time after the switch is opened. Where would this circuit be found in a car? Input= Voltage Divider Process= Transistor Output= LED 1)Switch closed. 2)V C = 0V. 3)Transistor switches off. 4)LED = Off. 5)Open Switch. 6)VC . 7)Transistor switches on after a short delay. 8)LED = On.

12 Summary of Transistor Switching Circuits In each of the three circuits the input device is: A Voltage Divider using a In each of the three circuits the output device is: an LED Thermistor LDR Capacitor

13

14 Remember that digital signals have only two values, “1” and “0”, or “High Voltage” and “Low Voltage ”, or “On” and “Off”, Off On High Voltage Low Voltage Revision: Digital Signals 1 0

15 Introduction to Logic Many digital electronic processes are designed around “logic” circuits. The Inputs and Outputs in logic have only two values: 0 & 1 High & Low On & Off Logic is ideally suited to help design digital electronic circuits because of its binary nature. We will look at some fundamental logic circuits.

16 Logic: Switches in Series The bulb will light only under certain conditions: what conditions? The bulb will turn on only when switches S1 AND S2 are closed, for all other combinations the bulb is off. S1S2Lit 000 010 100 111 S1S2

17 Logic: Switches in Parallel The bulb will light under certain conditions: what conditions ? The bulb will turn on when switches S1 OR S2 are closed, for all other combinations the bulb is off. S1 S2 S1S2Lit 000 011 101 111

18 Logic: Opposites! The bulb will light under certain conditions: what conditions ? The bulb will turn on when switch S is OFF, and turn off when switch S is ON. SLit 01 10 S

19 Truth Tables The tables on the previous slides are truth tables. Truth Tables list: All combinations of all possible inputs, Every Output for each combination of inputs. There are special circuits called logic gates which can be used in control situations. S1S2Lit 000 010 100 111 S1S2Lit 000 011 101 111 S1Lit 01 10

20 Logic Gates: AND Two-Input AND Gate AND Truth Table ABQ 000 010 100 111 The output of an AND gate is 1 only when all inputs are 1. Only when Input A AND Input B are 1, the output is 1.

21 Logic Gates: OR Two-Input OR Gate OR Truth Table ABQ 000 011 101 111 The output of an OR gate is 1 when any input is 1. When Input A OR Input B is 1, the output is 1.

22 Logic Gates: NOT NOT Gate NOT Truth Table AQ 01 10 The output of a NOT gate is the opposite of the input. When Input A is 0, the output is 1. When Input A is 1, the output is 0 Note that NOT gates have only one input.

23 Summary of Logic Gates and Truth Tables Every Outputevery combination Truth Tables list:Every Output for every combination of inputs. AND Gate ABQ 000 010 100 111 OR Gate ABQ 000 011 101 111 NOT Gate AQ 01 10

24 Combinational Logic Circuits Combinational Logic Circuits are simply circuits using a combination of AND, OR and NOT gates. You are expected to design Logic Circuits and Truth Tables of simple combinational logic circuits.

25 Logic Circuit #1: Car’s Hot Engine When a car’s engine becomes too hot an LED should light but only when the ignition is switched on. Truth Table IgnitionTemperatureOutput SwitchSensorLED OffColdOff OffHotOff OnColdOff OnHotOn Here, the truth table is simply that for an AND Gate. For the LED to light, the Ignition Switch must be on and the Temperature Sensor must be “hot”. LED Ignition Switch Temperatu re Sensor 1 1

26 Logic Circuit #2: Central Heating Pump Derive a logic circuit that will turn on a Central Heating System’s pump when the house is cold and the Central Heating System is turned on. This time let’s find the truth table first: House is Cold = 0 ; House is Hot = 1 CHS is Off = 0; CHS is On = 1 HouseCHSPump 000 011 100 110 Central Heating Pump 1 10 Temperature Sensor

27 Logic Circuit #3: Greenhouse Heater Derive a logic circuit that will turn on a heater in a greenhouse only when it gets cold at night. Truth Table: Greenhouse Cold = 0 ; Hot = 1 Dark = 0; Light = 1 Heater GreenD/N Heater 001 010 100 110 Light Sensor 0 10 1 Temperature Sensor

28 Summary of Combinational Logic Circuits Combinational Logic Circuits are simply combinations of AND, OR and NOT gates. Constructing Logic Circuits 1)Make a Truth Table. 2)Get the logic circuit from the Truth Table. Tip: If the circuit has only one “high” output then the circuit will probably use an AND Gate. Tip: If the circuit has more than one “high” output then the circuit will probably use an OR Gate. Tip: Note how useful NOT gates are!


Download ppt "Electronics Digital Processes Transistor as a Switch 1)(G) State that a transistor can be used as a switch. 2)(G) State that a transistor may be conducting."

Similar presentations


Ads by Google