Low Cost Control and Simulation Environment for the Flying Laptop, a University Microsatellite

Size: px
Start display at page:

Download "Low Cost Control and Simulation Environment for the Flying Laptop, a University Microsatellite"

Transcription

1 SpaceOps 200 Conference<br><b><i>Delivering on the Dream</b></i><br><i>Hosted by NASA Mars April 200, Huntsville, Alabama AIAA Low Cost Control and Simulation Environment for the Flying Laptop, a University Microsatellite Michael Fritz and Hans-Peter Roeser2 Institute of Space Systems, University of Stuttgart, 70569, Germany Jens Eickhoff3 EADS Astrium, Friedrichshafen, 88039, Germany Simon Reid4 Rhea System S.A., Louvain-La-Neuve, 348, Belgium The Institute of Space Systems at the University of Stuttgart is preparing the Flying Laptop, a microsatellite for technology evaluation and Earth observation. The university environment mandates low cost, which rules out engineering models. Thus a model-based development approach is used to verify concepts during the development phase and to support on-board software tests. The applied simulation infrastructure should use professional software to train students on an appropriate environment. However, the software has also to be intuitive and easy to learn in order that students can be quickly productive in the limited time that they have available during their theses. The solution was to combine established industry toolsets, supplied at low cost. The system simulation infrastructure Model-based Development and Verification Environment (MDVE) was developed by Astrium as real time simulator and is commanded via an ESA SCOS-2000 mission control system. The spacecraft can be visualized by connecting the real-time 3D visualization software Celestia to the simulator. Efficient commanding is ensured by the procedure editor and execution engine Manufacturing and Operations Information System (MOIS) which replaces the operator and enables automated tests. U I. Introduction NIVERSITY satellite projects are usually equipped with very low budgets. They have educational purposes, students should gain experience in spacecraft development. Thus there are hardly any customers who fund these projects. Industrial projects may be better equipped but in the last decade their budgets decreased. So both, university and industry have to build their satellites at low costs. As engineering models of satellites come at high prices, their abandonment is necessary. In order to keep the risk of mission failure nevertheless at a low level, the Model-Based Development and Verification Environment (MDVE) has been established. By the use of a simulation infrastructure real hardware is replaced by software models enabling operational test scenarios and on-board software testing. This technique has initially been realized by EADS Astrium and been used for the development of several satellites. The Institute of Space Systems (IRS) at the University of Stuttgart also uses this approach for the development of the microsatellite Flying Laptop depicted in Figure.2 Institute of Space Systems, Pfaffenwaldring 3, Stuttgart, Germany, fritz@irs.uni-stuttgart.de Institute Director, Institute of Space Systems 3 EADS Astrium, Friedrichshafen, 88039, Germany 4 Chief Engineer, Rhea System S.A, s.reid@rheagroup.com 2 Copyright 200 by Institute of Space Systems, University of Stuttgart. Published by the, Inc., with permission.

2 Figure. The microsatellite Flying Laptop, IRS The Flying Laptop has a mass of about 20 kg and a size of 60 x 70 x 80 cm 3. The primary mission objective is to demonstrate and qualify new small-satellite technologies, although along with this multiple scientific experiments are planned. High-speed Ka-band communication, a high accurate attitude control system, a new kind of release mechanism and the space-use of components like state-of-the-art fiber optic gyroscopes and solar cells are the technologies to be demonstrated. Precipitation measurement, search for Near Earth Objects, multi-spectral and multi-angular Earth observation are the plans on the scientific side. The Flying Laptop is the first University satellite in Europe completely commanded by industry standards. There is a close cooperation with many companies in order to realize this intention. Test infrastructure like the simulation infrastructure described below has been built up. Figure 2 Simulation infrastructure at the Institute of Space Systems, IRS A university institute has neither the manpower nor the financial capabilities to build up its own model-based simulation environment. Students should furthermore be trained on industrial tools to leave university well prepared for their jobs. Thus the Institute of Space Systems cooperates with EADS Astrium and uses simulation infrastructure For example the ESA Packet Utilization Standard 2

3 developed by them. As each spacecraft has its own characteristics, all component models of the microsatellite Flying Laptop used in the MDVE have been created at the institute.2 The complete setup consists of five elements, a procedure editor and execution engine, a mission control system, a real-time simulator and a 3D visualization engine. The corresponding screens can be seen upon Figure 2. The last element is hidden by the acting operator of the simulation setup in this figure. It is a handful of FPGA development boards which can be connected to this environment in order to test on-board control algorithms with the use of MDVE, see also Figure 4 further below. This setup is in extensive use now. The next enhancement will be the connection of the real on-board computer in order to test the on-board software later in the development process.3-5 Students can test on-board algorithms developed by them with this infrastructure. The real-time simulator itself is a powerful tool, but has some restrictions. Neither comfortable live monitoring and control nor easy test procedure handling is available. However, students developing control algorithms are in need of such tools. They do not have the time to get deeply involved in the real-time simulator during their theses which typically last six months. Therefore further industrial tools have been integrated into the environment. One is the ESA mission control system SCOS-2000 enabling easy control and comfortable live monitoring. However, students have to act as an operator to make use of this system. In order to enable automated tests with SCOS-2000 and comfortable test procedure handling, the procedure editor and execution engine Manufacturing and Operations Information System (MOIS) has been integrated. This software tool has been sponsored by Rhea, the company which developed MOIS. Furthermore a 3D live visualization for simulation results was developed. This upgrade is based on the open-source software Celestia and makes it easier to evaluate simulation runs which is also an advantage for students.3,5,6 II. Control and simulation infrastructure Heart of the environment is the real-time simulator developed by EADS Astrium. It has to run in real-time in order to allow hardware-in-the-loop setups. The simulator consists of two big parts. The first is the simulator core which comprises simulator kernel, several propagators and mathematical functions. This part has completely been delivered by EADS Astrium. The second one comprises the applied component models and their data and power links. That part has been developed at the institute using UML models. By the use of a script which generates code from UML the raw C++ code can easily be created and has to be filled with algorithms representing component behaviour. This process is outlined in Figure 3. Figure 3 Code Generation from a UML diagram All Flying Laptop components have been modeled up to now. The models have been verified both by unit tests checking the internal correctness of single component models and by comparing simulation results with other simulation environments like Simulink and ESATAN. Several FPGA development boards have been connected to the simulator up to now. They can be connected both via serial connection using RS-422 and via ethernet connection using sockets. A driver has been written to connect the boards with the simulator models. Figure 4 shows one of the boards which have been connected to MDVE. Attitude control algorithms running on an FPGA development board have been verified with this setup.4 3

