Transactions on Information and Communications Technologies vol 9, 1994 WIT Press, ISSN

Size: px
Start display at page:

Download "Transactions on Information and Communications Technologies vol 9, 1994 WIT Press, ISSN"

Transcription

1 A prototyping approach for the Brazilian satellite launcher software development C.A.T. Moura," A.M. Cunha" & K.H. Kienitz^ ^Computer Science Division ^Electronics Engineering Division, ITA, CTA, 600 Jose doa Campos, 6*?, ABSTRACT This paper presents the prototyping approach selected to explore and develop the VLS embedded software project in its initial phase, along with some considerations about the use of this technique for the development of real-time, critical software applications in general. Besides the technical usefulness of the prototype, allowing the study of design alternatives, prototyping is shown as an effective way to improve quality in critical software projects. INTRODUCTION Since the 1960's, aerospace activities have been conducted by Brazilian government agencies. More recently, continuing these experiments, a

2 106 Software Quality Management more comprehensive program, the "Missao Espacial Completa Brasileira - MECB," was established. Its objective is to acquire capability for the development, launching and operating of low orbit satellites. In order to attain this objective, the program was divided into three segments, comprising the development of four satellites, the construction of a new launching center at Alcantara, northeast of Brazil, and the development of a launching vehicle, the "Veiculo Langador de Satelites - VLS." The VLS Project is being conducted at the "Centro Tecnico Aeroespacial - CTA", Sao Jose dos Campos. The vehicle is a multistage conventional solid propellant rocket, self-controlled once in flight, and capable of putting satellites weighting from 200 up to 1000 kg [1] into low orbits circa 750 km high. The development of such a spatial system poses significant challenges, specially if one considers the creativity and versatility demanded to satisfy not only technical but also economical and political constraints. The in-flight control system represents one of the great technical challenges, and the embedded software showed to be of special concern, due to its complexity, criticality and the high quality required. Thus, this original experience for the Brazilian reality is an important opportunity to increase scientific expertise in the development of software for critical missions. This paper presents the results of the prototyping approach selected to explore and develop the VLS embedded software project in its initial phase, along with some considerations about the use of this technique for the development of real-time, critical software applications in general. THE EMBEDDED SOFTWARE From a high level perspective, the embedded software, which is considered as part of the control subsystem, has the requirements of:

3 Building Quality into Software 107 Testing the on-board computer and the associated electrical network; Calculating the control algorithms; * Commanding theflightcontrol devices; * Commanding the prescribedflightevents sequence; Preparing data to be sent by the telemetry subsystem; and Providing means to simulation tests. During all flight preceding states, a ground control subsystem is responsible for all monitoring and command functions. In these states, the embedded software (ES for short) receives the mission data and helps to execute the control system tests. After the "Lift-off command, the ES takes over and controls the VLS during the whole flight until injection into orbit. The only possible external command during the flight is the "Teledestruction", that would be sent by the Launch Control Center in the event of aflightdisturbance with possible safety impacts. The ES is responsible for a great number of critical functions. Its failure would cause the mission to be lost. So this real-time software has critical characteristics which demand the development of a high quality product. SOFTWARE PROJECT CONSTRAINTS By the time the VLS Software Engineering Task Group - SETG was created, the required schedule to deliver the software products was defined as 12 months. It was indeed a very short period of time, considering the constraints described below. At this early stage the VLS system was still under development, with many subsystems in conceptualization, definition or design phase. The information necessary to the software project - specially from the control subsystem - had a great number of aspects still undefined or subject to even conceptual modifications. Even among the completely designed subsystems, production or procurement difficulties

4 108 Software Quality Management showed that further changes would be likely in the requirements considered already approved and stable. The on-board computer was not completely defined. Because all preceding Brazilian aerospace vehicles were simpler than the VLS, a team organized, skilled and equipped to develop the software did not exist. The SETG was formed by software developers from several different CTA institutes, thus making a heterogeneous group freshly faced with a complex project. So, all of these problems impinged a high level of uncertainty and a risky horizon upon the software development, making the project quite unstable to follow a traditional sequential process. After researching documents from international organizations involved with critical software development, such as the U.S. Department of Defense [2], NASA [3] and European Space Agency [4], the SETG has verified that the respective standards generally follow a traditional sequential orientation. Although this may not be explicitly mandatory, the process is conceived, controlled and documented as a sequence of project activities, where results of previous tasks are inputs for the next. This would be the SETG option, but faced with all problems described above, the group realized it would be extremely hard to produce the ES within the given time and with the quality required. So the SETG decided to follow the general managerial DOD orientation to document and control the development process, with the appropriated tailoring. However to overcome the risk threats, three major actions were implemented: 1. Reinforcing the procurement activities to guarantee a defined hardware as soon as possible;

5 Building Quality into Software Training the SETG with a continuous improvement philosophy, in order to incorporate Software Engineering techniques and tools stepby-step [6]; and 3. Adopting a prototyping approach to begin the exploration of the software development. Similar hybrid approaches are found in the literature under several different headings, namely: the use of evolutionary projects with prototyping [7]; the controlled experimentation of new approaches and techniques [8]; the combination of waterfall life cycle with prototyping [9], [10]; and the combination of structured techniques with prototyping [11]. Mayhew [12] and others claim the following pre-requisites for successful prototyping: suitable tools, changes in attitudes and a methodology. In the VLS case, the SETG didn't have any specific tools for prototyping, and the incorporation of new methods and attitudes would be a long way to go during the project. So the SETG considered prototyping as a process to develop software starting with an incomplete set of requirements and, with a minimum amount of analysis, project and documentation, to produce models that could help to define the software specification and the design definition. It was expected that such prototype had some characteristics such as modularity and encapsulation that would allow a high degree of reuse, allowing smooth adaptation to the VLS system evolution. Summing up, the prototype approach was chosen with the following objectives: Requirements analysis and specification; * Design alternatives exploitation; Incorporation of reusability characteristics; and Improvement of team capabilities via on the job training.

6 110 Software Quality Management THE PROTOTYPING PROCESS AND PRODUCTS The PC Prototype Since the on-board computer hardware and its respective development environment were not defined, SETG immediately began the production of a prototype to run on IBM-PC compatible microcomputers. When the development system would be available, this PC prototype, already produced with a high reusability level, would be transformed into a Laboratory Prototype. Continuing the development process, this, by its turn, would be transformed into the Target Computer Prototype or, if all the requirements were defined, into the Laboratory Embedded Software to be used in the tests. The Adopted Strategy Once the basic requirements were established, the Task Group conducted a structured analysis and defined the major functions that would comprise the embedded software. Following the typical structured analysis, the functions and data flows were decomposed, along with the analysis of the desired time behavior. With respect to the real-time constraints, a simpler design solution was assumed. Taking the estimated execution time for the more critical functions into account, as well as the sampling period required by the control calculations, it was decided that a real-time executive would be responsible to create, execute and alter a list of functions. The construction of modules followed three general design principles: the independence, encapsulation and reusability principles [13]. With independent modules and functions it was easier to establish a more stable design, according to the level of definition or the possibility of abstraction. In doing so, the majority of functions were made of one generalized part and another specific one, which permitted to isolated those aspects more subjected to further modifications.

