Copier Jam Detector Design Problem

Slides:



Advertisements
Similar presentations
Programming Logic Controllers
Advertisements

Basic Electronic Systems
In this presentation you will:
» When you have completed this module you will know, what components do, what they physically look like and how they are represented in a circuit diagram.
Design a Logic Probe Experiment 20. Design Specifications Design a logic probe as shown in the block diagram of Figure 1 of Experiment 20 with a signal.
Contact Points and Light Bulbs
ELECTRICAL. Circuits Outline Power Hub Microcontroller Sensor Inputs Motor Driver.
Elec467 Power Machines & Transformers
Indian Institute of Technology Hyderabad Laser Door Alarm By By- Sagar Adhikari Ved Prakash.
Connecting VEX and ROBOTC
Arduino. Arduino is a tool for making computers that can sense and control more of the physical world than your desktop computer. It's an open-source.
DC Motors, Stepper Motors, H-bridges DC Motors Stepper Motors Motor Control Circuits – Relays – H-bridges.
Module 2: Hardware and Terminology
The Potential Divider Electricity Lesson 10. Learning Objectives To know what a potential divider is. To derive and know how to use the potential divider.
FIELD EFFECT TRANSISTORS (FETs) Past Paper Questions and Answers.
Systems Approach Burglar Alarm Project PROBLEM SITUATION DESIGN
Programming Concepts Part B Ping Hsu. Functions A function is a way to organize the program so that: – frequently used sets of instructions or – a set.
Programming Concepts (Part B) ENGR 10 Introduction to Engineering 1 Hsu/Youssefi.
School of Computer Science G51CSA 1 Computer Systems Architecture Fundamentals Of Digital Logic.
Beath High School - Int 1 Physics1 Intermediate 1 Physics Electronics Input, Process and Output Digital Logic Gates.
PROGRAMMABLE LOGIC CONTROLLER (PLC) AND AUTOMATION
Basic Sequential Components CT101 – Computing Systems Organization.
Digital Electronics Board-of-Education : Input. Board of Education - Input This presentation will explain, both from a hardware and software perspective,
The 3 parts of an electronic system are :
Modular Electronics Use the systems approach.
Beath High School - Int 1 Physics1 Intermediate 1 Physics Electronics Glossary AND gate to device digital signals to inverter LDR to logic circuit logic.
Automatic accident avoiding system PROJECT MEMBERS MUTHUKUMAR.K (05ME33) SAKTHIDHASAN.S (05ME39) SAKTHIVEL.N (05ME40) VINOTH.S (05ME56) PROJECT GUIDE:
Prepared by: Engr. Qurban Ali Memon 11ES (SEC- 1 & 2)
Twenty Questions Electronics. Twenty Questions
Design a Logic Probe Experiment 20.
Electronic. Analog Vs. Digital Analog –Continuous –Can take on any values in a given range –Very susceptible to noise Digital –Discrete –Can only take.
Copier Jam Detector Design Problem
S3 INNOVATION ELECTRONICS. LESSON TITLE: ELECTRONICS Learning Intention: To understand when to use different types of logic gates Activity: Building own.
18240 Element two - Components INPUTS OUTPUTS PURPOSE TYPICAL USE.
 Today we will cover:  Voltage regulators  Sensors  motordrivers iBOT1.