4 The simulator can be controlled with a command line interface. Certain commands like simulator and propagator start are used very often. Thus a command line is very inefficient. Though the simulator provides the visualization of results in graph, it is only a very basic concept. For these reasons the ESA mission control system SCOS-2000 has been integrated targeting on these issues. Another advantage is to command the development boards from SCOS2000. A proxy has been created enabling the communication between SCOS-2000 and the simulator as well as the development boards. SCOS-2000 can be configured to projects needs by the Mission Information Base (MIB). For example telemetry and telecommand packets as well as graphical and alphanumerical displays can be configured here. Figure 6 shows the SCOS-2000 Telemetry Desktop visualizing the rotational rates around the body axes. The tested algorithm is the detumbling mode which shall decrease the rotational rates.6,7 Figure 4. FPGA development board IRS Figure 5. SCOS-2000 Telemetry Desktop 4

5 This setup seems to be very comfortable. However, an operator is needed to react to telemetry events which is essential for many test cases. Thus a software is needed enabling automated tests. There are several of such software tools available on the market. They provide different stages of comfort, from easy script handling up to graphical procedure handling and execution. A very comfortable tool is MOIS which comprises the following functionalities:8 Data can be imported from the SCOS-2000 MIB. Procedures can be filled by choosing the imported data from a dropdown menu. This does not only make the creation of procedures very comfortable, but also prevents typing errors and guarantees data consistency between the mission control system and the procedure editor and execution engine. The logic of a procedure can be created and edited in graphical flowcharts. The text-based logic is generated from the corresponding graphic. This simplifies procedure generation and enables their clear illustration. Procedures can be executed using another graphical illustration called MOIS Validator. This enables tracking the current state of a procedure run. An example is shown in Figure 6. MOIS furthermore provides the possibility to import and export scripts from and into any utilized operations language, for example Pluto and Tcl. Procedures can be exchanged with organizations which use a more basic engine. The intuitive use is appropriate for students who now can quickly create test procedures. Rhea kindly sponsored the Institute of Space Systems with an academic license for MOIS.3 Figure 6. MOIS Validator Rhea A complete command chain has been built up, enabling automated algorithm tests and soon on-board software tests, too. The other satellites which will be developed after the Flying Laptop can make use of this infrastructure which is outlined with its internal connections in Figure 7. Both students and the industry profit from this setup. Students are trained on industrial tools which increases their qualification. This is an advantage for the industry, too.9 5

6 Figure 7. Outline of simulation infrastructure IRS III. Conclusion The established simulation infrastructure opens up the following possibilities: Operational scenarios for the Flying Laptop and the subsequent missions can be tested and evaluated in terms of complete satellite behaviour, including power budget. On-board control algorithms and on-board software can be tested before real component hardware is available. This is necessary when the number of engineering models is significantly reduced. Otherwise the risk of mission failure would increase and the development time would be extended. This concept considerably reduces the development costs. By the use of MOIS, students can easily create and execute test procedures without getting deeply involved in simulator handling. So they can test on-board control algorithms and on-board software written by them. The exchange of procedures with organizations using another procedure execution engine is possible due to the import and export function provided by MOIS. Students are trained on industrial tools and finish their studies well educated. IV.Outlook The infrastructure has been built up and can now be used for extensive tests, the following ones serving as examples: Improved attitude control algorithms will be tested upon this environment. The results can be compared to the ones delivered by Simulink. The algorithm changes can then be evaluated. Failure detection, isolation and recovery functions will be extensively tested in the next months. The next enhancement of the infrastructure will be the integration of the simulator to a real-time linux system and the installation and configuration of an interface card. These steps prepare the integration of the real on-board computer. It will be also tested using the established environment. References Eickhoff, J., Simulating Spacecraft Systems, st ed., Springer Verlag, Heidelberg, Germany, Brandt, A., Kossev, I., Falke, A., Eickhoff, J., Roeser, H.-P., Preliminary System Simulation Environment of the University Microsatellite Flying Laptop, 6th IAA Symposium on Small Satellites for Earth Observation, Berlin, Germany, April Fritz, M., Simulated operations of the Microsatellite Flying Laptop with a Mission Operation System, IRS-08-S37, Institute 6

7 of Space Systems, Stuttgart, Germany, October Ziemke, C., Model-based development and verification of an on-board control algorithm architecture for the Microsatellite Flying Laptop, IRS-08-S6, Institute of Space Systems, Stuttgart, Germany, May Witt, R., Selection and configuration of a 3D tool for visualization purposes and realization of a real-time connection to the simulator, IRS-09-S20, Institute of Space Systems, Stuttgart, Germany, June Brandt, A., Development of Functional Models for Communication and Thermal Hardware and a Thermal Model for the Flying Laptop Microsatellite Simulation, IRS-07-S02, Institute of Space Systems, Stuttgart, Germany, February SCOS-2000 Team, SCOS-2000 Database Import ICD, European Space Agency, Rhea System, MOIS help, Louvain-La-Neuve, Belgium, March Fritz, M., Falke, A., Kuwahara, T., Roeser, H.-P., Pearson, S., Witts, A., Eickhoff, J., A commercial procedure execution engine completing the command chain of a university satellite simulation infrastructure, Academy Transactions Note, Acta Astronautica 66 (2009) , 200 7