7 Building Quality into Software 111 The encapsulation principle was used even in the module documentation. For example, the design of each function was made in pseudo-code and is maintained in the same files as the code itself. Finally the documentation, nomenclature and formats were standardized to improve readability, conciseness, coherency, or in other words, to limit the complexity to the possible minimum. The Results The PC Prototype is almost completed. The development environment and the on-board computer will soon be available. So it will be possible to begin transforming the PC Prototype into the other anticipated prototypes. Getting along with the prototype development, the required software documentation was revised and was useful to discuss and help defining many doubtful points in the related subsystems. DOD-STD formats were adopted for the documentation of other subsystems and were even required for the System/Segment Specification - SSS and System/Segment Design Document - SSDD for the VLS. This demonstrated that even a conservative approach as that one conditioned by the DOD-STD-2167A may be used together with prototyping approaches, specially in the case of many uncertainties. The prototype allowed for the exploration of design alternatives, and even though not all of them could be tested, they were important to help defining requirements. The implemented modules will be useful for the evolution of the project, specially with its generic reusable components. Training developers was one of the most important results, particularly considering many of them had no experience with this kind of software application. Although there were not many opportunities to give training courses, the construction of this prototype allowed the

8 112 Software Quality Management people involved to get in contact with the problems, the theory and the application of Software Engineering in a real case, using the tools and the knowledge actually available. So the Task Group increased its expertise level by means of this evolutionary prototyping. From a quality assurance point of view, this capability improvement is considered to be one of the most important aspects to allow the production of software that meets high quality requirements. The difficulties found in the application of prototyping demonstrated that training people with a defined methodology is very important. The experience acquired is being compiled and will be presented in a coming report as a methodology proposal. In that proposal all managerial and technical aspects necessary to conduct and control the prototyping process will be presented together. Efficient process prototyping may be an important mean to minimize risks in software development [9], [14]. This was experimented in this case, where many undefined aspects of the system were explored and resulted in a more solid basis for the projects continuation. CONCLUSION Due to a significant increase in the time schedule for the VLS project, and the team turnover in the last months, it was realized that, with the gained experience, it would be possible to continue the software development following a more traditional paradigm. Despite this change in prototyping emphasis, it's well recognized that the prototyping approach was important in attaining the following objectives: clarifying uncertainties, producing reusable components and improving team capabilities, which is important not just for this but for future projects. As culture changes are serious issues [15], the consolidation of this experience and the improvement of the proposed methodology is important in order to increase the ability to prototype effectively. It's also recognized that with prototyping CASE environments the

9 Building Quality into Software 113 prototyping process would become faster, more controllable and, in principle, more efficient. Besides the technical usefulness of the prototype, allowing the study of design alternatives, the prototyping process showed to be an important part of a risk analysis. It may give the project manager opportunities to explore those aspects that could be of greater concern, particularly when time schedule constraints are present. Considering the fulfillment of the objectives, prototyping was useful in this case. Since the final products will depend heavily on the quality of the production process, prototyping can be seen as an effective way to improve quality, specially in critical software projects where this is of major concern. ACKNOWLEDGMENT The authors gratefully acknowledge constructive remarks by Prof. J. Santellano and Mr. L.E. Penna Fernandes. REFERENCES 1. IAE. Sistema Veiculo Lanqador de Satelites. Doc. n B2011. Sao Jose dos Campos: CTA/IAE, 28 Set DOD-STD-2167A. Defense System Software Development. Washington, DC: U.S. Department of Defense, 29 Feb Software Engineering Laboratory. SEL Manager's Handbook for Software Development, Revision 1. Greenbelt, Maryland: NASA/Goddard Space Flight Center, SEL, November IAE. Piano de Desenvolvimento de Software do SOAB. Doc n /B3001(ESV-038/920819). Sao Jose dos Campos: CTA/IAE, 19 Ago 92.

10 114 Software Quality Management 4. ESA Board for Software Standardization and Control (BSSC). ESA Software Engineering Standards, Issue 2, ESA PSS-05-0 Issue 2. Paris: European Space Agency, February Howes, Norman R. 'Managing Software Development Projects for Maximum Productivity'. SE-10, n 1, p Greenbelt, Maryland: NASA/Goddard Space Flight Center, SEL, January Wiegers, Karl E. 'Implementing Software Engineering in a Small Software Group'. Computer Language, p , June Glass, Robert L. 'A Report from the Best and the Brightest'. Journal Systems Software. New York: Vol. 14:1-2, Software Engineering Laboratory. SEL Recommended Approach to Software Development. Greenbelt, Maryland: NASA/Goddard Space Flight Center, SEL, April Boehm, Barry W. 'A Spiral Model of Software Development and Enhancement'. IEEE Computer, May Yourdon, Edward. Modern Structured Analysis. Englewood Cliffs, N.J.: Prentice-Hall, Connell, John L. and Linda B. Shafer. Structured Rapid Prototyping - An Evolutionary Approach to Software Development. Englewood Cliffs, N.J.: Prentice-Hall, Mayhew, P. J., C. J. Worsley ad P. A. Deamley. 'Control of Software Prototyping Process: Change Classification Approach'. Information and Sofovare Technology, Vol. 31, n 2, March IAE. Relatorio de Acompanhamento de Atividades do Grupo de Desenvolvimento de Software do Computador de Bordo do VLS. Doc.n^ Sao Jose dos Campos: CTA/IAE, 15 Set 92.

11 Building Quality into Software Roetzheim, William H. Developing Software to Government Standards. Englewood Cliffs, N.J.: Prentice-Hall, Yourdon, Edward. Decline and Fall of the American Programmer. Englewood Cliffs, N.J.: Prentice-Hall, 1992.

A FRAMEWORK FOR PERFORMING V&V WITHIN REUSE-BASED SOFTWARE ENGINEERING

A FRAMEWORK FOR PERFORMING V&V WITHIN REUSE-BASED SOFTWARE ENGINEERING A FRAMEWORK FOR PERFORMING V&V WITHIN REUSE-BASED SOFTWARE ENGINEERING Edward A. Addy eaddy@wvu.edu NASA/WVU Software Research Laboratory ABSTRACT Verification and validation (V&V) is performed during