Electricity Notes 6 - Circuits Electric Circuit – _______________________________________ All electrical circuits have 4 parts: 1.____________________________________________________.
Potential Dividers and their application as sensors Electricity Lesson 9.
©2008 The McGraw-Hill Companies, Inc. All rights reserved. Digital Electronics Principles & Applications Seventh Edition Chapter 1 Digital Electronics.
1 Transistor. 2 Transistors are used to turn components on and off They come in all different shapes and sizes.
It is an electronic switch that enables us to control a circuit by simply touching, and the switch automatically turns off a short time later.As.
Programming Concepts (Part B) ENGR 10 Introduction to Engineering
Sequential Logic Design
Electronic Eye Controlled Security System
Introduction to Handshaking Communication with SSC-32U
ARDUINO LINE FOLLOWER ROBOT
Fault detection Lecture (3).
FASTEST FINGER PRESS QUIZ BUZZER
QUIZ COMPETITION SENSOR FOR FASTEST FINGER PRESS
Introduction to Handshaking Communication with SSC-32
AQA GCSE 6 Systems approach to designing Design and Technology 8552
Programming Concepts (Part B) ENGR 10 Introduction to Engineering
How to avoid catching things on fire.
PLC Hardware Components.
Raspberry Pi: External Inputs & Outputs
ET 438B Sequential Control and Data Acquisition
Digital Electronics Lab 2 Instructor:
Parallel and Series Circuits
Comparator Circuits AIM:
Copier Jam Detector Design Problem
Introduction to Wiring Logic Gates
Current Electricity and Electric Circuits
8.2 - Electric Current.
UNIT 9 Relays.
Programming Concepts (Part B) ENGR 10 Introduction to Engineering
Electronic systems 7.
Presentation transcript:

Copier Jam Detector Design Problem Digital Electronics 2.5 Programmable Logic - Combinational Introduction to Sensors and Motors: Copier Jam Detector DMS-VEX or DLB-VEX Digital Electronics © 2014 Project Lead The Way, Inc. Project Lead The Way, Inc. Copyright 2009

Design Specifications Copier Jam Detector Design Problem Digital Electronics 2.5 Programmable Logic - Combinational As the paper passes through a copy machine, three sensors monitor its path. The sensors are switches that are internally wired as Normally Open. Motor Sensor C Sensor B Sensor A Paper Path Test fixture constructed with VEX® components. Project Lead The Way, Inc. Copyright 2009

Design Specifications Copier Jam Detector Design Problem Digital Electronics 2.5 Programmable Logic - Combinational When paper makes contact with the switch, the switch outputs a logic one (1). When paper is not present, the switch outputs a logic zero (0). If a jam occurs, the feed motor will stop. Switch Paper Paper = Logic 1 No Paper = Logic 0 Project Lead The Way, Inc. Copyright 2009

Design Specifications Copier Jam Detector Design Problem Design Specifications Digital Electronics 2.5 Programmable Logic - Combinational Under normal operations, paper will pass through the sensors such that adjacent sensors will not simultaneously detect paper. If they detect paper, this indicates that a paper jam has occurred. Shown are a few examples of both Jam and No Jam conditions. No Jam Jam Jam No Jam Project Lead The Way, Inc. Copyright 2009

Design Specifications Copier Jam Detector Design Problem Digital Electronics 2.5 Programmable Logic - Combinational When a paper jam occurs, an LED indicator light will turn on (and/or a buzzer will sound). The LED indicator will go off as soon as the jam is cleared. Motor Signal JAM Signal CLEAR Signal Use of a buzzer is optional. The buzzer should continue to sound until a Clear button is pressed. This last condition requires that the output controlling the buzzer be latched with a flip-flop. Project Lead The Way, Inc. Copyright 2009

Design Challenges: CMOS vs TTL Copier Jam Detector Design Problem Design Challenges: CMOS vs TTL Digital Electronics 2.5 Programmable Logic - Combinational The Cmod-S6 PLD, the Digital Logic Board (FPGA), and VEX limit switches are all designed for CMOS not TTL. This means that the inputs to both these FPGA’s should be kept ideally near 3.3V rather than 5V to protect the hardware and for them to work with VEX limit switches. Note: some pins on the DLB are not 5V tolerant and require that the voltage be lowered to 3.3V or it will damage the board. Older DLB’s may have a 3.3V option. The new Digital Protoboard also has a 3.3 V option when using Vext. -Pictured above Regardless what development board you are using we will assume that the power rail are providing 5V so that we may learn about voltage dividers. Project Lead The Way, Inc. Copyright 2009