ATV Data Link Simulator: A Development based on a CCSDS Layers Framework

ATV Data Link Simulator: A Development based on a CCSDS Layers Framework SpaceOps 2010 ConferenceDelivering on the DreamHosted by NASA Mars 25-30 April 2010, Huntsville, Alabama AIAA 2010-2089 ATV Data Link Simulator: A Development based on a CCSDS

More information

SCADE Suite in Space Applications

SCADE Suite in Space Applications SCADE Suite in Space Applications at EADS David Lesens 09/10/2008 Overview Introduction Historical use of SCADE at EADS Astrium ST Why using SCADE? The Automatic Transfer Vehicle (ATV) M51 and Vega R&T

More information

Echtzeittesten mit MathWorks leicht gemacht Simulink Real-Time Tobias Kuschmider Applikationsingenieur

Echtzeittesten mit MathWorks leicht gemacht Simulink Real-Time Tobias Kuschmider Applikationsingenieur Echtzeittesten mit MathWorks leicht gemacht Simulink Real-Time Tobias Kuschmider Applikationsingenieur 2015 The MathWorks, Inc. 1 Model-Based Design Continuous Verification and Validation Requirements

More information

EBERSPÄCHER ELECTRONICS automotive bus systems. solutions for network analysis

EBERSPÄCHER ELECTRONICS automotive bus systems. solutions for network analysis EBERSPÄCHER ELECTRONICS automotive bus systems solutions for network analysis DRIVING THE MOBILITY OF TOMORROW 2 AUTOmotive bus systems System Overview Analyzing Networks in all Development Phases Control

More information

BOSS/EVERCONTROL OS /Middleware Target ultra high Dependability. Abstract

BOSS/EVERCONTROL OS /Middleware Target ultra high Dependability. Abstract BOSS/EVERCONTROL OS /Middleware Target ultra high Dependability Sergio Montenegro, Felix Holzky FhG-FIRST Kekulestr 7, D-12489 Berlin, Germany sergio@first.fhg.de www.first.fhg.de/~sergio Tel +49 30 63921878

More information

ESA s Data Management System for the Russian Segment of the International Space Station

ESA s Data Management System for the Russian Segment of the International Space Station iss data management system ESA s Data Management System for the Russian Segment of the International Space Station J. Graf, C. Reimers & A. Errington ESA Directorate of Manned Spaceflight and Microgravity,

More information

The PACS Software System. (A high level overview) Prepared by : E. Wieprecht, J.Schreiber, U.Klaas November,5 2007 Issue 1.

The PACS Software System. (A high level overview) Prepared by : E. Wieprecht, J.Schreiber, U.Klaas November,5 2007 Issue 1. The PACS Software System (A high level overview) Prepared by : E. Wieprecht, J.Schreiber, U.Klaas November,5 2007 Issue 1.0 PICC-ME-DS-003 1. Introduction The PCSS, the PACS ICC Software System, is the

More information

Fundamentals of LoadRunner 9.0 (2 Days)

Fundamentals of LoadRunner 9.0 (2 Days) Fundamentals of LoadRunner 9.0 (2 Days) Quality assurance engineers New users of LoadRunner who need to load test their applications and/or executives who will be involved in any part of load testing.

More information

Final Year Projects at itm. Topics 2010/2011

Final Year Projects at itm. Topics 2010/2011 Final Year Projects at itm Topics 2010/2011 Chair of Information Technology in Mechanical Engineering Prof. Dr.-Ing. B. Vogel-Heuser Prof. Dr.-Ing. Frank Schiller Prof. Dr.-Ing. Klaus Bender Technische

More information

IBM SAP International Competence Center. Load testing SAP ABAP Web Dynpro applications with IBM Rational Performance Tester

IBM SAP International Competence Center. Load testing SAP ABAP Web Dynpro applications with IBM Rational Performance Tester IBM SAP International Competence Center Load testing SAP ABAP Web Dynpro applications with IBM Rational Performance Tester Ease of use, excellent technical support from the IBM Rational team and, of course,

More information

SAS the interoperability test solution

SAS the interoperability test solution www.anite.com SAS the interoperability test solution Anite is now part of Keysight Technologies Accelerating the introduction of new mobile devices Today s mobile device users expect a superior experience

More information

TIMED Mission System Engineering and System Architecture

TIMED Mission System Engineering and System Architecture TIMED Mission System Engineering and System Architecture David Y. Kusnierkiewicz Aspace mission consists of more than just a spacecraft and scientific instruments. It also includes a ground system to support

More information

Development of AUTOSAR Software Components within Model-Based Design

Development of AUTOSAR Software Components within Model-Based Design 2008-01-0383 Development of AUTOSAR Software Components within Model-Based Design Copyright 2008 The MathWorks, Inc. Guido Sandmann Automotive Marketing Manager, EMEA The MathWorks Richard Thompson Senior

More information

Introduction to Simulink & Stateflow. Coorous Mohtadi

Introduction to Simulink & Stateflow. Coorous Mohtadi Introduction to Simulink & Stateflow Coorous Mohtadi 1 Key Message Simulink and Stateflow provide: A powerful environment for modelling real processes... and are fully integrated with the MATLAB environment.

More information

Permissible ambient temperature Operation Storage, transport

Permissible ambient temperature Operation Storage, transport The Sitras PRO combined DC protective unit and controller is used in the power supply for DC railways in mass transit and main-line systems up 3,000 V DC. It protects DC switch gear and contact line systems

More information

Operability in the SAVOIR Context

Operability in the SAVOIR Context SAVOIR Avionics Reference Architecture Operability in the SAVOIR Context Avionics, Data Control & Software Systems Workshop 23/10/2012 Implementing Operability The CCN Standoff & the SOIRD SOIRD & Standarisation

More information

Decomposition into Parts. Software Engineering, Lecture 4. Data and Function Cohesion. Allocation of Functions and Data. Component Interfaces