More information

Workshop on Intelligent System and Applications (ISA 17)

Workshop on Intelligent System and Applications (ISA 17) Telemetry Mining for Space System Sara Abdelghafar Ahmed PhD student, Al-Azhar University Member of SRGE Workshop on Intelligent System and Applications (ISA 17) 13 May 2017 Workshop on Intelligent System

More information

Fault Management Architectures and the Challenges of Providing Software Assurance

Fault Management Architectures and the Challenges of Providing Software Assurance Fault Management Architectures and the Challenges of Providing Software Assurance Presented to the 31 st Space Symposium Date: 4/14/2015 Presenter: Rhonda Fitz (MPL) Primary Author: Shirley Savarino (TASC)

More information

COMPETITIVE ADVANTAGES AND MANAGEMENT CHALLENGES. by C.B. Tatum, Professor of Civil Engineering Stanford University, Stanford, CA , USA

COMPETITIVE ADVANTAGES AND MANAGEMENT CHALLENGES. by C.B. Tatum, Professor of Civil Engineering Stanford University, Stanford, CA , USA DESIGN AND CONST RUCTION AUTOMATION: COMPETITIVE ADVANTAGES AND MANAGEMENT CHALLENGES by C.B. Tatum, Professor of Civil Engineering Stanford University, Stanford, CA 94305-4020, USA Abstract Many new demands

More information

Cover. DLR-ESA Workshop on ARTES-11. SGEO: Implementation of of Artes-11. Dr. Andreas Winkler

Cover. DLR-ESA Workshop on ARTES-11. SGEO: Implementation of of Artes-11. Dr. Andreas Winkler Cover DLR-ESA Workshop on ARTES-11 SGEO: Implementation of of Artes-11 Dr. Andreas Winkler June June29, 29, 2006 2006 Tegernsee, Tegernsee, Germany Germany Slide 1 Table Table of of Contents - Introduction

More information

A MODEL-DRIVEN REQUIREMENTS ENGINEERING APPROACH TO CONCEPTUAL SATELLITE DESIGN

A MODEL-DRIVEN REQUIREMENTS ENGINEERING APPROACH TO CONCEPTUAL SATELLITE DESIGN A MODEL-DRIVEN REQUIREMENTS ENGINEERING APPROACH TO CONCEPTUAL SATELLITE DESIGN Bruno Bustamante Ferreira Leonor, brunobfl@yahoo.com.br Walter Abrahão dos Santos, walter@dss.inpe.br National Space Research

More information

UNIT VIII SYSTEM METHODOLOGY 2014

UNIT VIII SYSTEM METHODOLOGY 2014 SYSTEM METHODOLOGY: UNIT VIII SYSTEM METHODOLOGY 2014 The need for a Systems Methodology was perceived in the second half of the 20th Century, to show how and why systems engineering worked and was so

More information

Soft Systems in Software Design*

Soft Systems in Software Design* 12 Soft Systems in Software Design* Lars Mathiassen Andreas Munk-Madsen Peter A. Nielsen Jan Stage Introduction This paper explores the possibility of applying soft systems thinking as a basis for designing

More information

The Test and Launch Control Technology for Launch Vehicles

The Test and Launch Control Technology for Launch Vehicles The Test and Launch Control Technology for Launch Vehicles Zhengyu Song The Test and Launch Control Technology for Launch Vehicles 123 Zhengyu Song China Academy of Launch Vehicle Technology Beijing China

More information

EGS-CC. System Engineering Team. Commonality of Ground Systems. Executive Summary

EGS-CC. System Engineering Team. Commonality of Ground Systems. Executive Summary System Engineering Team Prepared: System Engineering Team Date: Approved: System Engineering Team Leader Date: Authorized: Steering Board Date: Restriction of Disclosure: The copyright of this document

More information

ARTES Competitiveness & Growth Full Proposal. Requirements for the Content of the Technical Proposal. Part 3B Product Development Plan

ARTES Competitiveness & Growth Full Proposal. Requirements for the Content of the Technical Proposal. Part 3B Product Development Plan ARTES Competitiveness & Growth Full Proposal Requirements for the Content of the Technical Proposal Part 3B Statement of Applicability and Proposal Submission Requirements Applicable Domain(s) Space Segment

More information

Code Complete 2: A Decade of Advances in Software Construction Construx Software Builders, Inc. All Rights Reserved.

Code Complete 2: A Decade of Advances in Software Construction Construx Software Builders, Inc. All Rights Reserved. Code Complete 2: A Decade of Advances in Software Construction www.construx.com 2004 Construx Software Builders, Inc. All Rights Reserved. Construx Delivering Software Project Success Introduction History

More information

Sara Spangelo 1 Jet Propulsion Laboratory (JPL), California Institute of Technology. Hongman Kim 2 Grant Soremekun 3 Phoenix Integration, Inc.

Sara Spangelo 1 Jet Propulsion Laboratory (JPL), California Institute of Technology. Hongman Kim 2 Grant Soremekun 3 Phoenix Integration, Inc. & Simulation of CubeSat Mission Model-Based Systems Engineering (MBSE) Behavioral and Execution Integration of MagicDraw, Cameo Simulation Toolkit, STK, and Matlab using ModelCenter Sara Spangelo 1 Jet

More information

CASE STUDY. DCTA The Department of Aerospace Science and Technology. Brazil Aerospace & Defence PULSE, LDS Shakers, Transducers

CASE STUDY. DCTA The Department of Aerospace Science and Technology. Brazil Aerospace & Defence PULSE, LDS Shakers, Transducers CASE STUDY DCTA The Department of Aerospace Science and Technology Brazil Aerospace & Defence PULSE, LDS Shakers, Transducers The Department of Aerospace Science and Technology (DCTA) is the Brazilian

More information

A Methodology for Effective Reuse of Design Simulators in Operational Contexts: Lessons Learned in European Space Programmes

A Methodology for Effective Reuse of Design Simulators in Operational Contexts: Lessons Learned in European Space Programmes A Methodology for Effective Reuse of Design Simulators in Operational Contexts: Lessons Learned in European Space Programmes 11th International Workshop on Simulation & EGSE facilities for Space Programmes

More information

THE APPLICATION OF SYSTEMS ENGINEERING ON THE BUILDING DESIGN PROCESS

THE APPLICATION OF SYSTEMS ENGINEERING ON THE BUILDING DESIGN PROCESS THE APPLICATION OF SYSTEMS ENGINEERING ON THE BUILDING DESIGN PROCESS A.Yahiaoui 1, G. Ulukavak Harputlugil 2, A.E.K Sahraoui 3 & J. Hensen 4 1 & 4 Center for Building & Systems TNO-TU/e, 5600 MB Eindhoven,

