1 / 39

KS4 Physics

KS4 Physics. Electronic Control. Contents. Electronic Control. Controlling current. Electronic control systems. Logic gates. Bistable latch circuits. Summary activities. Switches.

Download Presentation

KS4 Physics

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. KS4 Physics Electronic Control

  2. Contents Electronic Control Controlling current Electronic control systems Logic gates Bistable latch circuits Summary activities

  3. Switches A switch is a simple device which makes it possible to control the current flowing in a circuit. When the switch is open, it creates a gap in the circuit which stops current flowing. When the switch is closed, it closes the gap and allows current to flow. The switch in this circuit controls the lamp.

  4. Relays A relay is an electromagnetic switch which allows one circuit to control another circuit by turning it on and off. A relay is used when it is necessary to operate a high power circuit with a small switch and thin wire. The starter motor in a car uses a current of several hundred amps. A switch to control that much current would have to be very large, so a relay is used instead. In this way, a small switch can be used to start the car.

  5. Relays Circuit symbol for a relay A relay uses an electromagnet to operate a switch. As electricity flows in the input circuit, the coil becomes an electromagnet. steel switch coil The coil attracts the steel switch in the output circuit and completes the second circuit. M Electricity flows in the output circuit and so the motor works. input output

  6. Parts of a relay spring soft iron armature coil of wire switch contacts output connections input connections

  7. Combining switches - + More than one switch can be added to a circuit to give more control over the output. If there are alternative routes that the current can take, a combination of switches is used to control these. Switches at the top and bottom of a flight of stairs, which control the same light, are an example of this type of circuit. If the light is on, operating either of the switches will turn it off. If the light is off, operating either of the switches will turn it on.

  8. Combining switches door A switch door B switch Car doors are fitted with switches that operate the interior light. In this circuit, opening either door or both doors will turn on the light. The light will only go out when both doors are shut. The table shows the state of the light for all the combinations of the doors being open or closed. A closed door (open switch) is denoted by a 0 and an open door (closed switch) by a 1. off on on on

  9. Contents Electronic control Controlling current Electronic control systems Logic gates Bistable latch circuits Summary activities

  10. Parts of an electronic control system A control system has three parts: processor This processes information from the input sensor and operates the output device. input sensor This detects changes that the system responds to. output device This device is controlled by the processor. How many different input sensors and the output devices can you think of?

  11. Input sensors – switches A mercury switch consists of some mercury and electrical contacts in a sealed glass tube. When the switch is tilted in a certain direction, the liquid mercury touches the contacts, and completes the circuit. Switches that are activated by pressure, tilt, magnetic fields or moisture may be used as input sensors. A reed switch consists of two springy metal strips in a sealed glass tube. A magnetic field near the switch makes the strips come together.

  12. Input sensors – resistors The resistance of a light dependent resistor (LDR) depends on the intensity of the light shining on it. This makes an LDR useful in circuits which are controlled by light intensity. The resistance of a thermistor depends on its temperature. This makes it useful in circuits which monitor and control temperatures.

  13. Potential dividers Vin R1 Vout R2 0V 0V In a potential divider, the input sensor is connected in series with a resistor. This type of device turns a change in resistance in the input device into a change in voltage. This change in voltage may then be used to input information into the processor.

  14. Potential dividers Vin Vout 0V 0V A processor treats all voltages below its threshold voltage as LOW signals and above its threshold voltage as HIGH signals. By using a variable resistor, the level at which the input sensor causes Vout to reach the threshold voltage can be adjusted. This is useful in a thermostat where the temperature that triggers a heater can be adjusted.

  15. Output devices – light Circuit symbol for an LED A filament lamp is a common output device which produces light. Filament lamps are capable of producing large amounts of light but are not very efficient. A light-emitting diode (LED) is a type of diode which gives out light when current is passed through it. LEDs require less current and do not produce as much heat as filament lamps. They are often used as indicators and in displays.

  16. Output devices – movement Circuit symbol for amotor M A motor is a device that is used to produce movement. Motors, especially those that do a lot of work, require high currents and voltages to work. If a motor is being controlled by a processor, the processor can be damaged by the high current used to power the motor. A relay is used to prevent high current damaging the processor.

  17. Output devices – sound and heat Circuit symbol for a buzzer Circuit symbol for a heater Electric buzzers or loudspeakers are output devices that can be used to produce sound. Electric heaters are output devices that can be used to produce heat.

  18. Components of control systems

  19. Contents Electronic control Controlling current Electronic control systems Logic gates Bistable latch circuits Summary activities

  20. What are logic gates? Logic gates are electronic switches that process information. They are called gates because they open and produce an output signal based on the correct combination of input signals. Logic gates are used in a wide range of devices including computers. A large number of logic gates can be incorporated in one electronic chip. This chip contains 4 NOT gates.

  21. What is an AND gate? A Circuit symbol for an AND gate B An AND gate has two inputs, A and B, and one output. The output is only high when A AND B are high. Truth table for an AND gate An AND logic circuit

  22. What is an OR gate? A Circuit symbol for an OR gate B An OR gate has two inputs, A and B, and one output. The output is high when either A OR B is high. Truth table for an OR gate An OR logic circuit

  23. What is a NOT gate? A NOT gate has only one input and one output. The output is always the oppositeof its input, so a NOT gate is called an inverter. NOT gates are often used in combination with other logic gates. Truth table for a NOT gate Circuit symbol for a NOT gate

  24. What is a NAND gate? A Circuit symbol for a NAND gate B A NAND gate is a NOT gate and a AND gate combined. A NAND gate has two inputs and one output. The outputs are the opposite to those that would be obtained with an AND gate. Truth table for a NAND gate

  25. What is a NOR gate? A Circuit symbol for a NOR gate B A NOR gate is a NOT gate and a OR gate combined. A NOR gate has two inputs and one output. The outputs are the opposite to those that would be obtained with an AND gate. Truth table for a NOR gate

  26. The alternative guide to logic gates! What are the names of the different logic gates in this scene?

  27. Combining logic gates A D E B C 0 0 0 0 0 1 1 0 0 0 1 1 0 0 1 0 1 1 To work out the truth table the output of the AND gate (D) must be calculated. 1 1 0 1 1 1 Lastly inputs C and D into the OR gate are used to workout the value of E. Next inputs A and B into the AND gate are used to workout the values of D. Firstly, all the combinations of A, B and C are entered on the truth table. Logic gates are normally used in combination. Consider a system in which a heater is turned when it is cold (A) and light (B). The system must also have a master switch (C) which allows the system to be switched on. 0 0 1 0 0 0 0 1 0 0 0 1 1 1 1 1

  28. Combining logic gates problem temperature rain switch temperature switch rain Consider a system in which an alarm sounds if it is cold or raining. The temperature sensor gives a low signal if it is cold and the rain sensor gives a high signal if it is raining. There should also be a switch which turns on the alarm. How could logic gates be connected to control this alarm? There are two possible circuits…

  29. Contents Electronic control Controlling current Electronic control systems Logic gates Bistable latch circuits Summary activities

  30. What is a bistable latch circuit? A bistable latch is a simple memory circuit. It consists of two NOR gates that are connected together. The circuit has two inputs S (set) and R (re-set). There are two stable states which are set by a high input on S or R. If the high input stops, the bistable stays (is latched) in that state. S = 1 0 1 0 output = 1 R = 0 S = 0 1 0 1 output = 0 R = 1

  31. A bistable latch circuit – two NOR gates S = 1 S = 0 A 1 0 0 1 1 0 B output = 1 output = 0 R = 0 Imagine the bistable is in the state shown above. Both the S and R inputs are low and so the output signal is low. A high signal on R would have no effect on the circuit. However, a high signal on S would cause a change to the output of NOR gate A. This, in turn, would cause a change to the input to NOR gate B and change its output.

  32. A bistable latch circuit – two NOR gates S = 1 S = 0 A 0 1 1 0 0 1 B output = 1 output = 0 R = 1 R = 0 If input S now changes to a low signal, this will have no effect on NOR gate A and the bistable will not change state and the output will remain high. The bistable can only change state if the reset input (R) is high. This causes NOR gate B to have a low output, which causes NOR gate A to have a high output. The bistable has changed state and now has a low output.

  33. A bistable latch circuit – two NOR gates S = 0 A 1 0 1 B output = 0 R = 1 If the reset input (R) now reverted to low, this would have no effect on the state of the bistable circuit. In effect the bistable circuit ‘remembers’ which of the inputs S or R was last in the high state. This makes it useful in electronic memory. 64 Mb of RAM has over 536 million bistable circuits!

  34. A bistable latch circuit – two NAND gates R = 1 A 1 0 0 1 1 0 B output = 1 output = 0 S = 0 S = 1 A bistable circuit can also be made using NAND gates instead of NOR gates. A bistable circuit using NAND gates changes state when one of the inputs switches from high to low. If S switches from high to low this will cause the output from NAND gate B to switch to high.

  35. A bistable latch circuit – two NAND gates R = 1 R = 0 A 0 1 0 1 1 0 B output = 0 output = 1 S = 1 S = 0 Switching S back to high would have no effect on the circuit. Switching R to low would change the output from NAND gate A which would switch NAND gate B and change the state of the bistable circuit. Switching R back to high would not effect the circuit and the bistable is reset.

  36. Contents Electronic control Controlling current Electronic control systems Logic gates Bistable latch circuits Summary activities

  37. Glossary • bistable latch circuit –A simple memory circuit which consists of two NOR gates. • input sensor –The part of a control system which detects changes that the system responds to. • logic gates –Electronic switches that produce an output signal based on the correct combination of input signals. • output device – The part of a control system which is controlled by the processor. • potential divider – A device which converts a change in resistance in the input device into a change in voltage. • processor – The part of a control system which processes information from the input sensors. • relay – A switch operated by an electromagnet, which allows one circuit to control another circuit.

  38. Anagrams

  39. Multiple choice-quiz

More Related