Decomposition into Parts. Software Engineering, Lecture 4. Data and Function Cohesion. Allocation of Functions and Data. Component Interfaces Software Engineering, Lecture 4 Decomposition into suitable parts Cross cutting concerns Design patterns I will also give an example scenario that you are supposed to analyse and make synthesis from The

More information

Build products with visual solution configuration in an integrated quotation management application.

Build products with visual solution configuration in an integrated quotation management application. Build products with visual solution configuration in an integrated quotation management application. Configuration Lifecycle Management Configuration Lifecycle Management (CLM) is the management of configuration

More information

Architectures for Fleet Management. B. L. Kizzort. Harris Corporation, Melbourne, Florida, USA.

Architectures for Fleet Management. B. L. Kizzort. Harris Corporation, Melbourne, Florida, USA. Architectures for Fleet Management B. L. Kizzort Harris Corporation, Melbourne, Florida, USA. Abstract With the increasing reliance on space systems for communications, the number of multi-satellite, multimission

More information

LR120 Load Runner 12.0 Essentials Instructor-Led Training Version 12.0

LR120 Load Runner 12.0 Essentials Instructor-Led Training Version 12.0 LR120 Load Runner 12.0 Essentials Instructor-Led Training Version 12.0 Overview This five-day course introduces students to LoadRunner 12.0. The course covers topics about the Virtual User Generator (VuGen),

More information

UNLOCK YOUR IEC 61850 TESTING EXCELLENCE

UNLOCK YOUR IEC 61850 TESTING EXCELLENCE IMPROVE EFFICIENCY TEST WITH CONFIDENCE OF KNOW-HOW LEARN AND EXPAND YOUR IEC 61850 SKILLS MASTER YOUR NETWORK KNOWLEDGE GENERATE TEST RESULTS UNLOCK YOUR IEC 61850 TESTING EXCELLENCE Connect To & Read

More information

Description of the AAU satellite Project. CubeSat Concept. Financing. Organization

Description of the AAU satellite Project. CubeSat Concept. Financing. Organization Projects Catalogue for AAU satellite /DRAFT by Rafael Wisniewski (I8), Ole Thybo (15), Stig Munk Nielsen (I14), Brian Nielsen (I16), Thomas Bak (I8), Lasse Rosendahl (I14) Description of the AAU satellite

More information

A class-structured software development platform for on-board computers of small satellites

A class-structured software development platform for on-board computers of small satellites A class-structured software development platform for on-board computers of small satellites Takaichi Kamijo*, Yuhei Aoki*, Sotaro Kobayashi*, Shinichi Kimura* *Department of Electrical Engineering, Tokyo

More information

Software Defined Radio Architecture for NASA s Space Communications

Software Defined Radio Architecture for NASA s Space Communications From July 2007 High Frequency Electronics Copyright 2007 Summit Technical Media Software Defined Radio Architecture for NASA s Space Communications By Maximilian C. Scardelletti, Richard C. Reinhart, Monty

More information

Rotorcraft Health Management System (RHMS)

Rotorcraft Health Management System (RHMS) AIAC-11 Eleventh Australian International Aerospace Congress Rotorcraft Health Management System (RHMS) Robab Safa-Bakhsh 1, Dmitry Cherkassky 2 1 The Boeing Company, Phantom Works Philadelphia Center

More information

Cisco - Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW)

Cisco - Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW) Page 1 of 20 Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW) Document ID: 50036 Contents Introduction Prerequisites Requirements Components Used Network Diagram The Role of Switched

More information

USE OF PYTHON AS A SATELLITE OPERATIONS AND TESTING AUTOMATION LANGUAGE

USE OF PYTHON AS A SATELLITE OPERATIONS AND TESTING AUTOMATION LANGUAGE USE OF PYTHON AS A SATELLITE OPERATIONS AND TESTING AUTOMATION LANGUAGE Gonzalo Garcia VP of Operations, USA Property of GMV All rights reserved INTRODUCTION Property of GMV All rights reserved INTRODUCTION

More information

ThinkServer RS140 Operating System Installation Guide

ThinkServer RS140 Operating System Installation Guide ThinkServer RS140 Operating System Installation Guide Note: Before using this information and the product it supports, be sure to read and understand the Read Me First and Safety, Warranty, and Support

More information

Space Flight Project Work Breakdown Structure

Space Flight Project Work Breakdown Structure APPENDIX G. (WBS) Space Flight Project Work Breakdown Structure G.1 Introduction G.1.1 The Project Work Breakdown Structure (WBS) is a key element of project management. The purpose of a WBS is to divide

More information

OASIS Application Note

OASIS Application Note OASIS Application Note Configuring the OASIS Software for Leica DM Control One feature of the OASIS control library software is the ability to control other hardware using common functions. For instance,

More information

Independent Validation of Software Safety Requirements for System of Systems by S. Driskell, J. Murphy, J.B. Michael, M. Shing

Independent Validation of Software Safety Requirements for System of Systems by S. Driskell, J. Murphy, J.B. Michael, M. Shing Independent Validation of Software Safety Requirements for System of Systems by S. Driskell, J. Murphy, J.B. Michael, M. Shing Presented by Stephen Driskell Stephen.Driskell@TASC.com Judy Murphy jmurphy@mpl.com

More information

IBM Deep Computing Visualization Offering

IBM Deep Computing Visualization Offering P - 271 IBM Deep Computing Visualization Offering Parijat Sharma, Infrastructure Solution Architect, IBM India Pvt Ltd. email: parijatsharma@in.ibm.com Summary Deep Computing Visualization in Oil & Gas

More information

WoPeD - An Educational Tool for Workflow Nets

WoPeD - An Educational Tool for Workflow Nets WoPeD - An Educational Tool for Workflow Nets Thomas Freytag, Cooperative State University (DHBW) Karlsruhe, Germany freytag@dhbw-karlsruhe.de Martin Sänger, 1&1 Internet AG, Karlsruhe, Germany m.saenger09@web.de