More information

ENGAGE MSU STUDENTS IN RESEARCH OF MODEL-BASED SYSTEMS ENGINEERING WITH APPLICATION TO NASA SOUNDING ROCKET MISSION

ENGAGE MSU STUDENTS IN RESEARCH OF MODEL-BASED SYSTEMS ENGINEERING WITH APPLICATION TO NASA SOUNDING ROCKET MISSION 2017 HAWAII UNIVERSITY INTERNATIONAL CONFERENCES SCIENCE, TECHNOLOGY & ENGINEERING, ARTS, MATHEMATICS & EDUCATION JUNE 8-10, 2017 HAWAII PRINCE HOTEL WAIKIKI, HONOLULU, HAWAII ENGAGE MSU STUDENTS IN RESEARCH

More information

The Preliminary Risk Analysis Approach: Merging Space and Aeronautics Methods

The Preliminary Risk Analysis Approach: Merging Space and Aeronautics Methods The Preliminary Risk Approach: Merging Space and Aeronautics Methods J. Faure, A. Cabarbaye & R. Laulheret CNES, Toulouse,France ABSTRACT: Based on space industry but also on aeronautics methods, we will

More information

Mid Term Exam SES 405 Exploration Systems Engineering 3 March Your Name

Mid Term Exam SES 405 Exploration Systems Engineering 3 March Your Name Mid Term Exam SES 405 Exploration Systems Engineering 3 March 2016 --------------------------------------------------------------------- Your Name Short Definitions (2 points each): Heuristics - refers

More information

Spacecraft Autonomy. Seung H. Chung. Massachusetts Institute of Technology Satellite Engineering Fall 2003

Spacecraft Autonomy. Seung H. Chung. Massachusetts Institute of Technology Satellite Engineering Fall 2003 Spacecraft Autonomy Seung H. Chung Massachusetts Institute of Technology 16.851 Satellite Engineering Fall 2003 Why Autonomy? Failures Anomalies Communication Coordination Courtesy of the Johns Hopkins

More information

University. Federal University of Santa Catarina (UFSC) Florianópolis/SC - Brazil. Brazil. Embedded Systems Group (UFSC)

University. Federal University of Santa Catarina (UFSC) Florianópolis/SC - Brazil. Brazil. Embedded Systems Group (UFSC) University 1 Federal University of Santa Catarina (UFSC) Florianópolis/SC - Brazil Brazil Agenda 2 Partnership Introduction Subsystems Payload Communication System Power System On-Board Computer Attitude

More information

Technology of Precise Orbit Determination

Technology of Precise Orbit Determination Technology of Precise Orbit Determination V Seiji Katagiri V Yousuke Yamamoto (Manuscript received March 19, 2008) Since 1971, most domestic orbit determination systems have been developed by Fujitsu and

More information

Software Life Cycle Models

Software Life Cycle Models 1 Software Life Cycle Models The goal of Software Engineering is to provide models and processes that lead to the production of well-documented maintainable software in a manner that is predictable. 2

More information

2. FUNDAMENTAL ASPECTS The research work that resulted in the identification of the four alternatives was based on the following aspects.

2. FUNDAMENTAL ASPECTS The research work that resulted in the identification of the four alternatives was based on the following aspects. REDUCING THE PROBABILITY OF SAFETY CRITICAL SYSTEMS GETTING INTO HAZARDOUS STATES DUE TO BIT INVERSIONS Everton Guilhão de Paula Centro Técnico Aeroespacial (CTA) Instituto de Aeronáutica e Espaço (IAE)

More information

Software Project Management 4th Edition. Chapter 3. Project evaluation & estimation

Software Project Management 4th Edition. Chapter 3. Project evaluation & estimation Software Project Management 4th Edition Chapter 3 Project evaluation & estimation 1 Introduction Evolutionary Process model Spiral model Evolutionary Process Models Evolutionary Models are characterized

More information

Italian Space Agency perspective on Small Satellites

Italian Space Agency perspective on Small Satellites Italian Space Agency perspective on Small Satellites Agenzia Spaziale Italiana (ASI) CIRA 10 February 2016 Technology and Engineering Division G. Varacalli Outline National and global scenario Challenges

More information

DISRUPTIVE SPACE TECHNOLOGY. Jim Benson SpaceDev Stowe Drive Poway, CA Telephone:

DISRUPTIVE SPACE TECHNOLOGY. Jim Benson SpaceDev Stowe Drive Poway, CA Telephone: SSC04-II-4 DISRUPTIVE SPACE TECHNOLOGY Jim Benson SpaceDev 13855 Stowe Drive Poway, CA 92064 Telephone: 858.375.2020 Email: jim@spacedev.com In 1997 "The Innovator s Dilemma" by Clayton M. Christensen

More information

CSE 435: Software Engineering

CSE 435: Software Engineering CSE 435: Software Engineering Dr. James Daly 3501 Engineering Building Office: 3501 EB, by appointment dalyjame at msu dot edu TAs: Vincent Ragusa and Mohammad Roohitavaf Helproom Tuesday: 2-4 pm, Wednesday

More information

Software Failures. Dr. James A. Bednar. Dr. David Robertson

Software Failures. Dr. James A. Bednar.  Dr. David Robertson Software Failures Dr. James A. Bednar jbednar@inf.ed.ac.uk http://homepages.inf.ed.ac.uk/jbednar Dr. David Robertson dr@inf.ed.ac.uk http://www.inf.ed.ac.uk/ssp/members/dave.htm SEOC2 Spring 2005: Failures

More information

Systems Engineering Overview. Axel Claudio Alex Gonzalez

Systems Engineering Overview. Axel Claudio Alex Gonzalez Systems Engineering Overview Axel Claudio Alex Gonzalez Objectives Provide additional insights into Systems and into Systems Engineering Walkthrough the different phases of the product lifecycle Discuss

More information

Brazilian Inter-University CubeSat Mission Overview

Brazilian Inter-University CubeSat Mission Overview Brazilian Inter-University CubeSat Mission Overview Victor Menegon, Leonardo Kessler Slongo, Lui Pillmann, Julian Lopez, William Jamir, Thiago Pereira, Eduardo Bezerra and Djones Lettnin. victormenegon.eel@gmail.com

More information

Space Systems Engineering

Space Systems Engineering Space Systems Engineering This course studies the space systems engineering referring to spacecraft examples. It covers the mission analysis and design, system design approach, systems engineering process

More information

Dream Chaser Frequently Asked Questions

Dream Chaser Frequently Asked Questions Dream Chaser Frequently Asked Questions About the Dream Chaser Spacecraft Q: What is the Dream Chaser? A: Dream Chaser is a reusable, lifting-body spacecraft that provides a flexible and affordable space

