LSU 10/09/2007Drawing a System Diagram1 How to draw a system diagram Project Management Unit #2a.

Slides:



Advertisements
Similar presentations
IV Characteristics Electricity Lesson 4.
Advertisements

Newtons Laws: Identifying Forces on objects One of the key concepts in Mechanics is identifying what forces are acting and drawing a Force diagram, also.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 12Slide 1 Software Design l Objectives To explain how a software design may be represented.
» 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.
Lab 1 Part 2: Concept Maps IAT 106 Spatial Thinking and Communicating Fall 2013.
Protocol & Test Review Spaceport America Student Launch University/Institution Team Members Date.
Proposal Analysis Review NMSGC Student Launch University/Institution Team Members Date.
Data Test Review Spaceport America Student Launch University/Institution Team Members Date.
Flight Readiness Review New Mexico Space Grant Consortium University/Institution Team Members Date.
Blogics! It’s a logic circuit simulator aimed at beginners. It introduces simple concepts in the design of interactive physical computing systems such.
Series and Parallel Circuits. Objectives: ● To learn what an electrical circuit is ● To find out the differences between series circuits and parallel.
Team Name Conceptual Design Review University/Institution Team Members Date.
Chapter 7 Using Data Flow Diagrams
Review Questions What is data modeling? What is the actual data model that is created called? Data modeling is a technique for organizing and documenting.
Physical design. Stage 6 - Physical Design Retrieve the target physical environment Create physical data design Create function component implementation.
Chapter 7 Using Data Flow Diagrams
Systems Analysis I Data Flow Diagrams
DATA FLOW DIAGRAMS IT 155.
 A data flow diagram ( DFD ) is a graphical representation of the "flow" of data through an information system.  A data flow diagram can also be used.
LSU 10/09/2007System Design1 Project Management Unit #2.
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.
PRJ566: PROJECT PLANNING AND MANAGEMENT Class Diagrams.
Trisha Cummings.  Most people involved in application development follow some kind of methodology.  A methodology is a prescribed set of processes through.
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 7.1.
Smith’s Aerospace © P. Bailey & K. Vander Linden, 2005 Architecture: Component and Deployment Diagrams Patrick Bailey Keith Vander Linden Calvin College.
Object-Oriented Software Engineering Practical Software Development using UML and Java Chapter 8: Modelling Interactions and Behaviour.
LSU 05/13/2004Mechanical Design Guidelines1 Ballooning Unit, Lecture 4.
Data Flow Diagrams.
Data Flow Diagram A method used to analyze a system in a structured way Used during: Analysis stage: to describe the current system Design stage: to describe.
Common PDR Problems ACES Presentation T. Gregory Guzik March 6, 2003.
Chapter 5 Entity–Relationship Modeling
BTS430 Systems Analysis and Design using UML Domain Model Part 1—Finding Conceptual Classes.
Circuits Topic- Seating Plan. Electric Circuits Level 4Level 5Level 6 Use circuit components to construct a series circuit Describe how a torch circuit.
Schematics All circuits need –Schematic –Parts list –Layout diagram –Circuit description.
CS3773 Software Engineering Lecture 04 UML Class Diagram.
UML Class Diagram Trisha Cummings. What we will be covering What is a Class Diagram? Essential Elements of a UML Class Diagram UML Packages Logical Distribution.
AMSTI Circuits Lesson 14. Overview Semiconductor diode = allows electricity to flow in one direction Examples: battery chargers, radios, computers, and.
Question 21 “A system is a set of parts coordinated to accomplish a set of goals” West Churchman. Give three main characteristics of a system. What are.
IB Physics 12 Mr. Jean November 5 th, The plan: Video clip of the day More on circuits Looking through components.
How can you multiply a two digit by digit number using an area model?
Digital Logic Circuits (Part 1) Computer Architecture (Fall 2006)
Information Systems in Organizations 2.1 Analyzing organizations as systems and processes.
IB Physics 12 Mr. Jean November 4 th, The plan: Video clip of the day Circuit diagrams Circuit symbols How to draw circuits.
1.The following diagram illustrates the relationship among various hardware components. The arrows indicate the directions of data flow. Activity 1 Relationship.
S3 INNOVATION ELECTRONICS. LESSON TITLE: ELECTRONICS Learning Intention: To understand when to use different types of logic gates Activity: Building own.
EntityRelationshipDiagrams. Entity Relationship Models The E-R (entity-relationship) data model views the real world as a set of basic objects (entities)
Sadegh Aliakbary Sharif University of Technology Fall 2010.
Electrical Current & Circuits By Mr.yasser science.
Information Systems in Organizations 2.1 Analyzing organizations as systems and processes & Modeling Processes with Swimlane Diagrams.
Deployment Diagram.
Combinational circuits
Deployment Diagram.
Business System Development
Layered Interface Modeling Approach
Sankey diagrams These provide a visual representation of energy transfers in a closed system. They are always drawn to scale.
Sankey diagrams These provide a visual representation of energy transfers in a closed system. They are always drawn to scale.
Unified Modeling Language
16.5 Electrical Circuits.
Deployment Diagram.
CH#3 Software Designing (Object Oriented Design)
What is a Relationship Map?
Series and parallel circuits
Structure Charts Agenda: What are Structure Charts
Energy: It’s all around us…
How to draw a system diagram
Warm up In your own words describe what you think electricity is.
Entity-Relationship Diagram (ERD)
<Your Team # > Your Team Name Here
Project Management Unit #2
Presentation transcript:

LSU 10/09/2007Drawing a System Diagram1 How to draw a system diagram Project Management Unit #2a

LSU 10/09/2007Drawing a System Diagram2 Basic Steps Identify all major components –These are your subsystems –Derived from your project goal, objectives and requirements Identify all interfaces between components –These are either relationships or real connections between components Produce your drawing –Components are labeled boxes –Interfaces are arrowed lines keyed to the interface function –Keep your layout as straight forward as possible

LSU 10/09/2007Drawing a System Diagram3 Identify Major Components Components are based upon the project goal, objectives and requirements: –To measure something you need a Sensor Subsystem –To store your data you need a Data Archive Subsystem –For your payload to operate by itself during flight you need a Control Subsystem –To enable your payload to operate you need a Power Subsystem –To keep your payload from falling apart you need a Mechanical Support Subsystem –To keep your experiment at the correct temperature you need a Thermal Control Subsystem –To analyze your data offline you need a Ground Support Subsystem More or different kinds of subsystems might be required You also need to understand where these subsystems are located

LSU 10/09/2007Drawing a System Diagram4 Example Component Drawing Each sub- system has its own box Components are arranged in a logical order Components are grouped according to their relational location

LSU 10/09/2007Drawing a System Diagram5 Determine the interfaces Interfaces are the “connections” between the components –Could be a physical connection (e.g. wire, bolt) –Could be a relationship / property (e.g. temperature, light) Each unique interface should be represented by a different kind of line Each interface should be labeled according to its specific characteristics Arrows on the ends of the line indicate flow

LSU 10/09/2007Drawing a System Diagram6 Interface representations Interfaces types –Power –Data –Control –Mechanical –Thermal Interface flow –To component –From component –Bi-directional

LSU 10/09/2007Drawing a System Diagram7 Add the interfaces

LSU 10/09/2007Drawing a System Diagram8 Indicate the interface flow

LSU 10/09/2007Drawing a System Diagram9 Complete the labeling