More information

New, changed, or deprecated features

New, changed, or deprecated features Microsoft Dynamics AX 7 New, changed, or deprecated s This document provides a summary of new and changed s that have been implemented in Microsoft Dynamics 'AX 7'. It also includes deprecated notices

More information

TASTE: A Real-Time Software Engineering Tool-Chain Overview, Status, and Future

TASTE: A Real-Time Software Engineering Tool-Chain Overview, Status, and Future TASTE: A Real-Time Software Engineering Tool-Chain Overview, Status, and Future Maxime Perrotin 1, Eric Conquet 1, Julien Delange 1, André Schiele 1, and Thanassis Tsiodras 2 1 European Space Agency, ESTEC,

More information

Fernando Aguado-Agelet University of Vigo - INTA

Fernando Aguado-Agelet University of Vigo - INTA Fernando Aguado-Agelet University of Vigo - INTA August 10th 2008 2008 Cubesat Summer Developer s Workshop 1 Project Presentation GENERAL DESCRIPTION University of Vigo: Leader Spanish university in R+D

More information

SPPA-T3000 Control System The Benchmark in Controls

SPPA-T3000 Control System The Benchmark in Controls Instrumentation, Controls & Electrical SPPA-T3000 Control System The Benchmark in Controls Siemens Power & Process Automation Answers for energy. The benchmark for Distributed Control Systems Developed

More information

Please Note: Temporary Graduate 485 skills assessments applicants should only apply for ANZSCO codes listed in the Skilled Occupation List above.

Please Note: Temporary Graduate 485 skills assessments applicants should only apply for ANZSCO codes listed in the Skilled Occupation List above. ANZSCO Descriptions This ANZSCO description document has been created to assist applicants in nominating an occupation for an ICT skill assessment application. The document lists all the ANZSCO codes that

More information

Zabbix 1.8 Network Monitoring

Zabbix 1.8 Network Monitoring Zabbix 1.8 Network Monitoring Monitor your network's hardware, servers, and web performance effectively and efficiently Rihards Olups - PUBLISHING - 1 BIRMINGHAM - MUMBAI Preface 1 Chapter 1: Getting Started

More information

Manage Software Development in LabVIEW with Professional Tools

Manage Software Development in LabVIEW with Professional Tools Manage Software Development in LabVIEW with Professional Tools Introduction For many years, National Instruments LabVIEW software has been known as an easy-to-use development tool for building data acquisition

More information

Sample Configuration Using the ip nat outside source list C

Sample Configuration Using the ip nat outside source list C Sample Configuration Using the ip nat outside source list C Table of Contents Sample Configuration Using the ip nat outside source list Command...1 Introduction...1 Before You Begin...1 Conventions...1

More information

What's New in BarTender 2016

What's New in BarTender 2016 What's New in BarTender 2016 WHITE PAPER Contents Introduction 3 64-bit BarTender Installation 3 Data Entry Forms 3 BarTender Integration Builder 3 BarTender Print Portal 3 Other Upgrades 3 64-bit BarTender

More information

AIAA-2004-5820 Distributed Operation of a Military Research Micro Satellite Using the Internet

AIAA-2004-5820 Distributed Operation of a Military Research Micro Satellite Using the Internet AIAA-2004-5820 Distributed Operation of a Military Research Micro Satellite Using the Internet Chris Jackson * Surrey Satellite Technology Ltd., Guildford, England, GU2 7XH, UK Major Timothy J. Lawrence,

More information

Electrics & Electronics

Electrics & Electronics Area of competence Electrics & Electronics Maximum Focus ARRK P+Z Engineering For nearly 50 years, we have providing active product development support to customers from the automotive, aerospace and special

More information

Making model-based development a reality: The development of NEC Electronics' automotive system development environment in conjunction with MATLAB

Making model-based development a reality: The development of NEC Electronics' automotive system development environment in conjunction with MATLAB The V850 Integrated Development Environment in Conjunction with MAT...iles and More / Web Magazine -Innovation Channel- / NEC Electronics Volume 53 (Feb 22, 2006) The V850 Integrated Development Environment

More information

HA for Enterprise Clouds: Oracle Solaris Cluster & OpenStack

HA for Enterprise Clouds: Oracle Solaris Cluster & OpenStack HA for Enterprise Clouds: Oracle Solaris Cluster & OpenStack Eve Kleinknecht / Thorsten Frueauf Oracle Keywords: OpenStack, High Availability, Solaris, Solaris Cluster, Oracle Introduction: More and more

More information

Consolidate Distributed Documents by Simplifying Information Sharing

Consolidate Distributed Documents by Simplifying Information Sharing Consolidate Distributed Documents by Simplifying Information Sharing DaiNippon Screen MFG. Co. Ltd. is the leading company with strong R&D capabilities; 60% of its employees are technical staffs. With

More information

Software INTERACT. MachineLogic. The Shortest Distance Between Man and Machine

Software INTERACT. MachineLogic. The Shortest Distance Between Man and Machine Software INTERACT MachineLogic The Shortest Distance Between Man and Machine Fully IntegrateYour HMI and PC-Based Control With MachineShop Project Management MachineShop s Project Management is a simple,

More information

DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com info@flexense.com. File Integrity Monitor

DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com info@flexense.com. File Integrity Monitor DiskBoss File & Disk Manager File Integrity Monitor Version 2.0 Dec 2011 www.flexense.com info@flexense.com 1 Product Overview DiskBoss is an automated, rule-based file and disk manager allowing one to

More information

Embedded Critical Software Testing for Aerospace Applications based on PUS

Embedded Critical Software Testing for Aerospace Applications based on PUS XI Workshop de Testes e Tolerância a Falhas 119 Embedded Critical Software Testing for Aerospace Applications based on PUS Rodrigo P. Pontes 1, Eliane Martins 2, Ana M. Ambrósio 3, Emília Villani 1 1 Instituto

More information

Architecture Frameworks in System Design: Motivation, Theory, and Implementation

