Strategy, Developments & Outlook SESP September 2010 ESTEC, Noordwijk, The Netherlands

Size: px
Start display at page:

Download "Strategy, Developments & Outlook SESP September 2010 ESTEC, Noordwijk, The Netherlands"

Transcription

1 Strategy, Developments & Outlook SESP September 2010 ESTEC, Noordwijk, The Netherlands

2 Overview Introduction Strategy Upgraded courses New 4.2 features EuroSim 4.3 outlook EuroSim on a stick Slide 2

3 Introduction: Product charateristics EuroSim real-time simulation infrastructure Available since 1994, now in 4 th generation is a configurable simulator platform developed in close cooperation with ESA designed to support all phases of the Engineering and Support process capable of real-time simulations, with man- and/or hardware-in-the-loop re-using existing model software Applied in projects as ERA, ATV, Herschell-Planck, Gaia, Feasibility Engineering Prototype Production/ Testing Operations/ Training Slide 3

4 Introduction: Product overview Extensive graphical support throughout the phases of a simulation Project Management Model Integration Scheduling Preparation Execution Analysis Slide 4

5 Introduction: The team Management & marketing team Coen Claassens (DS) Tonny ten Dam (NLR) Erik Roekens (Task24) Technical team Leon Bremer, design leader DS Jeroen Moelands, design leader NLR Erwin Scheutelkamp, design leader Task24 Jose Fernandez, The EuroSim maintainer, helpdesk and more André Glas, kernel & driver expert Slide 5

6 Strategy: Our market The domain in which EuroSim is used We are in a niche market with 150 active licenses We are a commercial tool and have to 'live' from license fees and support contracts We have Customers with long-duration contracts (>25 years) and will support them to the end. We are in the most challenging technical domain: real-time applications with hardware in the loop very dependent on hardware and operating environments. Maintaining performance and reliability is a real challenge!! Slide 6

7 Strategy: Our approach Be very conservative with changing EuroSim's architecture or core, and introduction of new technologies. Projects drive and fund new developments Sometimes by contracting EuroSim to add features Sometimes by own developments handed over to EuroSim Sometimes EuroSim generalizes on their development Slide 7

8 Strategy: Benefits Benefits of our approach Conservative approach helps in maintaining our performance and reliability Project driven features have immediate need, experience and maturity Features in the end come available to all EuroSim users. We thus share and gain. When accepted as part of the EuroSim product, EuroSim will maintain the new features. Slide 8

9 Strategy: License fees What about EuroSim's license fees? The fees pay for the maintenance of Eurosim and the helpdesk We maintain many distributions for Linux, as well as Windows and Irix New OS releases come out frequently, requiring update and certification We have an infrastructure of servers for nightly build and test and new feature addition We answer questions and handle SPRs with procedure and tools in place, and provide patch releases when needed Slide 9

10 Strategy: Maintenance So what is currently happening in maintenance? We are in the process of establishing verified hardware and software distribution baselines. First baseline expected this year with Concurrent RedHawk computer, EuroSim 4.2 and AIM MIL1553 card We are in the process of upgrading our infrastructures for distribution and support. We have upgraded and expanded our courseware And our helpdesk is working on your questions, release distributions etc. Slide 10

11 Strategy: Roadmap What about a roadmap? A high priority (unfunded) wish will always have lower priority than a project (paid) requirement But we are interested in your needs and suggestions and maintain a list of 'good ideas' In the upgrade of our website we will publish that list When time is available, non critical SPRs, ideas and suggestions are handled and integrated. Slide 11

12 EuroSim Courses: Upgrade In 2010 we upgraded and extended our Courseware The courses we are now providing with EuroSim 4.2 Foundation (1 day) Learn to code and click your way through classic EuroSim Developer (3 day) Learn and experience how to design a EuroSim simulator for your project Hardware-in-the-Loop (1 day) Become a specialist in EuroSim hardware in the Loop features Slide 12

13 EuroSim Course: Foundation Foundation (1 day, max 8 persons) 1 day, up to 8 persons Less deep, more overview and practical Classic EuroSim API (C, Fortran code parsers) Covers all user interfaces Now also teaching you some practical skills on handling common problems and code issues Slide 13

14 EuroSim Courses: Developer Developer (3 days, max 4 x 2) Additional APIs like C++, SMP2, JAVA, Matlab Integration of models Advanced real-time concepts and scheduling External applications Scripting in and outside EuroSim Examples of various projects Slide 14

15 EuroSim Courses: HIL Hardware-in-the-Loop (1 day, small group) Courseware created on demand Focus on drivers, interrupts Always tailored to customer needs Typically on customer premises and hardware Best performed with or after delivery of system Slide 15

16 New features in Mk4.2 The new features in EuroSim 4.2: C++ API Embedded EuroSim Improved SMP2 support Slide 16

17 C++ API: Project Requirements Driven by project need for support of C++ and toolchain Like C API but then C++ and supporting OO concepts Easy to learn, quick to program Preferably fitting in code generation from UML models contained in Enterprise Architect Severe restrictions on coding due to specific compiler and libraries used in the project Hard real-time execution on various platforms guaranteed Slide 17

18 C++ API: Project tool chain Enterprise Architect EA UML models C++ Eclipse Source Code EuroSim Specification Make Process Target Configuration TargetExecutable ethernet HostInterface Application Host Simulator Simulation Controller Host Configuration Documentation Slide 18

19 C++ API: UML diagam Start with UML model in Enterprise architect Slide 19

20 C++ API: Generate class The enhanced Enterprise Architect code generator automatically adds documentation Add a EuroSim publication method to the class definition Slide 20

21 C++ API: Generate implementation In the implementation file it generates the implementation of this method, which publishes all the class attributes, methods and associations You enhance this with Min, Max, Unit, Description etc. Slide 21

22 C++ API: Add model implementation Using eclipse, the developers add their model implementation to the generated empty methods Slide 22

23 C++ API: Specify the model build The Model Editor is merely used to specify the simulator build. Slide 23

24 C++ API: Define the task schedule You can schedule tasks and hook in your entrypoints at runtime from the model code. Esim::addEntryToTask(taskname, entryname); Slide 24

