S160    09 0413

Lab ID13-20 From English Statements to a NOR-Gate Circuit
Multisim and Real Components, 50 points
OEES 160

Back to Main Page
Part of a control system has three switches (A, B, and C) and one motor. The motor should come on (+5 V. output from the logic circuit) when the switches are as follows:

     Switches B and C are closed
                      or
     Switches A and B are closed
                       or
     Switches A, B, and C are closed

  1. Make a truth table.
  2. Make a Karnaugh map or a Vietch diagram, and use it to create a simplified equation.
  3. Draw a schematic to match the equation, using AND gates, OR gates, and inverters.
    • As with almost all digital circuits using switches, you'll need to have a pull-up resistor for each switch, and each switch will switch between open and ground.
    • In other words, when a switch is closed, a digital 0 will be produced, and when the switch is open a digital 1 will be produced.
    • You'll probably need to use an inverter for each switch.
  4. Re-draw the schematic using only 2-input NOR gates.
    • For inverters, use NOR gates with both inputs tied together.
    • Wherever you used an AND gate in the previous schematic, use the DeMorgan's equivalent of a NOR gate.
    • Wherever you used an OR gate in the previous schematic, use the regular symbol for the NOR gate.
    • Be aware of the inverting circles. In some cases they will eliminate the need for inverters you used in the previous schematic. In other cases they will require inverters to cancel them out.
  5. Simulate the NOR-gate circuit, using a lamp or probe to represent the motor.
  6. On the schematic you drew in step 4, write chip numbers (U1, U2, etc.) and pin numbers.
  7. Build the NOR-gate circuit using real components, with an LED indicator being used to represent the motor.
 
Back to Main Page
1