More information

Open Systems Architecture in DoD Acquisition: Opportunities and Challenges

Open Systems Architecture in DoD Acquisition: Opportunities and Challenges Open Systems Architecture in DoD Acquisition: Opportunities and Challenges Mr. Stephen P. Welby Deputy Assistant Secretary of Defense for Systems Engineering (DASD(SE)), OUSD(AT&L) Defense Daily 6 th Annual

More information

ARTES Competitiveness & Growth Full Proposal. Requirements for the Content of the Technical Proposal

ARTES Competitiveness & Growth Full Proposal. Requirements for the Content of the Technical Proposal ARTES Competitiveness & Growth Full Proposal Requirements for the Content of the Technical Proposal Part 3C (DDVP) Statement of Applicability and Proposal Submission Requirements Applicable Domain(s) Space

More information

By the end of this chapter, you should: Understand what is meant by engineering design. Understand the phases of the engineering design process.

By the end of this chapter, you should: Understand what is meant by engineering design. Understand the phases of the engineering design process. By the end of this chapter, you should: Understand what is meant by engineering design. Understand the phases of the engineering design process. Be familiar with the attributes of successful engineers.

More information

RESEARCH OVERVIEW Methodology to Identify Opportunities for Flexible Design

RESEARCH OVERVIEW Methodology to Identify Opportunities for Flexible Design RESEARCH OVERVIEW Methodology to Identify Opportunities for Flexible Design Jennifer Wilds, Research Assistant wilds@mit.edu October 16, 2007 Advisors: D. Hastings and R. de Neufville Researcher s Background

More information

IMPROVING COST ESTIMATION IN AN ERA OF INNOVATION. Gary Oleson TASC, an Engility Company,

IMPROVING COST ESTIMATION IN AN ERA OF INNOVATION. Gary Oleson TASC, an Engility Company, IMPROVING COST ESTIMATION IN AN ERA OF INNOVATION Gary Oleson TASC, an Engility Company, gary.oleson@tasc.com Linda Williams TASC, an Engility Company, linda.williams@tasc.com ABSTRACT Many innovations

More information

Software-Intensive Systems Producibility

Software-Intensive Systems Producibility Pittsburgh, PA 15213-3890 Software-Intensive Systems Producibility Grady Campbell Sponsored by the U.S. Department of Defense 2006 by Carnegie Mellon University SSTC 2006. - page 1 Producibility

More information

Integrated Product Development: Linking Business and Engineering Disciplines in the Classroom

Integrated Product Development: Linking Business and Engineering Disciplines in the Classroom Session 2642 Integrated Product Development: Linking Business and Engineering Disciplines in the Classroom Joseph A. Heim, Gary M. Erickson University of Washington Shorter product life cycles, increasing

More information

European GNSS Evolution

European GNSS Evolution Ref. Ares(204)902599 - /06/204 European GNSS Evolution Hermann Ebner Galileo and EGNOS Programme Management DG Enterprise and Industry Content Introduction 2 2 Major Challenges for EGNSS Evolution 3 EGNSS

More information

SPACE. DG GROW Internal Market, Industry Entrepreneurship and SMEs GROW/I1 - Space Policy and Research Unit

SPACE. DG GROW Internal Market, Industry Entrepreneurship and SMEs GROW/I1 - Space Policy and Research Unit 1 SPACE DG GROW Internal Market, Industry Entrepreneurship and SMEs GROW/I1 - Policy and Research Unit mario.amaral@ec.europa.eu Lisbon, 14-15 September 2016 2017 call topics Competitiveness of the European

More information

Technology readiness assessments: A retrospective

Technology readiness assessments: A retrospective Acta Astronautica 65 (2009) 1216 1223 www.elsevier.com/locate/actaastro Technology readiness assessments: A retrospective John C. Mankins Artemis Innovation Management Solutions LLC, Ashburn, VA, USA Received

More information

Public Meeting July 22, 2004 Teleconference

Public Meeting July 22, 2004 Teleconference Return to Flight Task Group Public Meeting July 22, 2004 Teleconference 1 Public Meeting Agenda July 22, 2004 1205 1215 Introductory Remarks: Mr. Richard Covey Co-Chair Col. James Adamson Operations Panel

More information

Integrating Advanced Payload Data Processing in a Demanding CubeSat Mission. Mark McCrum, Peter Mendham

Integrating Advanced Payload Data Processing in a Demanding CubeSat Mission. Mark McCrum, Peter Mendham Integrating Advanced Payload Data Processing in a Demanding CubeSat Mission Mark McCrum, Peter Mendham CubeSat mission capability Nano-satellites missions are increasing in capability Constellations Distributed

More information

Technology Roadmapping. Lesson 3

Technology Roadmapping. Lesson 3 Technology Roadmapping Lesson 3 Leadership in Science & Technology Management Mission Vision Strategy Goals/ Implementation Strategy Roadmap Creation Portfolios Portfolio Roadmap Creation Project Prioritization

More information

Mission Capability Packages

Mission Capability Packages Mission Capability Packages Author: David S. Alberts January 1995 Note: Opinions, conclusions, and recommendations expressed or implied in this paper are solely those of the author and do not necessarily

More information

Best Practices for Technology Transition. Technology Maturity Conference September 12, 2007

Best Practices for Technology Transition. Technology Maturity Conference September 12, 2007 Best Practices for Technology Transition Technology Maturity Conference September 12, 2007 1 Report Documentation Page Form Approved OMB No. 0704-0188 Public reporting burden for the collection of information

More information

Optimal Engine Selection and Trajectory Optimization using Genetic Algorithms for conceptual design Optimization of Reusable Space Launch Vehicles

Optimal Engine Selection and Trajectory Optimization using Genetic Algorithms for conceptual design Optimization of Reusable Space Launch Vehicles Optimal Engine Selection and Trajectory Optimization using Genetic Algorithms for conceptual design Optimization of Reusable Space Launch Vehicles Steven Cory Wyatt Steele Thesis submitted to the Faculty

More information

The Aerospace Corporation s Concept Design Center

The Aerospace Corporation s Concept Design Center The Aerospace Corporation s Concept Design Center Joseph A. Aguilar Andrew B. Dawdy Glenn W. Law 2350 East El Segundo Boulevard El Segundo, CA 90245-4691 ABSTRACT The Concept Design Center (CDC) developed

More information

Launchers. News from. Europe s Spaceport. 70 esa bulletin november

Launchers. News from. Europe s Spaceport. 70 esa bulletin november Launchers News from 70 esa bulletin 112 - november 2002 www.esa.int Fernando Doblas Head of the Kourou Office, ESA Directorate of Launchers, French Guiana Introduction Since 1975, the availability of an