25 C++ API: Build the simulator The build process creates a simulator with the following dictionary 3 Sat s Slide 25

26 C++ API: And run it Here we have three identical instances running of the satellite Slide 26

27 C++ API: Generate the documentation The detailed design documentation is automatically created Slide 27

28 C++ API: Delivery With the EuroSim 4.2 distribution you get The C++ API support The Satellite++ example used in this presentation The EAP database with UML models for the Satellite++ The modified code generator template (in the EAP database) C++ API compliant code generation With Doxygen make up Slide 28

29 Embedded EuroSim: Project tool chain Enterprise Architect EA UML models C++ Eclipse Source Code EuroSim Specification Make Process Target Configuration TargetExecutable ethernet HostInterface Application Host Simulator Simulation Controller Host Configuration Documentation Slide 29

30 Embedded EuroSim Why? Development driven by project need for executing a EuroSim simulator in an embedded environment HIL Primarily used for simulation but also suited for real-time control purposes System Services Is an extension to the standard development process Client GUI Batch Server Scheduler Models Dictionary Not part of standard delivery Tailor made for customer (target) Recorder Stimulator Script Engine File System Slide 30

31 Embedded EuroSim What is it? Generic Features: No User Interface turn key system Specialized Target platform HIL Limited and/or specialized IO System Services No disk, serial or network, just shared memory Other restrictions due to target specific tooling IO adapter Recorder Scheduler Models Script Engine Dictionary Stimulat or Embedded Files Slide 31

32 Embedded EuroSim First Use SHM PowerPC Target with limited memory and processor power running Integrity178B mission critical qualified OS Needs real-time execution of (unchanged) EuroSim models that are also developed on host simulator No disk, serial or network, just shared memory to other systems Severe restrictions on coding due to specific compiler and libraries used in the project IO adapter Scheduler Models Schedule Dictionary Dict Embedded Files Slide 32

33 Embedded EuroSim Build Process Developer starts development on normal EuroSim on host machine Standard EuroSim Build.dict +.sched file Esim_embed _files Application Models are re-used Schedule file and (generated) Dictionary file are converted to embedded code Model sources Embedded Files Embedded EuroSim is delivered as a library Target tooling is used to generate target executable Embedded EuroSim Core Target compiler + Linker Target Exeutable Slide 33

34 EuroSim 4.2 SMP2 generic tool chain SMP2 Artefact Editors.sed EGOS UMF.cat.ass.pkg ModelEditor ScheduleEditor SMP2 Model Implementation C++ IDE..a.so Generate C++ C++ IDE Build All Dictionary Schedules Simulator Simulation Controller EuroSim SMP2 Support Scope Simulations Slide 34

35 EuroSim 4.2 SMP2 support (1) EuroSim is SMP2 1.2 compliant EuroSim 4.2 supports all SMP2 1.2 artifacts except Workspace Not all features supported EuroSim 4.1 supported SMP2 in a very limited way EuroSim offers user-friendly SMP2 development tools Integrated in EuroSim GUI Command-line versions available No artefact editors available Slide 35

36 EuroSim 4.2 SMP2 support (2) EuroSim SMP2 support compared to EuroSim 4.1 Catalogues: small improvements & fixes Still missing some features (notably Values) Catalogue editor no longer supported Third-party SMP2 IDEs have emerged (EGOS_MF) or are emerging (UMF) Assembly support added Assembly code generator integrated in Model Editor Schedule support added SMP2-to-EuroSim schedule conversion integrated in Schedule Editor Slide 36

37 EuroSim 4.2 SMP2 support (3) Package support added Default package generator integrated in Model Editor Component Model: small improvements & fixes Still missing some features C++ Mapping: improved code generation Automatic code merging for iterative development Still missing some features (notably Values) Model Development Kit: still supported Slide 37

38 EuroSim features beyond SMP2 EuroSim offers better support for real-time simulators compared with what is possible with the current SMP2 features. EuroSim offers features to build real-time simulators that have been proven in large real-time simulator projects. Galileo Planck ATV Herschel GAIA Slide 38

39 EuroSim real-time features not present in SMP2 Support for hardware-in-the-loop events triggered from interrupts, signals, semaphores etc. low-latency asynchronous event handling Advanced scheduling primitives tasks priorities mutexes frequency dividers/multipliers non-real-time tasks in real-time context Scalability over multiple processors Model access to OS functions from r/t domain Infrastructure functions take O(1) time Slide 39

40 EuroSim 4.2 ECSS-E-TN support ECSS-E-TN not yet supported Further update to full standard compliance planned in the frame of the GSTP contract Standard Compliance EuroSim SMP2 standard run-time ECSS-E-TN Slide 40

41 EuroSim 4.3 outlook GSTP-contract Standard compliant EuroSim (ESA) main objectives Support of the SMP2 v1.2 standard. The run-time features shall be fully supported. Design-time features support: trade-off analysis. Binary compatibility with an SMP2 IDE to be selected (UMF, EGOS_MF) Possible partial support of the ECSS-E-TN Focus on the run-time features. While keeping EuroSim s hard real-time performance, EuroSim 4.3 will contain the additional standard support features Project time schedule Duration 12 months Slide 41

42 New ideas: EuroSim as a utility Dutch Space infrastructure can host a project in an area secured from all others including DS network Providing exclusive secure access to a hosted EuroSim setup, with specialized HIL, and collaborative environment features Use the simulator setup via a remote desktop, Sharepoint for secured document and data sharing, Configured DOORS, Enterprise Architect, C++ test, Cantata, Eclipse, Secure net meeting services including desktop sharing Established and applied successfully with partners in shared project, But is this a future direction for EuroSim customers? Example: Suppose we host a VSRF setup, would there be customer that want to 'rent' time on it. Slide 42

43 EuroSim on a Stick EuroSim is handing out 4.2 on a bootable USB stick Boot your computer from USB and try EuroSim 4.2 features Resulted from our need to demonstrate EuroSim Does not use your disk in any way, completely runs from the stick. Save your project on the free space on the stick, otherwise lost SEE OUR USB STICK DEMO Slide 43