Architecture Frameworks in System Design: Motivation, Theory, and Implementation Architecture Frameworks in System Design: Motivation, Theory, and Implementation Matthew Richards Research Assistant, SEARI Daniel Hastings Professor, Engineering Systems Division Professor, Dept. of Aeronautics

More information

System i and System p. Customer service, support, and troubleshooting

System i and System p. Customer service, support, and troubleshooting System i and System p Customer service, support, and troubleshooting System i and System p Customer service, support, and troubleshooting Note Before using this information and the product it supports,

More information

Sample Configuration Using the ip nat outside source static

Sample Configuration Using the ip nat outside source static Sample Configuration Using the ip nat outside source static Table of Contents Sample Configuration Using the ip nat outside source static Command...1 Introduction...1 Before You Begin...1 Conventions...1

More information

Eli Levi Eli Levi holds B.Sc.EE from the Technion.Working as field application engineer for Systematics, Specializing in HDL design with MATLAB and

Eli Levi Eli Levi holds B.Sc.EE from the Technion.Working as field application engineer for Systematics, Specializing in HDL design with MATLAB and Eli Levi Eli Levi holds B.Sc.EE from the Technion.Working as field application engineer for Systematics, Specializing in HDL design with MATLAB and Simulink targeting ASIC/FGPA. Previously Worked as logic

More information

CONTROL, IOT AND OBSERVATION STATIONS

CONTROL, IOT AND OBSERVATION STATIONS CONTROL, IOT AND OBSERVATION STATIONS Satellite communications, earth observation, navigation and positioning and control stations indracompany.com ENGINEERING SERVICES CONTROL, IOT AND OBSERVATION STATIONS

More information

Information Technology Career Field Pathways and Course Structure

Information Technology Career Field Pathways and Course Structure Information Technology Career Field Pathways and Course Structure Courses in Information Support and Services (N0) Computer Hardware 2 145025 Computer Software 145030 Networking 2 145035 Network Operating

More information

Data Validation and Data Management Solutions

Data Validation and Data Management Solutions FRONTIER TECHNOLOGY, INC. Advanced Technology for Superior Solutions. and Solutions Abstract Within the performance evaluation and calibration communities, test programs are driven by requirements, test

More information

Propagation Channel Emulator ECP_V3

Propagation Channel Emulator ECP_V3 Navigation simulators Propagation Channel Emulator ECP_V3 1 Product Description The ECP (Propagation Channel Emulator V3) synthesizes the principal phenomena of propagation occurring on RF signal links

More information

PERSONNEL REQUIREMENTS FOR RADIO FREQUENCY SPACE TO GROUND RESEARCH

PERSONNEL REQUIREMENTS FOR RADIO FREQUENCY SPACE TO GROUND RESEARCH PERSONNEL REQUIREMENTS FOR RADIO FREQUENCY SPACE TO GROUND RESEARCH The following paragraphs set forth the Government's minimum desired requirements deemed necessary to perform the tasks set forth in the

More information

Features. Emerson Solutions for Abnormal Situations

Features. Emerson Solutions for Abnormal Situations Features Comprehensive solutions for prevention, awareness, response, and analysis of abnormal situations Early detection of potential process and equipment problems Predictive intelligence network to

More information

TestManager Administration Guide

TestManager Administration Guide TestManager Administration Guide RedRat Ltd July 2015 For TestManager Version 4.57-1 - Contents 1. Introduction... 3 2. TestManager Setup Overview... 3 3. TestManager Roles... 4 4. Connection to the TestManager

More information

FILE MANAGEMENT AND FILE TRANSFER CNES VIEWS. Christian POULIQUEN

FILE MANAGEMENT AND FILE TRANSFER CNES VIEWS. Christian POULIQUEN FILE MANAGEMENT AND FILE TRANSFER CNES VIEWS Christian POULIQUEN 1 SOMMAIRE INTRODUCTION NEEDS AND OPS CONCEPT STANDARDS OVERVIEW CNES MISSION STATUS OPEN POINTS 2 FILES IN SPACE - SHORT INTRODUCTION Many

More information

1394 Bus Analyzers. Usage Analysis, Key Features and Cost Savings. Background. Usage Segmentation

1394 Bus Analyzers. Usage Analysis, Key Features and Cost Savings. Background. Usage Segmentation 1394 Bus Analyzers Usage Analysis, Key Features and Cost Savings By Dr. Michael Vonbank DapUSA Inc., and Dr. Kurt Böhringer, Hitex Development Tools GmbH Background When developing products based on complex

More information

Leveraging Virtualization for Spacecraft Operations

Leveraging Virtualization for Spacecraft Operations Leveraging Virtualization for Spacecraft Operations GSAW 2012 Mr. Sen Yao Non-ITAR Marking Copyright 2012 The Boeing Company. Published by the Aerospace Corporation with permission. Agenda Virtualization

More information

Software Verification for Space Applications Part 2. Autonomous Systems. G. Brat USRA/RIACS

Software Verification for Space Applications Part 2. Autonomous Systems. G. Brat USRA/RIACS Software Verification for Space Applications Part 2. Autonomous Systems G. Brat USRA/RIACS Main Objectives Implement a sustained and affordable human and robotic program to explore the solar system and

More information

Lab Management, Device Provisioning and Test Automation Software

Lab Management, Device Provisioning and Test Automation Software Lab Management, Device Provisioning and Test Automation Software The TestShell software framework helps telecom service providers, data centers, enterprise IT and equipment manufacturers to optimize lab

More information

PRELIMINARY DESIGN REVIEW

PRELIMINARY DESIGN REVIEW STUDENTS SPACE ASSOCIATION THE FACULTY OF POWER AND AERONAUTICAL ENGINEERING WARSAW UNIVERSITY OF TECHNOLOGY PRELIMINARY DESIGN REVIEW CAMERAS August 2015 Abstract The following document is a part of the

More information

Asseco Poland Company Presentation