More information

UNCLASSIFIED. UNCLASSIFIED Office of Secretary Of Defense Page 1 of 5 R-1 Line #102

UNCLASSIFIED. UNCLASSIFIED Office of Secretary Of Defense Page 1 of 5 R-1 Line #102 Exhibit R-2, RDT&E Budget Item Justification: PB 2015 Office of Secretary Of Defense Date: March 2014 0400: Research, Development, Test & Evaluation, Defense-Wide / BA 4: Advanced Component Development

More information

TELEMETRY SOFTWARE DEVELOPMENT LIFE CYCLE

TELEMETRY SOFTWARE DEVELOPMENT LIFE CYCLE TELEMETRY SOFTWARE DEVELOPMENT LIFE CYCLE Item Type text; Proceedings Authors Campbell, Alan B. Publisher International Foundation for Telemetering Journal International Telemetering Conference Proceedings

More information

Tropnet: The First Large Small-Satellite Mission

Tropnet: The First Large Small-Satellite Mission Tropnet: The First Large Small-Satellite Mission SSC01-II4 J. Smith One Stop Satellite Solutions 1805 University Circle Ogden Utah, 84408-1805 (801) 626-7272 jay.smith@osss.com Abstract. Every small-satellite

More information

SPACE SITUATIONAL AWARENESS: IT S NOT JUST ABOUT THE ALGORITHMS

SPACE SITUATIONAL AWARENESS: IT S NOT JUST ABOUT THE ALGORITHMS SPACE SITUATIONAL AWARENESS: IT S NOT JUST ABOUT THE ALGORITHMS William P. Schonberg Missouri University of Science & Technology wschon@mst.edu Yanping Guo The Johns Hopkins University, Applied Physics

More information

Lesson 17: Science and Technology in the Acquisition Process

Lesson 17: Science and Technology in the Acquisition Process Lesson 17: Science and Technology in the Acquisition Process U.S. Technology Posture Defining Science and Technology Science is the broad body of knowledge derived from observation, study, and experimentation.

More information

The Drive for Innovation in Systems Engineering

The Drive for Innovation in Systems Engineering The Drive for Innovation in Systems Engineering D. Scott Lucero Office of the Deputy Assistant Secretary of Defense for Systems Engineering 20th Annual NDIA Systems Engineering Conference Springfield,

More information

CubeSat Propulsion using Electrospray Thrusters

CubeSat Propulsion using Electrospray Thrusters CubeSat Propulsion using Electrospray Thrusters Tom Roy, Nathaniel Demmons, Vlad Hruby, Nathan Rosenblad, Peter Rostler and Douglas Spence Busek Co., Natick, MA 01760 Paper SSC09-II-6 SmallSat Conference,

More information

The PROBA Missions Design Capabilities for Autonomous Guidance, Navigation and Control. Jean de Lafontaine President

The PROBA Missions Design Capabilities for Autonomous Guidance, Navigation and Control. Jean de Lafontaine President The PROBA Missions Design Capabilities for Autonomous Guidance, Navigation and Control Jean de Lafontaine President Overview of NGC NGC International Inc (holding company) NGC Aerospace Ltd Sherbrooke,

More information

Science Applications International Corporation 1710 Goodridge Drive, McLean, Virginia (703) Abstract

Science Applications International Corporation 1710 Goodridge Drive, McLean, Virginia (703) Abstract IMPLICATIONS OF GUN LAUNCH TO SPACE --_3j,-.,--t_ FOR NANOSATELLITE ARCHITECTURES Miles R. Palmer Science Applications International Corporation 1710 Goodridge Drive, McLean, Virginia 22102 (703) 749-5143

More information

COMPARING INPE AND ARGOS GEO-LOCATION ALGORITHMS ACCURACIES WITH ARGOS SYSTEM REAL DATA

COMPARING INPE AND ARGOS GEO-LOCATION ALGORITHMS ACCURACIES WITH ARGOS SYSTEM REAL DATA INPE-11306-PRE/6743 COMPARING INPE AND ARGOS GEO-LOCATION ALGORITHMS ACCURACIES WITH ARGOS SYSTEM REAL DATA Cristina Tobler de Sousa Hélio Koiti Kuga ADVANCES IN SPACE DYNAMICS 4: CELESTIAL MECHANICS AND

More information

High Speed, Low Cost Telemetry Access from Space Development Update on Programmable Ultra Lightweight System Adaptable Radio (PULSAR)

High Speed, Low Cost Telemetry Access from Space Development Update on Programmable Ultra Lightweight System Adaptable Radio (PULSAR) High Speed, Low Cost Telemetry Access from Space Development Update on Programmable Ultra Lightweight System Adaptable Radio (PULSAR) Herb Sims, Kosta Varnavas, Eric Eberly (MSFC) Presented By: Leroy Hardin

More information

From ISS to Human Space Exploration: TAS-I contribution and perspectives

From ISS to Human Space Exploration: TAS-I contribution and perspectives Mem. S.A.It. Vol. 82, 443 c SAIt 2011 Memorie della From ISS to Human Space Exploration: TAS-I contribution and perspectives P. Messidoro Thales Alenia Space Italia Strada A. di Collegno 253, I-10146 Torino,

More information

The secret behind mechatronics

The secret behind mechatronics The secret behind mechatronics Why companies will want to be part of the revolution In the 18th century, steam and mechanization powered the first Industrial Revolution. At the turn of the 20th century,

More information

FOSS in Military Computing

FOSS in Military Computing FOSS in Military Computing Life-Cycle Support for FOSS-Based Information Systems By Robert Charpentier Richard Carbone R et D pour la défense Canada Defence R&D Canada Canada FOSS Project History Overview

More information

HELPING THE DESIGN OF MIXED SYSTEMS

HELPING THE DESIGN OF MIXED SYSTEMS HELPING THE DESIGN OF MIXED SYSTEMS Céline Coutrix Grenoble Informatics Laboratory (LIG) University of Grenoble 1, France Abstract Several interaction paradigms are considered in pervasive computing environments.

More information

ACE3 Working Group Session, March 2, 2005

ACE3 Working Group Session, March 2, 2005 ACE3 Working Group Session, March 2, 2005 Intensive s The Synergy of Architecture, Life Cycle Models, and Reviews Dr. Peter Hantos The Aerospace Corporation 2003-2005. The Aerospace Corporation. All Rights

More information

DEPENDABILITY ATTRIBUTES FOR SPACE COMPUTER SYSTEMS