44 EuroSim Ice-breaker Do you feel any of the following applies? Like to hear more about the new 4.2 features Have an opinion or comment you like to share with the EuroSim team Meet the EuroSim team members Have a chat with other symposium members Get your EuroSim on a stick Could seriously use a drink and a snack Then join us at the EuroSim Ice-breaker Slide 44

Simulation Model Portability 2 standard support in EuroSim Mk4

Simulation Model Portability 2 standard support in EuroSim Mk4 Simulation Portability 2 standard support in EuroSim Mk4 Jeroen Moelands EuroSim Design Leader (moelands@nlr.nl) Collaborative Engineering Systems department National Aerospace Laboratory NLR EuroSim Workshop

More information

Spacecraft Simulation Tool. Debbie Clancy JHU/APL

Spacecraft Simulation Tool. Debbie Clancy JHU/APL FSW Workshop 2011 Using Flight Software in a Spacecraft Simulation Tool Debbie Clancy JHU/APL debbie.clancy@jhuapl.edu 443-778-7721 Agenda Overview of RBSP and FAST Technical Challenges Dropping FSW into

More information

MPCS: Develop and Test As You Fly for MSL

MPCS: Develop and Test As You Fly for MSL MPCS: Develop and Test As You Fly for MSL GSAW 2008 Michael Tankenson & Lloyd DeForrest Wednesday April 2, 2008 Copyright 2008 California Institute of Technology. Government sponsorship acknowledged. Mission

More information

Digi Connect ME 9210 Linux: serial port 2 for JTAG modules

Digi Connect ME 9210 Linux: serial port 2 for JTAG modules Digi Connect ME 9210 Linux: serial port 2 for JTAG modules Document History Date Version Change Description 08/05/2009 Initial entry/outline Table of Contents Document History... 2 Table of Contents...

More information

Digi Connect ME 9210 Linux: 2 nd serial over FIM

Digi Connect ME 9210 Linux: 2 nd serial over FIM Digi Connect ME 9210 Linux: 2 nd serial over FIM Document History Date Version Change Description 09/04/2009 Initial entry/outline Table of Contents Document History... 2 Table of Contents... 2 1 Problem

More information

THE CANDU 9 DISTRffiUTED CONTROL SYSTEM DESIGN PROCESS

THE CANDU 9 DISTRffiUTED CONTROL SYSTEM DESIGN PROCESS THE CANDU 9 DISTRffiUTED CONTROL SYSTEM DESIGN PROCESS J.E. HARBER, M.K. KATTAN Atomic Energy of Canada Limited 2251 Speakman Drive, Mississauga, Ont., L5K 1B2 CA9900006 and M.J. MACBETH Institute for

More information

Virtual Breadboarding. John Vangelov Ford Motor Company

Virtual Breadboarding. John Vangelov Ford Motor Company Virtual Breadboarding John Vangelov Ford Motor Company What is Virtual Breadboarding? Uses Vector s CANoe product, to simulate MATLAB Simulink models in a simulated or real vehicle environment. Allows

More information

Microsoft System Center Data

Microsoft System Center Data U ft i V F_R S! TA TSBIB L! OTHEK MAMMOVER J Microsoft System Center Data Protection Manager 2012 SP1 Learn how to deploy, monitor, and administer System Center Data Protection Manager 2012 SP1 Steve Buchanan

More information

Perfect Golf Quick Start Guide

Perfect Golf Quick Start Guide Quick Start Guide Perfect Golf Quick Start Guide To play Perfect Golf you must first have purchased the following: 1. A SkyTrak Launch Monitor 2. Have an active Play and Improve Package 3. Have purchased

More information

Using MATLAB with CANoe

Using MATLAB with CANoe Version 2.0 2017-03-09 Application Note AN-IND-1-007 Author Restrictions Abstract Vector Informatik GmbH Public Document This application note describes the usage of MATLAB /Simulink combined with CANoe.

More information

A Guide to SCRUMstudy Certifications and Courses SDC SMC SPOC AEC ESM.

A Guide to SCRUMstudy Certifications and Courses SDC SMC SPOC AEC ESM. A Guide to SCRUMstudy Certifications and Courses SDC SMC SPOC AEC ESM www.com Table of Contents Introduction 3 About SCRUMstudy 3 Why should I pursue SCRUMstudy Certification? 3 SCRUMstudy Certifications

More information

A Guide to SCRUMstudy Certifications and Courses SDC SMC SPOC AEC ESM.

A Guide to SCRUMstudy Certifications and Courses SDC SMC SPOC AEC ESM. A Guide to SCRUMstudy Certifications and Courses SDC SMC SPOC AEC ESM www.com Table of Contents Introduction 3 About SCRUMstudy 3 Why should I pursue SCRUMstudy Certification? 3 SCRUMstudy Certifications

More information

Accelerate Your Riverbed SteelHead Deployment and Time to Value

Accelerate Your Riverbed SteelHead Deployment and Time to Value SteelHead Implementation Service Accelerate Your Riverbed SteelHead Deployment and Time to Value Proven Methodologies to Increase Adoption and Utilization Your organization has selected SteelHead appliances

More information

2017 LOCKHEED MARTIN CORPORATION. ALL RIGHTS RESERVED

2017 LOCKHEED MARTIN CORPORATION. ALL RIGHTS RESERVED 1 Lockheed Martin (LM) Space Systems Software Product Line Focused organization (LM1000) Deep Space Heritage Avionics/SW leveraged for LM1000 product line solution Combined Commercial and Civil Space Organizations

More information

Diver Training Options

Diver Training Options MAIN INTERNET ON-SITE TAILORED PACKAGES INTER-COMPANY Diver Training Options DBI offers a menu of tailored courses Designed for users as well as IT Professionals to learn how to master the functionality

More information

Rescue Rover. Robotics Unit Lesson 1. Overview

Rescue Rover. Robotics Unit Lesson 1. Overview Robotics Unit Lesson 1 Overview In this challenge students will be presented with a real world rescue scenario. The students will need to design and build a prototype of an autonomous vehicle to drive

More information

International olympiads in Informatics in Kazakhstan. A. Iglikov Z. Gamezardashvili B. Matkarimov

