RFA Problem Solution Overview Solution Components [Subsystem #1]

Slides:



Advertisements
Similar presentations
Home Area Networking for the Smart Grid Erik Cates David Green Daniel Han Justin Michela ECE 4007 Koblasz/Maxwell Fall 2010 In Conjunction With: Unmesh.
Advertisements

S.W.A.T (Security Watching All the Time) Jeff Shin Tyler Stubbs Paul Kasemir Pavel Mayyak.
SOFTWARE ENGINEERING for REAL-TIME SYSTEMS (© J.E.Cooling 2003) Software design - core concepts - slide 1 Software engineering for real-time systems Section.
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.
AT-LINE A Practical Application of Smart Modular Sampling Components IFPAC 2001 ABB.
Building a Typical Electronic Project in Senior Design Peter Wihl (former Guest Lecturer)
LSU 10/09/2007Drawing a System Diagram1 How to draw a system diagram Project Management Unit #2a.
The Project AH Computing. Functional Requirements  What the product must do!  Examples attractive welcome screen all options available as clickable.
Investigating the Design Context.
D&T: Electronics and Control Systems Unit A513: Making Quality Products Name: Candidate number: Centre Number:
Information Systems in Organisations System Development: The Environment.
Reverse Engineering Unit 3, Lesson 3 Explanation.
Introduction to the Requirements Document
EE 211 Lecture 4 T. H. Ortmeyer Spring This week’s labs Grounding Lab Labview Tutorial.
Multi-machine systems Starrett Mini-Lecture #4. In multi-machine systems l No Equal Area Criterion l Visualize multiple springs & masses that are interconnected.
Modular Electronics Use the systems approach.
Graphic Equalizer Table Top View
Construction Planning and Prerequisite
ECE445: The Design Review Sept 2, Documentation Roadmap Request for Approval Proposal Design Review Final Paper &Presentation Sept 10Sept 16Sept.
Beath High School - Int 1 Physics1 Intermediate 1 Physics Electronics Glossary AND gate to device digital signals to inverter LDR to logic circuit logic.
Programmable Logic Controller (PLC)
ECE477 Midterm Design Review: Team #
Final Year Project(EPT4046) Development of an internet controlled Surveillance Mobile Robot By Mimi Madihah Bt Mohd Idris Id: BACHELOR OF ENGINEERING.
18240 Element two - Components INPUTS OUTPUTS PURPOSE TYPICAL USE.
ECE 477 Final Presentation Team 01  Fall Outline Project overviewProject overview Block diagramBlock diagram Design challengesDesign challenges.
Final Presentation Smart-Home Smart-Switch using Arduino
BLDC Motor Speed Control with RPM Display. Introduction BLDC Motor Speed Control with RPM Display  The main objective of this.
Simple Water Level Controller Circuit with Microcontroller and Alarm.
Bike Rack Availability Tracking System Group 26: Sam Luo, Jason Pao, Jason Wang.
QuickBev Group 29: Phillip Nielsen & Michael Perreux TA: Braedon Salz ECE445 Spring 2016 May 4, 2016.
Smart Home Temperature System with Spinning LED Display Group 49: Jianxi Lu, Jia Shi, Xingchang Cheng May 4th, 2016 ECE445.
Chapter 7 Input Modules. Objectives (1 of 2) Explain the differences between positive and negative logic and sinking and sourcing. Describe the available.
XBee Based Motor Control for Farmers
Prototyping Home Automation Concepts
Mini Project Onkar Deshmukh Sarang Gadhave Sheshanarayan Dhakane
AUTOMATIC TEMPERATURE CONTROLLED FAN USING 8051
ECE 477 Design Review Team 13  Spring 2007
ECE 445 Smart Window Responding System
ULTRASONIC DISTANCE METER USING 8051
Investigating the Design Context.
Lecture 5: Computer systems architecture
SCADA for Remote Industrial Plant
VIDEO ACTIVATED RELAY TO CONTROL
How SCADA Systems Work?.
Wireless Controlled PowerStrip
ECE-L304 Lecture 3.
AUTOMATIC SPEED CONTROL BASED ON ZONES
Remote Controlled Smart Socket
ECE 477 Design Review Team 13  Spring 2007
PLC Hardware Components.
ECE 477 Final Presentation Team 8 Spring 2013
Automatic Cloth Folding Machine
Manisha Goel, Lecturer, EE Deptt Govt. Polytechnic Manesar
The Electric Circuit.
IOT based Home Automation Over the Cloud
CHAPTER 4 PROPOSAL.
CHAPTER 4 PROPOSAL.
ECE 477 Design Review Group 10  Spring 2005 I, Robotic Waitress
ECE 477 Final Presentation Team 3 – Fall 2008
How to draw a system diagram
ECE 477 Design Review Team ??  Fall 2012
Which of the following devices or circuits changes an alternating current into a varying direct current signal? A. Transformer B. Rectifier C. Amplifier.
ACOE347 – Data Acquisition and Automation Systems
Design Process AKA Modular Design ECE 445.
ECE 445: Block Diagram Development
NAND/NOR Logic Gate Replacement Training tool
Interface and Complexity
<Your Team # > Your Team Name Here
Interactive Mirror Display
Formula Electric Vehicle Project ECE 492 – Spring 2019
Presentation transcript:

RFA Problem Solution Overview Solution Components [Subsystem #1] ... Criterion for Success Dont use the word 'smart' 1

ECE 445: Block Diagram + 'Physical Design' Evan Widloski ECE Main Slide 2

What is a Block Diagram? A visual representation of the main components of your project The goal is to outline the construction of your system and show the dependencies between subsystems Break your system into the main subsystems/modules Break each subsystem into blocks Show the connections between components, not subsystems 3

Bad Block Diagram - lines dont extend into subsystem - PCB subsystem? - differentiate power, data connections - MySQL Database - annotate type of data, voltage on power - don't use part numbers

Good Block Diagram

Physical Design Pictoral representation of how device is used Not a CAD model, scale less important 6

Activity! Get into groups according to your number Go to an easel and grab a marker

Problem Statement In order to maintain a safe environment when working with power tools in a machine shop, only 1 person is allowed to be within a certain area in front of a power tool. Table with power tool Safety Zone How would you know how many people are in the zone? What could you use to count them? How do you control the machine? Any interaction with the worker? 8

Proposed Solution Ultrasonic or Passive IR sensors to count the number of people in the zone Relays to control the power to the machine Current sensor to sense whether the machine is currently on or off. Lights to indicate the status of the system Break this solution up into logical subsystems for a block diagram … solution chosen is this Think about the list of components (not comprehensive) Functionality, purpose, or proximity e.g. Power subsystem, WiFi, user interface 9

System Breakdown Power Module Control Module Sensor Module Could have had different names Take only a couple minutes Remember, think a combo of funct/proximity Now add individual components/blocks to their logical modules 10

Geometrical Array of PIR Sensors Subsystem Breakdown Power Module Control Module Sensor Module Current Sensor Relay AC Power AC-DC Converter Microcontroller Status Lights Geometrical Array of PIR Sensors Ultrasonic Sensors Tool The most basic breakdown of important components No resistors or capacitors, no part numbers Current sensor in power module Last two steps are usually done at the same time Don’t forget a legend! Finally, include the interconnections to show how the system works together 11

Final Diagram Very modular design Clear interconnections Prob statement + block diag = clarity Lecture in 1002 next 2 weeks 12