Asseco Poland Company Presentation Asseco Poland Company Presentation October 2015 2 Asseco at a Glance Founded in 1991 The largest IT company in Poland 6th largest software producer in Europe Traded on the WSE, included in the WIG20 Blue

More information

FULLY AUTOMATIC AND OPERATOR-LESS ANOMALY DETECTING GROUND SUPPORT SYSTEM FOR MARS PROBE "NOZOMI"

FULLY AUTOMATIC AND OPERATOR-LESS ANOMALY DETECTING GROUND SUPPORT SYSTEM FOR MARS PROBE NOZOMI Proceeding of the 6 th International Symposium on Artificial Intelligence and Robotics & Automation in Space: i-sairas 2001, Canadian Space Agency, St-Hubert, Quebec, Canada, June 18-22, 2001. FULLY AUTOMATIC

More information

Performance analysis and comparison of virtualization protocols, RDP and PCoIP

Performance analysis and comparison of virtualization protocols, RDP and PCoIP Performance analysis and comparison of virtualization protocols, RDP and PCoIP Jiri Kouril, Petra Lambertova Department of Telecommunications Brno University of Technology Ustav telekomunikaci, Purkynova

More information

Trends in Embedded Software Engineering

Trends in Embedded Software Engineering Trends in Embedded Software Engineering Prof. Dr. Wolfgang Pree Department of Computer Science Universität Salzburg cs.uni-salzburg.at MoDECS.cc PREEtec.com Contents Why focus on embedded software? Better

More information

The Virtual Environment

The Virtual Environment Chapter 2 The Virtual Environment In the following chapters we examine a variety of problems related to information security, as they arise in modern computer and communication systems. To deepen your

More information

Aerospace Information Technology Topics for Internships and Bachelor s and Master s Theses

Aerospace Information Technology Topics for Internships and Bachelor s and Master s Theses Aerospace Information Technology s for Internships and Bachelor s and Master s Theses Version Nov. 2014 The Chair of Aerospace Information Technology addresses several research topics in the area of: Avionic

More information

Visual Programming of Logic, Motion, and Robotics

Visual Programming of Logic, Motion, and Robotics ADVANCED Motion Controls October 2014 Visual Programming of Logic, Motion, and Robotics Sándor Barta Overview The art of programming consists of mentally translating a workflow into a sequential programming

More information

Link Aggregation and its Applications

Link Aggregation and its Applications Link Aggregation White Paper Link Aggregation and its Applications Asante 47709 Fremont Blvd Fremont, CA 94538 USA SALES 408-435-8388 TECHNICAL SUPPORT 408-435-8388: Worldwide www.asante.com/support support@asante.com

More information

BUILD-IT: an intuitive simulation tool for multi-expert layout processes

BUILD-IT: an intuitive simulation tool for multi-expert layout processes BUILD-IT: an intuitive simulation tool for multi-expert layout processes Morten Fjeld Institute for Hygiene and Applied Physiology (IHA) ETH-Z, Clausiusstr. 25, CH-8092 Zurich, SWITZERLAND phone: +41-1-6323983,

More information

XWEB EVO Supervisor and Monitoring Systems. November 2014

XWEB EVO Supervisor and Monitoring Systems. November 2014 Supervisor and Monitoring Systems November 2014 XWEB EVO Supervisor and Monitoring Systems for the management of Retail field and HVAC/R applications MAIN APPLICATIONS Hypermarkets Petrol Stations Supermarkets

More information

Configuration Guide. Independent T1 Timing. 6AOSCG0025-29A February 2012

Configuration Guide. Independent T1 Timing. 6AOSCG0025-29A February 2012 6AOSCG0025-29A February 2012 Configuration Guide This configuration guide describes the feature available on certain NetVanta units. This guide explains the differences in configuration settings on all

More information

EyasSAT: A Classroom Nanosatellite for Teaching Space Systems Engineering. EyasSAT 1

EyasSAT: A Classroom Nanosatellite for Teaching Space Systems Engineering. EyasSAT 1 : A Classroom Nanosatellite for Teaching Space Systems Engineering 1 Introduction The Need The Solution Background System Architecture Applications Conclusions Outline 2 The Need Space Systems Engineering

More information

Insight Advanced Workstation

Insight Advanced Workstation Technical Specification Sheet Document No. 149-333P25 October 29, 2015 Insight Advanced Workstation Figure 1. Insight Advanced Main Menu. The Insight Advanced Workstation transforms a personal computer

More information

Deploying Exchange Server 2007 SP1 on Windows Server 2008

Deploying Exchange Server 2007 SP1 on Windows Server 2008 Deploying Exchange Server 2007 SP1 on Windows Server 2008 Product Group - Enterprise Dell White Paper By Ananda Sankaran Andrew Bachler April 2008 Contents Introduction... 3 Deployment Considerations...

More information

Enabling Multiple Wireless Networks on RV320 VPN Router, WAP321 Wireless-N Access Point, and Sx300 Series Switches

Enabling Multiple Wireless Networks on RV320 VPN Router, WAP321 Wireless-N Access Point, and Sx300 Series Switches print email Article ID: 4941 Enabling Multiple Wireless Networks on RV320 VPN Router, WAP321 Wireless-N Access Point, and Sx300 Series Switches Objective In an ever-changing business environment, your

More information