International olympiads in Informatics in Kazakhstan. A. Iglikov Z. Gamezardashvili B. Matkarimov International olympiads in Informatics in Kazakhstan A. Iglikov Z. Gamezardashvili B. Matkarimov Olympiads overview Till 2003: - National Olympiad in Informatics for secondary school students (organized

More information

Rimage Everest 600 Thermal Retransfer Printer

Rimage Everest 600 Thermal Retransfer Printer Rimage Everest 600 Thermal Retransfer Printer Superior Print Technology: Superior Results CONTENTS I. Overview II. Printer Comparison III. Print Modes IV. Advantages of Thermal Retransfer Printing V. Printer

More information

Training Fees 3,400 US$ per participant for Public Training includes Materials/Handouts, tea/coffee breaks, refreshments & Buffet Lunch.

Training Fees 3,400 US$ per participant for Public Training includes Materials/Handouts, tea/coffee breaks, refreshments & Buffet Lunch. Training Title DISTRIBUTED CONTROL SYSTEMS (DCS) 5 days Training Venue and Dates DISTRIBUTED CONTROL SYSTEMS (DCS) Trainings will be conducted in any of the 5 star hotels. 5 22-26 Oct. 2017 $3400 Dubai,

More information

SQL LiteSpeed 3.0 Installation Guide

SQL LiteSpeed 3.0 Installation Guide SQL LiteSpeed 3.0 Installation Guide Revised January 27, 2004 Written by: Jeremy Kadlec Edgewood Solutions www.edgewoodsolutions.com 888.788.2444 2 Introduction This guide outlines the SQL LiteSpeed 3.0

More information

AGW SYSTEMS. Blue Clock W38X

AGW SYSTEMS. Blue Clock W38X AGW SYSTEMS Blue Clock W38X Contents table BLUECLOCKS...3 THE EVOLUTION...4 WHAT S NEW!...5 HARDWARE...6 SOFTWARE...7 MULTI COMPANY...8 INSTANTLY...9 EVEN MORE!...10 WHAT S INSIDE HOW DOES IT WORK...11...12

More information

AUTOMATIC HOSE TEST UNIT, TYPE SPU

AUTOMATIC HOSE TEST UNIT, TYPE SPU VALVES AND FITTINGS UP TO 14,000 BAR TEST AND CONTROL EQUIPMENT H IGH PRESSURE TECHNOLOGY AUTOMATIC HOSE TEST UNIT, TYPE SPU Pressure range from 1 up to 10,000 bar User-friendly touch panel operation HIGH-PRESSURE

More information

Instrument pucks. Copyright MBARI Michael Risi SIAM design review November 17, 2003

Instrument pucks. Copyright MBARI Michael Risi SIAM design review November 17, 2003 Instrument pucks Michael Risi SIAM design review November 17, 2003 Instrument pucks Pucks and Plug-and-Work The MBARI puck prototype Puck software interface Pucks in practice (A Puck s Tale) Embedding

More information

RELEASE NOTES Onsight Connect for ios Software Version 8.1

RELEASE NOTES Onsight Connect for ios Software Version 8.1 RELEASE NOTES Onsight Connect for ios Software Version 8.1 May 2017 Table of Contents Overview... 4 Software Installation... 4 Required Equipment... 4 Software Release Notes for Version 8.1.13... 5 New

More information

We re Blue Marlin Systems, a global provider of On-site and Offsite IT Outsourcing services.

We re Blue Marlin Systems, a global provider of On-site and Offsite IT Outsourcing services. We re Blue Marlin Systems, a global provider of On-site and Offsite IT Outsourcing services. O V E R V I E W Our mission, quite simply, is to form strategic alliances with our customers. We do so by providing

More information

Edgecore ASFvOLT16 VOLTHA Adapter and Driver. Kim Kempf, Sr. Systems Architect CORD Build 2017, San Jose November 8, 2017 MT08.3.

Edgecore ASFvOLT16 VOLTHA Adapter and Driver. Kim Kempf, Sr. Systems Architect CORD Build 2017, San Jose November 8, 2017 MT08.3. Edgecore ASFvOLT16 VOLTHA Adapter and Driver Kim Kempf, Sr. Systems Architect CORD Build 2017, San Jose November 8, 2017 MT08.3.17 Edgecore ASFvOLT16 Whitebox OLT VOLTHA ASFvOLT16_olt adapter Disaggregated

More information

D-Case Modeling Guide for Target System

D-Case Modeling Guide for Target System D-Case Modeling Guide for Target System 1/32 Table of Contents 1 Scope...4 2 Overview of D-Case and SysML Modeling Guide...4 2.1 Background and Purpose...4 2.2 Target System of Modeling Guide...5 2.3 Constitution

More information

Meter Data Distribution Market Trials

Meter Data Distribution Market Trials Meter Data Distribution Market Trials IESO Response to Participant Feedback Issue Date: June 5, 2015 Public Copyright 2015 Independent Electricity System Operator. All rights reserved. Public Page 2 of

More information

User Help. Fabasoft Scrum

User Help. Fabasoft Scrum User Help Fabasoft Scrum Copyright Fabasoft R&D GmbH, Linz, Austria, 2018. All rights reserved. All hardware and software names used are registered trade names and/or registered trademarks of the respective

More information

Provider ICD 10 Compliant Release A S K E S I S W E B I N A R F E B R U A R Y 1 9,

Provider ICD 10 Compliant Release A S K E S I S W E B I N A R F E B R U A R Y 1 9, Provider 7.2.6 ICD 10 Compliant Release A S K E S I S W E B I N A R F E B R U A R Y 1 9, 2 0 1 4 Agenda ICD 10 overview Application development path to compliance Objectives Components CMS 1500 Documentation

More information

Setting Up the Ingenico isc250 Pinpad via USB

Setting Up the Ingenico isc250 Pinpad via USB One Blue Hill Plaza, 16 th Floor, PO Box 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Voice) 845-920-0800 (Fax) 845-920-0880 Setting Up the Ingenico isc250 Pinpad via USB The following

More information

Fencing Time Version 4.3

Fencing Time Version 4.3 Fencing Time Version 4.3 Upgrading your Fencing Time Server October 2017 Copyright 2017 by Fencing Time, LLC. All rights reserved. Overview Periodically, a new version of Fencing Time is released. In most