DEPENDABILITY ATTRIBUTES FOR SPACE COMPUTER SYSTEMS DEPENDABILITY ATTRIBUTES FOR SPACE COMPUTER SYSTEMS Romani, M.A.S., mromani@iae.cta.br Lahoz, C.H.N., lahoz@iae.cta.br Institute of Aeronautics and Space (IAE), São José dos Campos, São Paulo, Brazil Yano,

More information

EXPERIENCE OF PARTICIPATION IN INTERNATIONAL SCIENTIFIC AND EDUCATIONAL SPACE PROJECTS BY THE EXAMPLE OF QB50 PROJECT

EXPERIENCE OF PARTICIPATION IN INTERNATIONAL SCIENTIFIC AND EDUCATIONAL SPACE PROJECTS BY THE EXAMPLE OF QB50 PROJECT EXPERIENCE OF PARTICIPATION IN INTERNATIONAL SCIENTIFIC AND EDUCATIONAL SPACE PROJECTS BY THE EXAMPLE OF QB50 PROJECT Postgraduate student of Inter-University Space Research Department Denis Davydov Samara,

More information

Future Concepts for Galileo SAR & Ground Segment. Executive summary

Future Concepts for Galileo SAR & Ground Segment. Executive summary Future Concepts for Galileo SAR & Ground Segment TABLE OF CONTENT GALILEO CONTRIBUTION TO THE COSPAS/SARSAT MEOSAR SYSTEM... 3 OBJECTIVES OF THE STUDY... 3 ADDED VALUE OF SAR PROCESSING ON-BOARD G2G SATELLITES...

More information

A SPACE STATUS REPORT. John M. Logsdon Space Policy Institute Elliott School of International Affairs George Washington University

A SPACE STATUS REPORT. John M. Logsdon Space Policy Institute Elliott School of International Affairs George Washington University A SPACE STATUS REPORT John M. Logsdon Space Policy Institute Elliott School of International Affairs George Washington University TWO TYPES OF U.S. SPACE PROGRAMS One focused on science and exploration

More information

Computer and Information Ethics

Computer and Information Ethics Computer and Information Ethics Instructor: Viola Schiaffonati May,4 th 2015 Ethics (dictionary definition) 2 Moral principles that govern a person's behavior or the conducting of an activity The branch

More information

The FAST, Affordable, Science and Technology Satellite (FASTSAT) Mission

The FAST, Affordable, Science and Technology Satellite (FASTSAT) Mission The FAST, Affordable, Science and Technology Satellite (FASTSAT) Mission 27 th Year of AIAA/USU Conference on Small Satellites, Small Satellite Constellations: Strength in Numbers, Session X: Year in Review

More information

ESA Human Spaceflight Capability Development and Future Perspectives International Lunar Conference September Toronto, Canada

ESA Human Spaceflight Capability Development and Future Perspectives International Lunar Conference September Toronto, Canada ESA Human Spaceflight Capability Development and Future Perspectives International Lunar Conference 2005 19-23 September Toronto, Canada Scott Hovland Head of Systems Unit, System and Strategy Division,

More information

FIRE-RS Project A Nanosatellite & UAVs hybrid system for wildfire characterization.

FIRE-RS Project A Nanosatellite & UAVs hybrid system for wildfire characterization. FIRE-RS Project A Nanosatellite & UAVs hybrid system for wildfire characterization. Diego Nodar López Madrid 22/11/2017 II Congreso de Ingneniería Espacial diego.nodar@ FIRE-RS Project International project:

More information

The Evolution of Nano-Satellite Proximity Operations In-Space Inspection Workshop 2017

The Evolution of Nano-Satellite Proximity Operations In-Space Inspection Workshop 2017 The Evolution of Nano-Satellite Proximity Operations 02-01-2017 In-Space Inspection Workshop 2017 Tyvak Introduction We develop miniaturized custom spacecraft, launch solutions, and aerospace technologies

More information

BROAD AGENCY ANNOUNCEMENT FY12 TECHNOLOGY DEMONSTRATION MISSIONS PROGRAM OFFICE OF THE CHIEF TECHNOLOGIST PROPOSALS DUE.

BROAD AGENCY ANNOUNCEMENT FY12 TECHNOLOGY DEMONSTRATION MISSIONS PROGRAM OFFICE OF THE CHIEF TECHNOLOGIST PROPOSALS DUE. OMB Approval Number 2700-0085 Broad Agency Announcement NNM12ZZP03K BROAD AGENCY ANNOUNCEMENT FY12 TECHNOLOGY DEMONSTRATION MISSIONS PROGRAM OFFICE OF THE CHIEF TECHNOLOGIST PROPOSALS DUE April 30, 2012

More information

Design for Affordability in Complex Systems and Programs Using Tradespace-based Affordability Analysis

Design for Affordability in Complex Systems and Programs Using Tradespace-based Affordability Analysis Design for Affordability in Complex Systems and Programs Using Tradespace-based Affordability Analysis Marcus S. Wu, Adam M. Ross, and Donna H. Rhodes Massachusetts Institute of Technology March 21 22,

More information

Where are the Agencies Human Space Flight (HFR) Programs Heading? USA (NASA) System Description Goal Remarks * Space Launch System (SLS) Program