Design Strategy: Voltage Dividers Copier Jam Detector Design Problem Digital Electronics 2.5 Programmable Logic - Combinational One way to reduce the 5V provided to the 3.3V desired is to use a voltage divider. A voltage divider is a linear circuit that produces an output voltage which is a fraction of the input voltage. (See schematic below.) R1 R2 Project Lead The Way, Inc. Copyright 2009

Design Strategy: Pull Down Resistors Copier Jam Detector Design Problem Design Strategy: Pull Down Resistors Digital Electronics 2.5 Programmable Logic - Combinational Another way to help distinguish between a high or low signal at the inputs is to use pull down resistors. Pull down resistors hold the logic signal near zero when no other active device is connected. As one, then two, then three limit switches are activated, the output voltage will vary slightly. If the change is large enough, the circuit will not perform as expected. The 100K pull down resistors help maintain the voltage levels within a range that allows the circuit to perform as expected. (note: The resistor values were chosen to provide a “stiff” voltage divider. Other values could be used. Project Lead The Way, Inc. Copyright 2009

Design Strategy: Switches Copier Jam Detector Design Problem Design Strategy: Switches Digital Electronics 2.5 Programmable Logic - Combinational The red wire on the switch is not connect inside. The switch is wired as a SPDT using only the black and white wires. As one, then two, then three limit switches are activated, the output voltage will vary slightly. If the change is large enough, the circuit will not perform as expected. The 100K pull down resistors help maintain the voltage levels within a range that allows the circuit to perform as expected. (note: The resistor values were chosen to provide a “stiff” voltage divider. Other values could be used. Project Lead The Way, Inc. Copyright 2009

Design Challenges: Motors Copier Jam Detector Design Problem Design Challenges: Motors Digital Electronics 2.5 Programmable Logic - Combinational Motors and other devices often require more than the 5V used in TTL logic to power them. In this case, the VEX 2-Wire Motor 393 requires 6V to operate. It is often wise to ensure that the power being supplied to the PLD (or other controller) is NOT the same power supply being used to drive the motor. This protects your circuit design from inadvertently being powered by more than 5V (damaging the circuit). Also, as a motor acts as a load in the circuit, it can vary the voltage level and disrupt your logic design if the two were to be powered by the same source. Project Lead The Way, Inc. Copyright 2009

Design Strategy: H-Bridge Drivers Copier Jam Detector Design Problem Digital Electronics 2.5 Programmable Logic - Combinational Aside from keeping the motor voltage source separate from the logic voltage source, in future designs we will want motors to move in both directions. An H bridge is an electronic circuit that enables a voltage to be applied across a load in either direction. Project Lead The Way, Inc. Copyright 2009

Copier Jam Detector Design Problem Wiring the SN754410 Copier Jam Detector Design Problem Digital Electronics 2.5 Programmable Logic - Combinational Project Lead The Way, Inc. Copyright 2009

Complete Block Diagram Copier Jam Detector Design Problem Digital Electronics 2.5 Programmable Logic - Combinational Note: The Cmod-S6 and H-Bridge should Project Lead The Way, Inc. Copyright 2009

Challenge: Copier Jam Detector Copier Jam Detector Design Problem Digital Electronics 2.5 Programmable Logic - Combinational Design Specifications: The copier jams only when 2 adjacent inputs are triggered. The MOTOR output should remain on until the copier jams. The LED should remain on and the MOTOR off until the CLEAR pushbutton is pressed. This will require the pushbutton be latched with a flip-flop. The design should include pull down resistors. The design should include a voltage divider to change the signal voltage from 5V to 3.3V. The design should include a SN754410 Quadruple Half-H Driver or L298 Full Bridge Driver and a 6V external voltage source to drive the motor. Project Lead The Way, Inc. Copyright 2009

Challenge: Copier Jam Detector Copier Jam Detector Design Problem Digital Electronics 2.5 Programmable Logic - Combinational Challenge: DMS-VEX myDAQ supplying 5V to the Digital Protoboard SN754410 Quadruple Half-H Driver (4) AA batteries supplying 6V to the Motor Project Lead The Way, Inc. Copyright 2009