More information

DESKTOP SKILLS COURSEWARE

DESKTOP SKILLS COURSEWARE Introducing Mac OS X Yosemite Course... ds_maco_a01_dt_enus Working with Mac OS X Yosemite Course... ds_maco_a02_dt_enus Installing Mac OS X Yosemite Course... ds_macp_a01_dt_enus Managing and Configuring

More information

isqi Scrum Master Pro SCRUM MASTER PRO Syllabus isqi GmbH 2018 Syllabus Page 1 SMP V1.5 Syllabus

isqi Scrum Master Pro SCRUM MASTER PRO Syllabus isqi GmbH 2018 Syllabus Page 1 SMP V1.5 Syllabus SCRUM MASTER PRO isqi GmbH 2018 Page 1 SMP V1.5 The International Software Quality Institute (isqi GmbH), headquartered in Potsdam (DE) with branch offices in Amstelveen (NL), London (UK) and Boston (USA)

More information

VMware Inc., NSX Edge SSL VPN-Plus

VMware Inc., NSX Edge SSL VPN-Plus RSA SECURID ACCESS Standard Agent Implementation Guide VMware Inc., Daniel R. Pintal, RSA Partner Engineering Last Modified: December 16, 2016 Solution Summary VMware users

More information

Cloud, Distributed, Embedded. Erlang in the Heterogeneous Computing World. Omer

Cloud, Distributed, Embedded. Erlang in the Heterogeneous Computing World. Omer Cloud, Distributed, Embedded. Erlang in the Heterogeneous Computing World Omer Kilic @OmerK omer@erlang-solutions.com Outline Challenges in modern computing systems Heterogeneous computing Co-processors

More information

2600T Series Pressure Transmitters Plugged Impulse Line Detection Diagnostic. Pressure Measurement Engineered solutions for all applications

2600T Series Pressure Transmitters Plugged Impulse Line Detection Diagnostic. Pressure Measurement Engineered solutions for all applications Application Description AG/266PILD-EN Rev. C 2600T Series Pressure Transmitters Plugged Impulse Line Detection Diagnostic Pressure Measurement Engineered solutions for all applications Increase plant productivity

More information

Integrate Riverbed SteelHead. EventTracker v8.x and above

Integrate Riverbed SteelHead. EventTracker v8.x and above EventTracker v8.x and above Publication Date: March 27, 2018 Abstract This guide provides instructions to configure a Riverbed SteelHead to send its syslog to EventTracker Enterprise Scope The configurations

More information

NASCAR Media Group CASE STUDY: LOCATION: Charlotte, NC GOAL: SOLUTION:

NASCAR Media Group CASE STUDY: LOCATION: Charlotte, NC GOAL: SOLUTION: CASE STUDY: NASCAR Media Group LOCATION: Charlotte, NC GOAL: SOLUTION: Develop an efficient media archival solution and end-to-end broadcast IT platform Primestream s FORK provides a customizable, software-based

More information

exsm.cluster High Availability for TSM Server Michael Abel & Bruno Friess TSM Symposium Oxford September 2005 Hier Kundenlogo

exsm.cluster High Availability for TSM Server Michael Abel & Bruno Friess TSM Symposium Oxford September 2005 Hier Kundenlogo Hier Kundenlogo TSM Symposium -Logo vor weißem Hintergrund, dann Größe anpassen und Oxford Text löschen - Logo transparent (GIF), dann Block löschen - ohne Logo: Text+Block löschen September 2005 exsm.cluster

More information

We release Mascot Server 2.6 at the end of last year. There have been a number of changes and improvements in the search engine and reports.

We release Mascot Server 2.6 at the end of last year. There have been a number of changes and improvements in the search engine and reports. 1 We release Mascot Server 2.6 at the end of last year. There have been a number of changes and improvements in the search engine and reports. I ll also be covering some enhancements and changes in Mascot

More information

Upgrading Vestas V47-660kW

Upgrading Vestas V47-660kW Guaranteed performance gains and efficiency improvements Upgrading Vestas V47-660kW Newly developed controller system enables increased Annual Energy Production up to 6.1% and safe turbine lifetime extension

More information

Sales Quotation For: Tyler Software & Related Services. City of Cape Girardeau Page 1 of 9

Sales Quotation For: Tyler Software & Related Services. City of Cape Girardeau Page 1 of 9 Quoted By: David Regnery Date: 08/30/2012 Quote Expiration: 10/31/2012 Quote Name: City of Cape Girardeau Quote Number: 38370 Sales Quotation For: Mr. John Richbourg City of Cape Girardeau 401 Independence

More information

INNOVATIVE MOORING SYSTEMS

INNOVATIVE MOORING SYSTEMS INNOVATIVE MOORING SYSTEMS VESSEL AUTOMOORING MODULES QUAY AUTOMOORING INSTALLATIONS DOCKLOCK brings mooring to a next level PAGE 2 FOR OVER A CENTURY THE WORLD S LEADING EXPERT IN MOORING, BERTHING AND

More information

Wire Buddy Manual IOpath Software

Wire Buddy Manual IOpath Software Wire Buddy Manual IOpath Software Wire Buddy is a calculation reference tool for Electricians and Maintenance personnel. Wire Buddy was created for the Maintenance Electrician. There are many occasions

More information

Pneumatic high-pressure controller Model CPC7000

Pneumatic high-pressure controller Model CPC7000 Calibration technology Pneumatic high-pressure controller Model CPC7000 WIKA data sheet CT 27.63 Applications Healthcare and avionics industry Industry (laboratory, workshop and production) Transmitter

More information

High usability and simple configuration or extensive additional functions the choice between Airlock Login or Airlock IAM is yours!

High usability and simple configuration or extensive additional functions the choice between Airlock Login or Airlock IAM is yours! High usability and simple configuration or extensive additional functions the choice between Airlock Login or Airlock IAM is yours! Airlock Login Airlock IAM When combined with Airlock WAF, Airlock Login

More information

The MQ Console and REST API

The MQ Console and REST API The MQ Console and REST API Matt Leming lemingma@uk.ibm.com Agenda Existing capabilities What s new? The mqweb server The MQ REST API The MQ Console 1 Existing capabilities Administering software MQ Queue