Where are the Agencies Human Space Flight (HFR) Programs Heading? USA (NASA) System Description Goal Remarks * Space Launch System (SLS) Program Where are the Agencies Human Space Flight (HFR) Programs Heading? The following little summary tries to collect and compare data available on official an semi-official agency and other internet pages (as

More information

CubeSats: From Launch to Deployment Necessity for a standard.

CubeSats: From Launch to Deployment Necessity for a standard. 1 Necessity for a standard. Creation of a standard to facilitate the design process of small satellites. Deployment system to support the standard. Safe and reliable. Efficient and cost effective. Versatile.

More information

Introduction to Software Engineering

Introduction to Software Engineering Introduction to Software Engineering Somnuk Keretho, Assistant Professor Department of Computer Engineering Faculty of Engineering, Kasetsart University Email: sk@nontri.ku.ac.th URL: http://www.cpe.ku.ac.th/~sk

More information

IN MANY industrial applications, ac machines are preferable

IN MANY industrial applications, ac machines are preferable IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 46, NO. 1, FEBRUARY 1999 111 Automatic IM Parameter Measurement Under Sensorless Field-Oriented Control Yih-Neng Lin and Chern-Lin Chen, Member, IEEE Abstract

More information

Simulation of GPS-based Launch Vehicle Trajectory Estimation using UNSW Kea GPS Receiver

Simulation of GPS-based Launch Vehicle Trajectory Estimation using UNSW Kea GPS Receiver Simulation of GPS-based Launch Vehicle Trajectory Estimation using UNSW Kea GPS Receiver Sanat Biswas Australian Centre for Space Engineering Research, UNSW Australia, s.biswas@unsw.edu.au Li Qiao School

More information

Report of the Inter-Agency Space Debris Coordination Committee Activities on IADC Space Debris Mitigation Guidelines & Supporting Document

Report of the Inter-Agency Space Debris Coordination Committee Activities on IADC Space Debris Mitigation Guidelines & Supporting Document Inter-Agency Space Debris Coordination Committee Report of the Inter-Agency Space Debris Coordination Committee Activities on IADC Space Debris Mitigation Guidelines & Supporting Document Presented to:

More information

CONCURRENT EVALUATION - AN APPLICATION FOR DLR S CONCURRENT ENGINEERING FACILITY SECESA OCTOBER 2010

CONCURRENT EVALUATION - AN APPLICATION FOR DLR S CONCURRENT ENGINEERING FACILITY SECESA OCTOBER 2010 CONCURRENT EVALUATION - AN APPLICATION FOR DLR S CONCURRENT ENGINEERING FACILITY SECESA 2010 13-15 OCTOBER 2010 André Weiß, Volker Maiwald, Guido Wübbels Institute of Space System, German Aerospace Center

More information

MECHANICAL DESIGN LEARNING ENVIRONMENTS BASED ON VIRTUAL REALITY TECHNOLOGIES

MECHANICAL DESIGN LEARNING ENVIRONMENTS BASED ON VIRTUAL REALITY TECHNOLOGIES INTERNATIONAL CONFERENCE ON ENGINEERING AND PRODUCT DESIGN EDUCATION 4 & 5 SEPTEMBER 2008, UNIVERSITAT POLITECNICA DE CATALUNYA, BARCELONA, SPAIN MECHANICAL DESIGN LEARNING ENVIRONMENTS BASED ON VIRTUAL

More information

Booklet of teaching units

Booklet of teaching units International Master Program in Mechatronic Systems for Rehabilitation Booklet of teaching units Third semester (M2 S1) Master Sciences de l Ingénieur Université Pierre et Marie Curie Paris 6 Boite 164,

More information

Design of a Remote-Cockpit for small Aerospace Vehicles

Design of a Remote-Cockpit for small Aerospace Vehicles Design of a Remote-Cockpit for small Aerospace Vehicles Muhammad Faisal, Atheel Redah, Sergio Montenegro Universität Würzburg Informatik VIII, Josef-Martin Weg 52, 97074 Würzburg, Germany Phone: +49 30

More information

Dynamic Sciences International, Inc. Detection with Direction

Dynamic Sciences International, Inc. Detection with Direction Dynamic Sciences International, Inc Detection with Direction CORPORATE OVERVIEW WHO WE ARE Dynamic Sciences International, Inc. (DSII) is a public corporation Serving customers worldwide since 1972. DSII

More information

Executive Summary. Chapter 1. Overview of Control

Executive Summary. Chapter 1. Overview of Control Chapter 1 Executive Summary Rapid advances in computing, communications, and sensing technology offer unprecedented opportunities for the field of control to expand its contributions to the economic and

More information

Rapid Development and Test for UKube-1 using Software and Hardware-in-the-Loop Simulation. Peter Mendham and Mark McCrum

Rapid Development and Test for UKube-1 using Software and Hardware-in-the-Loop Simulation. Peter Mendham and Mark McCrum Rapid Development and Test for UKube-1 using Software and Hardware-in-the-Loop Simulation Peter Mendham and Mark McCrum UKube-1 United Kingdom Universal Bus Experiment 3U CubeSat Five payloads C3D imager

More information

Analysis of Processing Parameters of GPS Signal Acquisition Scheme

Analysis of Processing Parameters of GPS Signal Acquisition Scheme Analysis of Processing Parameters of GPS Signal Acquisition Scheme Prof. Vrushali Bhatt, Nithin Krishnan Department of Electronics and Telecommunication Thakur College of Engineering and Technology Mumbai-400101,

More information

ISIS Innovative Solutions In Space B.V.

ISIS Innovative Solutions In Space B.V. ISIS Innovative Solutions In Space B.V. Setting the scene: enabling small satellites to utilize their full potential (or: does satellite size matter?) Wouter Jan Ubbels ITU Symposium and Workshop on small

More information

1 History of software engineering

1 History of software engineering 1 History of software engineering Software is everywhere buying bread, driving car, washing clothes synonyms: programs, applications People, who develop the software software engineers, software developers,

More information

SCOE SIMULATION. Pascal CONRATH (1), Christian ABEL (1)

SCOE SIMULATION. Pascal CONRATH (1), Christian ABEL (1) SCOE SIMULATION Pascal CONRATH (1), Christian ABEL (1) Clemessy Switzerland AG (1) Gueterstrasse 86b 4053 Basel, Switzerland E-mail: p.conrath@clemessy.com, c.abel@clemessy.com ABSTRACT During the last

More information

Dream Chaser for European Utilization (DC 4 EU):

Dream Chaser for European Utilization (DC 4 EU): 54th European Space Science Committee Plenary Meeting 22-24 November 2017 German Aerospace Centre DLR Obepfaffenhofen, Germany Presenter: Dr. Marco Berg Dream Chaser for European Utilization (DC 4 EU):

More information

STRATEGIC CHOICES FOR SMALL AND MIDDLE POWERS

STRATEGIC CHOICES FOR SMALL AND MIDDLE POWERS Chapter Five STRATEGIC CHOICES FOR SMALL AND MIDDLE POWERS SPACE DEVELOPMENT IN KOREA Hong-Yul Paik, Director, Satellite Operation Center, Korea Aerospace Research Institute, South Korea Korea is a young

More information

Benefits of Standardization in National Space Activities: ASI and the European Cooperation for Space Standardization (ECSS)

Benefits of Standardization in National Space Activities: ASI and the European Cooperation for Space Standardization (ECSS) Benefits of Standardization in National Space Activities: ASI and the European Cooperation for Space Standardization (ECSS) Francesco LONGO ASI Technical Authority in ECSS Content The Italian Space Agency

More information

Despite the euphonic name, the words in the program title actually do describe what we're trying to do:

Despite the euphonic name, the words in the program title actually do describe what we're trying to do: I've been told that DASADA is a town in the home state of Mahatma Gandhi. This seems a fitting name for the program, since today's military missions that include both peacekeeping and war fighting. Despite

More information

Hardware/Software Codesign of Real-Time Systems

Hardware/Software Codesign of Real-Time Systems ARTES Project Proposal Hardware/Software Codesign of Real-Time Systems Zebo Peng and Anders Törne Center for Embedded Systems Engineering (CESE) Dept. of Computer and Information Science Linköping University

More information