The infrared camera NEC Thermo tracer TH7102WL (1) (IR

The infrared camera NEC Thermo tracer TH7102WL (1) (IR PERIODICUM BIOLOGORUM UDC 57:61 VOL. 108, No 4,????, 2006 CODEN PDBIAD ISSN 0031-5362 Original scientific paper ThermoWEB-Remote Control and Measurement of Temperature over the Web D. KOLARI] K. SKALA

More information

Macros allow you to integrate existing Excel reports with a new information system

Macros allow you to integrate existing Excel reports with a new information system Macro Magic Macros allow you to integrate existing Excel reports with a new information system By Rick Collard Many water and wastewater professionals use Microsoft Excel extensively, producing reports

More information

Linux. Reverse Debugging. Target Communication Framework. Nexus. Intel Trace Hub GDB. PIL Simulation CONTENTS

Linux. Reverse Debugging. Target Communication Framework. Nexus. Intel Trace Hub GDB. PIL Simulation CONTENTS Android NEWS 2016 AUTOSAR Linux Windows 10 Reverse ging Target Communication Framework ARM CoreSight Requirements Analysis Nexus Timing Tools Intel Trace Hub GDB Unit Testing PIL Simulation Infineon MCDS

More information

Utilizing Domain-Specific Modelling for Software Testing

Utilizing Domain-Specific Modelling for Software Testing Utilizing Domain-Specific Modelling for Software Testing Olli-Pekka Puolitaival, Teemu Kanstrén VTT Technical Research Centre of Finland Oulu, Finland {olli-pekka.puolitaival, teemu.kanstren}@vtt.fi Abstract

More information

Model-Based Testing of Spacecraft Flight Software

Model-Based Testing of Spacecraft Flight Software Model-Based Testing of Spacecraft Flight Software Maria Hernek Virtual 12/09/2013 Objective/Outline Objective: To present the result and achievements of ESA study Model Based Testing of flight SW and discuss

More information

Enhance student s learning with an aid of simulation software to understand Computer Networking Undergraduate courses.

Enhance student s learning with an aid of simulation software to understand Computer Networking Undergraduate courses. Enhance student s learning with an aid of simulation software to understand Computer Networking Undergraduate courses. Veeramani Shanmugam s.veeramani@curtin.edu.my Lenin Gopal lenin@curtin.edu.my Zeya

More information

Troubleshooting Tools to Diagnose or Report a Problem February 23, 2012

Troubleshooting Tools to Diagnose or Report a Problem February 23, 2012 Troubleshooting Tools to Diagnose or Report a Problem February 23, 2012 Proprietary 2012 Media5 Corporation Scope of this Document This Technical Bulletin aims to inform the reader on the troubleshooting

More information

LR120 LoadRunner 12.0 Essentials

LR120 LoadRunner 12.0 Essentials LR120 LoadRunner 12.0 Essentials Overview This five-day course introduces students to HP LoadRunner 12.0, including the usage of Virtual User Generator (VuGen), Controller and Analysis tools. This course

More information

Using artificial intelligence methods and 3D graphics for implementation a computer simulator for ophthalmology

Using artificial intelligence methods and 3D graphics for implementation a computer simulator for ophthalmology Using artificial intelligence methods and 3D graphics for implementation a computer simulator for ophthalmology V. V. Gribova, M. V. Petryaeva, L. A. Fedorischev Intelligent System Laboratory, Institute

More information

Bitrix Site Manager 4.1. User Guide

Bitrix Site Manager 4.1. User Guide Bitrix Site Manager 4.1 User Guide 2 Contents REGISTRATION AND AUTHORISATION...3 SITE SECTIONS...5 Creating a section...6 Changing the section properties...8 SITE PAGES...9 Creating a page...10 Editing

More information

FNT EXPERT PAPER. // From Cable to Service AUTOR. Data Center Infrastructure Management (DCIM) www.fntsoftware.com

FNT EXPERT PAPER. // From Cable to Service AUTOR. Data Center Infrastructure Management (DCIM) www.fntsoftware.com FNT EXPERT PAPER AUTOR Oliver Lindner Head of Business Line DCIM FNT GmbH // From Cable to Service Data Center Infrastructure Management (DCIM) Data center infrastructure management (DCIM), as understood

More information

Use software to define silicon p. 15

Use software to define silicon p. 15 April 2008 Use software to define silicon p. 15 >> Domain-specific modeling p.20 >> Efficient CRC calculation p.24 >> Linux development tools p.28 >> Verification enters the atomic age p.33 >> Advantages

More information

SCADA Questions and Answers

SCADA Questions and Answers SCADA Questions and Answers By Dr. Jay Park SCADA System Evaluation Questions Revision 4, October 1, 2007 Table of Contents SCADA System Evaluation Questions... 1 Revision 4, October 1, 2007... 1 Architecture...

More information

HP LoadRunner: Essentials 11

HP LoadRunner: Essentials 11 coursemonster.com/uk HP LoadRunner: Essentials 11 View training dates» Overview This five-day course introduces students to LoadRunner 11. The course covers topics for the VuGen, the Controller, and Analysis

More information

TREK GETTING STARTED GUIDE

TREK GETTING STARTED GUIDE TREK GETTING STARTED GUIDE February 2015 Approved for Public Release; Distribution is Unlimited. TABLE OF CONTENTS PARAGRAPH PAGE 1 Welcome... 2 1.1 About TReK... 2 1.2 About this Guide... 2 1.3 Important

More information

NASA ISS Research Academy and Pre-Application Meeting. Erin Beck Mission Integrator erin.beck@spacex.com August 4, 2010

NASA ISS Research Academy and Pre-Application Meeting. Erin Beck Mission Integrator erin.beck@spacex.com August 4, 2010 NASA ISS Research Academy and Pre-Application Meeting Erin Beck Mission Integrator erin.beck@spacex.com SpaceX Overview Founded in mid-2002 with the singular goal of providing highly reliable, low cost

More information

Best Practices for Verification, Validation, and Test in Model- Based Design

Best Practices for Verification, Validation, and Test in Model- Based Design 2008-01-1469 Best Practices for Verification, Validation, and in Model- Based Design Copyright 2008 The MathWorks, Inc. Brett Murphy, Amory Wakefield, and Jon Friedman The MathWorks, Inc. ABSTRACT Model-Based

More information

IBM QRadar Security Intelligence Platform appliances

IBM QRadar Security Intelligence Platform appliances IBM QRadar Security Intelligence Platform Comprehensive, state-of-the-art solutions providing next-generation security intelligence Highlights Get integrated log management, security information and event

More information