More information

2011 Annual Symposium " Leading Entrepreneurial and Innovative Projects Eugene Maltsev

2011 Annual Symposium  Leading Entrepreneurial and Innovative Projects Eugene Maltsev 2011 Annual Symposium " Leading Entrepreneurial and Innovative Projects Eugene Maltsev Startup company must deliver high quality product in a short time to penetrate market and survive: Limited capital

More information

C o d i n g f o r i n t e r a C t i v e d i g i t a l M e d i a

C o d i n g f o r i n t e r a C t i v e d i g i t a l M e d i a 9 0 9 7 C o d i n g f o r i n t e r a C t i v e d i g i t a l M e d i a 30S/30E/30M An Interactive Digital Media Course 9 0 9 7 : C o d i n g f o r i n t e r a C t i v e d i g i t a l M e d i a 3 0 S

More information

Virtual Football. Realistic virtual sports, built for betting

Virtual Football. Realistic virtual sports, built for betting Realistic virtual sports, built for betting The definitive solution Betradar s is the top-revenue making solution in the market, delivering fast-paced betting on retail, mobile and online channels. Our

More information

future of mbe/mde/ mdd in the industry -- Open source is the only solution!

future of mbe/mde/ mdd in the industry -- Open source is the only solution! future of mbe/mde/ mdd in the industry -- Open source is the only solution! Presented by Francis Bordeleau francis.bordeleau@ericsson.com Outline Ericsson intro Modeling context Why open source? Impact

More information

Setting up the Ingenico isc250 Pinpad via USB in Windows 8

Setting up the Ingenico isc250 Pinpad via USB in Windows 8 One Blue Hill Plaza, 16 th Floor, PO Box 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Voice) 845-920-0800 (Fax) 845-920-0880 Setting up the Ingenico isc250 Pinpad via USB in Windows 8 The

More information

Mac Software Manual for FITstep Pro Version 2

Mac Software Manual for FITstep Pro Version 2 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

What to Expect at Your First FTC Tournament. Eric Grajales Mike Nicolai September 17, 2011

What to Expect at Your First FTC Tournament. Eric Grajales Mike Nicolai September 17, 2011 What to Expect at Your First FTC Tournament Eric Grajales Mike Nicolai September 17, 2011 Welcome Purpose: This presentation is intended to inform teams as to what they may expect when attending their

More information

SIDRA INTERSECTION 6.1 UPDATE HISTORY

SIDRA INTERSECTION 6.1 UPDATE HISTORY Akcelik & Associates Pty Ltd PO Box 1075G, Greythorn, Vic 3104 AUSTRALIA ABN 79 088 889 687 For all technical support, sales support and general enquiries: support.sidrasolutions.com SIDRA INTERSECTION

More information

HASTAC High stability Altimeter SysTem for Air data Computers

HASTAC High stability Altimeter SysTem for Air data Computers HASTAC High stability Altimeter SysTem for Air data Computers André Larsen R&D Director Memscap Sensor Solution SIXTH FRAMEWORK PROGRAMME PRIORITY 4 Aeronautics and Space EC contract no. AST4-CT-2005-012334

More information

XC2 Client/Server Installation & Configuration

XC2 Client/Server Installation & Configuration XC2 Client/Server Installation & Configuration File downloads Server Installation Backup Configuration Services Client Installation Backup Recovery Troubleshooting Aug 12 2014 XC2 Software, LLC Page 1

More information

Upgrading Bio-Plex Manager 4.1, 5.0, or 6.0 Software to Bio-Plex Manager 6.1 Software

Upgrading Bio-Plex Manager 4.1, 5.0, or 6.0 Software to Bio-Plex Manager 6.1 Software Upgrading Bio-Plex Manager 4.1, 5.0, or 6.0 Software to Bio-Plex Manager 6.1 Software For technical support, call your local Bio-Rad office, or in the US, call 1-800-424-6723. Bio-Rad Laboratories, Inc.,

More information

POLICY GUIDE. DataCore Cloud Service Provider Program (DCSPP) DCSPP OVERVIEW POLICY GUIDE INTRODUCTION PROGRAM MEMBERSHIP DCSPP AGGREGATORS

POLICY GUIDE. DataCore Cloud Service Provider Program (DCSPP) DCSPP OVERVIEW POLICY GUIDE INTRODUCTION PROGRAM MEMBERSHIP DCSPP AGGREGATORS DataCore Cloud Service Provider Program (DCSPP) Effective: March 1, 2019 INTRODUCTION Welcome to the DataCore Cloud Service Provider Program (the DCSPP ) Policy Guide for authorized Cloud Service Providers

More information

Flight Software Overview

Flight Software Overview Solar Probe Plus A NASA Mission to Touch the Sun Flight Software Overview Christopher Krupiarz Christopher.Krupiarz@jhuapl.edu Overarching Science Objective To determine the structure and dynamics of the

More information

Simulation Analysis of Intersection Treatments for Cycle Tracks

Simulation Analysis of Intersection Treatments for Cycle Tracks Abstract Simulation Analysis of Intersection Treatments for Cycle Tracks The increased use of cycle tracks also known as protected bike lanes has led to investigations of how to accommodate them at intersections.

More information

ADAPTING OMS SYSTEM TO DEAL WITH STORMS DATA IN REAL TIME

ADAPTING OMS SYSTEM TO DEAL WITH STORMS DATA IN REAL TIME ADAPTING OMS SYSTEM TO DEAL WITH STORMS DATA IN REAL TIME André PAULO Cláudio MESQUITA Luís SANTOS Nuno SANTOS EDP Distribuição Portugal EDP Distribuição Portugal CGI Portugal CGI - Portugal andre.paulo@edp.pt

More information

Virtual Football. Built for Betting

Virtual Football. Built for Betting Built for Betting Betradar s definitive solution Betradar s is the top-revenue making solution in the market, delivering fast-paced betting on retail, mobile and online channels. At present our solution

More information

Automated BoardFarm: Only Better with Bacon

Automated BoardFarm: Only Better with Bacon Automated BoardFarm: Only Better with Bacon Christian Höltje TimeSys Corp. christian.holtje@timesys.com Bryan Mills TimeSys Corp. bryan.mills@timesys.com Abstract 1 Intro In this presentation, we introduce

More information

Section 8: Model-View-Controller. Slides adapted from Alex Mariakakis, with material from Krysta Yousoufian and Kellen Donohue

Section 8: Model-View-Controller. Slides adapted from Alex Mariakakis, with material from Krysta Yousoufian and Kellen Donohue Section 8: Model-View-Controller Slides adapted from Alex Mariakakis, with material from Krysta Yousoufian and Kellen Donohue Agenda MVC MVC example 1: traffic light MVC example 2: registration HW8 info

More information

Diver-Office. Getting Started Guide. 2007, Schlumberger Water Services

Diver-Office. Getting Started Guide. 2007, Schlumberger Water Services Diver-Office Getting Started Guide 2007, Schlumberger Water Services Copyright Information 2007 Schlumberger Water Services. All rights reserved. No portion of the contents of this publication may be reproduced

More information

Pneumatic high-pressure controller Model CPC7000

Pneumatic high-pressure controller Model CPC7000 Calibration technology Pneumatic high-pressure controller Model CPC7000 WIKA data sheet CT 27.63 Applications Automotive and avionics industry Industry (laboratory, workshop and production) Transmitter

More information

Meter Data Distribution User Manual

Meter Data Distribution User Manual 0.1 Meter Data Distribution User Manual February 2016 Public Copyright 2015 Independent Electricity System Operator. All rights reserved. Public Page 2 of 24 Table of Contents Contents 1. Overview... 4

More information

An STPA Tool. Dajiang Suo, John Thomas

An STPA Tool. Dajiang Suo, John Thomas An STPA Tool Dajiang Suo, John Thomas Structure of an Unsafe Control Action Example: Operator provides open train door command when train is moving Control Actions Operator Train Door 2 Structure of an

More information

Rules of Soccer Simulation League 2D

Rules of Soccer Simulation League 2D Rules of Soccer Simulation League 2D (RoboCup2016 Leipzig, Germany) This document contains the rules for the RoboCup2016 Soccer Simulation League 2D competition in Leipzig, Germany. 1. Soccer Simulator

More information

Transit Signal Preemption and Priority Treatments

Transit Signal Preemption and Priority Treatments Transit Signal Preemption and Priority Treatments Peter Koonce, PE Portland, OR Today s Message Transit signal priority presents an opportunity to partner with an agency that isn t always recognized as

More information

HyperSecureLink V6.0x User Guide

HyperSecureLink V6.0x User Guide HyperSecureLink V6.0x User Guide Note: This software works with the LS-30 Version (06.0x or later) 1, Hardware Installation: 1-1, Connection Diagram for USB or RS-232 Computer Interface To LS-30 CM1 To

More information

New IBIS Techniques for Modeling Complex IO Cadence Webinar March 23, 2005 Donald Telian

New IBIS Techniques for Modeling Complex IO Cadence Webinar March 23, 2005 Donald Telian New IBIS Techniques for Modeling Complex IO Cadence Webinar March 23, 2005 Donald Telian 1 CADENCE DESIGN SYSTEMS, INC. About the Presenter Donald Telian 20+ years in high-speed PCB and SI Engineer at

More information

W WEST COAST FEVER ASSISTANT COACH / ACADEMY HIGH PERFORMANCE COACH

W WEST COAST FEVER ASSISTANT COACH / ACADEMY HIGH PERFORMANCE COACH Employer Reports to Department Location Position Overview Core Responsibilities West Coast Fever Netball Club Executive Officer - West Coast Fever and West Coast Fever Head Coach West Coast Fever Based

More information

Vestas Cold Climate Solutions and next stepsclimate Offerings

Vestas Cold Climate Solutions and next stepsclimate Offerings 06-02-2018 Vestas Cold Climate Solutions and next stepsclimate Offerings Brian Daugbjerg Nielsen, Product Management Winterwind 2019 VESTAS COLD CLIMATE OFFERINGS FEATURING MODULAR ANTI-ICING ON ENVENTUS

More information

Basic CPM Calculations

Basic CPM Calculations Overview Core Scheduling Papers: #7 Basic CPM Calculations Time Analysis calculations in a Precedence Diagramming Method (PDM) Critical Path Method (CPM) network can be done in a number of different ways.

More information

Safety Manual. Process pressure transmitter IPT-1* 4 20 ma/hart. Process pressure transmitter IPT-1*

Safety Manual. Process pressure transmitter IPT-1* 4 20 ma/hart. Process pressure transmitter IPT-1* Safety Manual Process pressure transmitter IPT-1* 4 20 ma/hart Process pressure transmitter IPT-1* Contents Contents 1 Functional safety 1.1 General information... 3 1.2 Planning... 4 1.3 Instrument parameter

More information

Helicopter Safety Recommendation Summary for Small Operators

Helicopter Safety Recommendation Summary for Small Operators Helicopter Safety Recommendation Summary for Small Operators Prepared by the International Helicopter Safety Team September 2009 Introduction This document is intended to provide a summary of the initial

More information

DataCore Cloud Service Provider Program (DCSPP) Product Guide

DataCore Cloud Service Provider Program (DCSPP) Product Guide DataCore Cloud Service Provider Program (DCSPP) Product Guide Effective: March 1, 2017 Table of Contents Overview... 1 Licensing and Pricing... 1 Choice of DCSPP Monthly Point Plans... 2 DCSPP Product

More information

Module 3 Developing Timing Plans for Efficient Intersection Operations During Moderate Traffic Volume Conditions

Module 3 Developing Timing Plans for Efficient Intersection Operations During Moderate Traffic Volume Conditions Module 3 Developing Timing Plans for Efficient Intersection Operations During Moderate Traffic Volume Conditions CONTENTS (MODULE 3) Introduction...1 Purpose...1 Goals and Learning Outcomes...1 Organization

More information

Race Screen: Figure 2: Race Screen. Figure 3: Race Screen with Top Bulb Lock

Race Screen: Figure 2: Race Screen. Figure 3: Race Screen with Top Bulb Lock Eliminator Competition Stand Alone Mode - Instruction Manual Main Menu: After startup, the Eliminator Competition will enter the Main Menu. Press the right/left arrow buttons to move through the menu.

More information

PEAPOD. Pneumatically Energized Auto-throttled Pump Operated for a Developmental Upperstage. Test Readiness Review

PEAPOD. Pneumatically Energized Auto-throttled Pump Operated for a Developmental Upperstage. Test Readiness Review PEAPOD Pneumatically Energized Auto-throttled Pump Operated for a Developmental Upperstage Test Readiness Review Customer: Special Aerospace Services Chris Webber and Tim Bulk 1 Overview Project Overview

More information

P r o j e c t M a n a g e M e n t f o r I n t e r a c t I v e D I g I t a l M e D I a

P r o j e c t M a n a g e M e n t f o r I n t e r a c t I v e D I g I t a l M e D I a 9 1 0 0 P r o j e c t M a n a g e M e n t f o r I n t e r a c t I v e D I g I t a l M e D I a 40S/40E/40M An Interactive Digital Media Course 9 1 0 0 : P r o j e c t M a n a g e M e n t f o r I n t e

More information

The HumiSys. RH Generator. Operation. Applications. Designed, built, and supported by InstruQuest Inc.

The HumiSys. RH Generator. Operation. Applications. Designed, built, and supported by InstruQuest Inc. The HumiSys RH Generator Designed, built, and supported by InstruQuest Inc. Versatile Relative Humidity Generation and Multi-Sensor System The new HumiSys with single or dual RH probes capabilities is

More information

Panther 5 Acute Care Ventilator

Panther 5 Acute Care Ventilator 1 HIGHLIGHTS High performance and advanced features target the ICU environment Utilizes an internal blower with a specially designed flow control valve removing the need for using compressed air without

More information

Product Overview. Product Description CHAPTER

Product Overview. Product Description CHAPTER CHAPTER 1 This chapter provides a functional overview of the Cisco Redundant Power System 2300 and covers these topics: Product Description, page 1-1 Features, page 1-3 Supported Devices, page 1-4 Deployment

More information

Software Manual for FITstep Pro Version 2

Software Manual for FITstep Pro Version 2 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

Instruction Manual. BZ7002 Calibration Software BE

Instruction Manual. BZ7002 Calibration Software BE Instruction Manual BZ7002 Calibration Software BE6034-12 Index _ Index Index... 2 Chapter 1 BZ7002 Calibration Software... 4 1. Introduction... 5 Chapter 2 Installation of the BZ7002... 6 2. Installation

More information

Case Study. PayPal s Sparkline Case Study. About Sparkline

Case Study. PayPal s Sparkline Case Study. About Sparkline Our People. Your Solution. PayPal s Sparkline Case Study Case Study PayPal, an ebay subsidiary, is a digital payment provider offering flexible payment methods with more than 81 million active accounts

More information

DCS Disaster Plan CAT Printable Slides and Script

DCS Disaster Plan CAT Printable Slides and Script Slide 1 Welcome Welcome to Computer Assisted Training for the Indiana Department of Child Services Disaster Plan. In an emergency or disaster, DCS is responsible for ensuring the safety and security of

More information

World Leading Traffic Analysis

World Leading Traffic Analysis World Leading Traffic Analysis Over the past 25 years, has worked closely with road authorities and traffic managers around the world to deliver leading traffic monitoring equipment. With products now

More information

INSPECTION & NON-DESTRUCTIVE TESTING

INSPECTION & NON-DESTRUCTIVE TESTING INSPECTION & NON-DESTRUCTIVE TESTING Stork delivers experienced and efficient Inspection and NDT solutions; as a tailored package or a standalone service. WWW.STORK.COM 1 GLOBAL SERVICE WITH A LOCAL PRESENCE

More information

Technology. In the My Files [My Files] submenu you can store all the programs that you have made on the NXT or downloaded from your computer.

Technology. In the My Files [My Files] submenu you can store all the programs that you have made on the NXT or downloaded from your computer. NXT Main Menu My Files Files are automatically placed into the appropriate folders. When you download a program using a Sound file to the NXT, the program will be placed under Software files while the

More information

[XACT INTEGRATION] The Race Director. Xact Integration

[XACT INTEGRATION] The Race Director. Xact Integration 2018 The Race Director Xact Integration [XACT INTEGRATION] This document describes the steps in using the direct integration that has been built between Race Director and Xact. There are three primary

More information

Location and selection of the premise

Location and selection of the premise Location and selection of the premise 1. LOCATION All over the world ski areas are placed depending on the purposes of application and focus on the selected audience: At ski resorts for beginners fast

More information

XtreemOS Plans for the Kerrighed Project

XtreemOS Plans for the Kerrighed Project Managed by XtreemOS Plans for the Kerrighed Project Christine Morin, INRIA XtreemOS scientific coordinator February 1, 2008 Kerrighed Summit Paris, France XtreemOS IP project is funded by the European

More information

Software for electronic scorekeeping of volleyball matches, developed and distributed by:

Software for electronic scorekeeping of volleyball matches, developed and distributed by: Software for electronic scorekeeping of volleyball matches, developed and distributed by: Developed for the rules of USports 2017-18 As adopted by Ontario University Athletics for Men s & Women s Volleyball

More information

Table of Content IMPORTANT NOTE: Before using this guide, please make sure you have already set up your settings in

Table of Content IMPORTANT NOTE: Before using this guide, please make sure you have already set up your settings in Quick Start Guide Table of Content Introduction... 3 Prerequisites... 3 How to Open QQEvolution 2... 4 How to do Carrier Downloads... 5 Locating a Client in QQEvolution 2... 7 Adding a New Client... 8

More information

CS 341 Computer Architecture and Organization. Lecturer: Bob Wilson Cell Phone: or

CS 341 Computer Architecture and Organization. Lecturer: Bob Wilson Cell Phone: or CS 341 Computer Architecture and Organization Lecturer: Bob Wilson Cell Phone: 508-577-9895 Email: robert.wilson@umb.edu or bobw@cs.umb.edu 1 Welcome to CS341 This course teaches computer architecture

More information