ARCHITECTURE FOR HUMAN MACHINE INTERFACES

Size: px
Start display at page:

Download "ARCHITECTURE FOR HUMAN MACHINE INTERFACES"

Transcription

1 ARCHITECTURE FOR HUMAN MACHINE INTERFACES Consumers fast-changing needs demand a more holistic approach to automotive HMI development. That way Visteon developed a framework that will facilitate rapid integration and deployment of next-generation user interfaces and content in both standard and non-standard environments. The user interface cockpit UI.cockpit allows OEMs to develop graphical user interfaces (GUI) with a cockpit approach capable of integrating cloud services or CE devices easily. 28

2 AUTHORS CHRISTIAN FELTGEN is Global Director, Cockpit Electronics Visteon Innovation & Technology GmbH Kerpen (Germany). PIERRE SIGRIST is Software Manager Visteon Software Technologies Sophia-Antipolis (France). REQUIREMENTS A key challenge for OEMs is to incorporate the ecosystem consumers have on their CE devices into the vehicle. Openness, flexibility and speed are the musthave characteristics to integrate offboard features and content into these complex HMI solutions. Standardisation initiatives by automotive consortiums such as Genivi and Autosar will help in producing compliance recommendations, but they may also hinder an OEM s ability to brand its HMI and deliver functionality outside standardised platforms. While Genivi and Autosar have started standardising the platforms for the HMI ecosystem, emerging 4G access is clearly directed towards a cloud-based approach for consumers to access more powerful services, while in the car. It is no longer acceptable, feasible nor cost effective to develop a dedicated HMI solution for each component of the cockpit. Automotive HMI should be considered holistically; across components, integrating the various occupants, the role they are playing, the device(s) they are using, and the existing apps from the CE environment. The user interface cockpit UI.cockpit is a distributed HMI framework that works in a heterogeneous environment and allows OEMs to develop graphical user interfaces (GUI) with a cockpit approach capable of integrating cloud services or CE devices easily. Today, this framework is in use at Visteon in driver information and infotainment product developments and advanced innovation projects. HMI FRAMEWORK To support the transition from embedded products, ➊, to infrastructure solutions that integrate content from multiple sources, the UI.cockpit framework is based on a true model-view-controller HMI template, ➋. This framework enables development to be split into the four major HMI components: :: The controller (logic), which manipulates the model and decides which screen to display or which command to trigger, :: The model, which abstracts the service and is manipulated by the logic, :: The, which connects the model to the service wherever the location could be (on-board or in the cloud), and :: The view (graphical server), which determines what to display wherever the location of content can be (wired screen, mobile device). This framework integrates a configurable and extensible run-time engine that enables OEMs to create their own HMI ecosystem with a model-based design approach. Therefore, the OEM can focus on a HMI for all occupants in the cars rather than a specific product, component, service provider or service location. This allows OEMs to adopt a dynamic value model that can manage the entry and exit of industry participants as new content and features are introduced. Each HMI tool chain and service providers are defining their own ecosystem leading to poor usability across platform and tool chain. Each HMI tool chain and service providers are used according to a predefined ecosystem, resulting in high reusability of logic and model across platform and tool chain due to component isolation. OEMs define their models using an Extensible Markup Language (XML) description, which is based on the Simple Network Management Protocol (SNMP) Management Information Base (MIB). These models define how their HMI will deal with the needed various features (odometer, trip computer, navigation, tuner, media, voice etc.). They are used to abstract the graphical user interface (GUI) from where the feature/ service is going to be located (on-board or off-board) and the service provider that will be used. In the case of standardised features, OEMs can use the standard to define its models; where there is no standard, a generic model can be developed. In both cases the same process applies. With this model-based approach, GUIs are developed independently from any consideration of platform compliance, service provider or service location. As a result, the transition from on-board features to cloud-based content is handled smoothly. autotechreview September 2013 Volume 2 Issue 9 29

3 : Platform 1 : Tool chain 1 Project 1 Project 2 View 1 ❶ Conventional HMI development approach Controller 2 : Platform 2 : Tool chain 2 View 2 Model 2 from the service provider selection and from the location of the service itself. It enables the HMI developer to define his own data models using the SNMP concepts that are already well known in the networking domain. This key feature covers both the standard environment such as Genivi or Autosar as well as nonstandard environments, where the UI. cockpit framework allows developers to define own models. With this approach, a given service currently provided by a local software component could be modelled to allow transition to a cloud-based service without any affect on the ecosystem (without changing the models). Project 1 Project 2 ISOLATE YOUR DEVELOPMENTS : Platform 1 : Tool chain 1 UI.Cockpit View 1 ❷ HMI development approach with UI.cockpit In parallel with this principle, it is also important to isolate the HMI design and development from the various existing graphical systems to facilitate multiple tool chains. Visteon s HMI framework does not intend to replace the established graphical solutions such as Nokia Qt, HTML5 or Elektrobit EB Guide, but rather provides an architecture to separate the graphical development from the HMI logic. With this division, the UI.cockpit framework enables the development of GUIs that are easy to re-skin and allows the substitution of one graphical system for another without affecting the ecosystem. The UI.cockpit framework allows separation between the locations of the GUI logic and the graphical processing by using any kind of connection to link these two functions (local message queue, CAN, Most, Ethernet, Wi-Fi etc.). 30 : Platform 2 : Tool chain 2 UI.Cockpit UI.COCKPIT FIVE BASIC PRINCIPLES In summary, Visteon s UI.cockpit framework enables OEMs to execute a full cockpit approach to HMI development by providing the capability to build a single HMI distributed over several automotive or consumer electronic platforms. To accomplish this, the solution is based on five main and basic principles (i) abstraction, (ii) isolation, (iii) modularity, (iv) portability, and (v) distribution. ABSTRACT YOUR SERVICES View 2 The UI.cockpit model-based approach avoids the problem of a tight linkage between HMI and services. This allows the HMI to be re-usable and extensible with the possibility of being independent The model-view-controller framework enables the HMI developer to separately develop the models to be used, the logic on how to use these models, and finally, the graphical implementation that best fits the targeted platform. Specifically, the UI.cockpit framework enables a clear separation between: :: Generic model and actual implementation, :: HMI logic and graphical display in terms of tool chain and location, :: HMI and platform, service providers and network, :: Screens contents from the HMI logic and screen flow, :: Graphical connectors from network and protocol. Thus, the intrinsic separation of components provides the capability to have three parallel paths of development for the GUI as shown in ➌: :: The description of the models, the logic of HMI in managing data, screens, sources and users and the implementation of logic module for complex use cases, :: The implementation of the screens using a standard graphical environment, :: The implementation of the, linking the models to the services. MODULAR APPROACH The UI.cockpit framework provides the ability to compartmentalise the HMI

4 into various activities that can be delivered by either on board modules or modules that control external apps. For example, the media feature of the GUI can be provided by either: :: Developing a UI.cockpit plug-in that will implement the model/logic/ graphics and connect to the media engine, or by :: Developing a plug-in that controls a third-party application, which in turn manages the graphics, logic and service. This third-party application does not need to comply with the UI.cockpit architecture. With this capability, the UI.cockpit framework provides a simple way to extend an automotive HMI feature set with supplementary modules that will provide native new features or control existing third-party apps. In both cases, the feature will be integrated and piloted from the automotive HMI. This empowers the OEM to tailor the HMI in a modular way so they can easily provide incremental updates for new features instead of re-flashing the entire HMI for re-skinning, a feature update or new option. This is much more cost effective and delivers a contemporary, rich interface and experience to the vehicle occupants throughout the vehicle life. ➍ demonstrates how an HMI developed using the UI.cockpit framework can be modular and distributed over several users and platforms. DISTRIBUTION The clear industry trend is to integrate distributed processing originating inside or outside the car. The automotive HMI must therefore be designed to accommodate or facilitate partial processing by a local platform, other processing by an interconnected silver box and the final processing to be done in the cloud. This processing can be incarnated either by feature and service or by graphical rendering. With its intrinsic characteristics of extensible connectors and plug-ins, the UI.cockpit framework enables the development of HMIs that have the capability of self adaptation to various distribution scenarios. This maximises the OEMs ability to successfully manage the transition of automotive architecture from embedded products to infrastructure solutions. UI.COCKPIT FEATURES The UI.cockpit framework is comprised of a Software Development Kit (SDK) and a run-time engine. The SDK provides a set of Application Programming Interfaces (API) to extend the framework capabilities. The run-time engine develops and animates distributed HMIs. Also included is a guide for the developer that describes the architecture to be used for the HMI and explains how to integrate XML capabilities to describe the HMI in terms of: :: Users and display devices, :: Features and activities, :: Screen contents and display order/ stacking, :: Data model (data, events and commands), :: Source management, :: Screen flow, :: User rights, and :: Source management. This capability provides a descriptive approach to define the generic logic of the HMI rather than a pure programming process. The description provides the flexibility to quickly change the logic described in XML rather than the lengthy, traditional approach of changing code. Once the HMI is described using XML, the UI.cockpit framework uses this information for its run-time engine to manage the general HMI statemachine or to generate code from the XML description of the data model and screen for implementation purposes. The UI.cockpit framework integrates a set of APIs to enable SDK extensions to allow users to develop: :: Logic modules for complex algorithms that cannot be described using XML, :: Access modules for to connect PORTABILITY Visteon s UI.cockpit framework is fully portable and its general architecture enables Visteon to provide the modules that best fit the targeted platform for quick product porting and adaptation purposes. The run-time engine does not create any significant overhead burden to the system, as each event is processed in less 400 μsec among a configuration of 300 events. In addition, the modular approach requires only a small memory footprint (less than 130 KB ROM) and uses approximately 10 KB RAM. This software is already available for common operating systems such as Windows, Linux or QNX, and supports X86 or ARM-based platforms released by Visteon or by any other third-party suppliers. In-car users Displays Software Logic Data model Screen contents ❸ Parallel development paths with UI.cockpit Graphical Graphics UI.Cockpit Framework Platform Proxy Services autotechreview September 2013 Volume 2 Issue 9 31

5 User 1 User n info Custom modules Logic #1 Graphic module Logic #2 UI.Cockpit Framework DB Logic module Data model API info Graphical connector Platform services ❹ UI.cockpit-based HMI modular architecture overview your data model to the actual service, :: Graphics modules to implement screens based on the logic to be designed. The graphic modules are designed to work with multiple graphical tool chains, and :: Scheduling policy to integrate the UI.cockpit framework on the target. To help build the HMI ecosystem quickly, Visteon can also provide OEMs with the data models used for development for customisation purposes. These generic models are related to the major services, infotainment or driver information GUIs and can be mapped easily to a standard or non-standard environment. UI.COCKPIT AS THE FUTURE ARCHITECTURE The HMI is a key brand differentiator 32 for OEMs but it continues to increase in complexity and cost due to the everincreasing need to accommodate new content and features. The UI.cockpit software solution provides a holistic HMI framework to design the next generation HMI in a dynamic value model. Using Visteon s extensive experience in designing and developing premium automotive HMI, this solution supports a complex heterogeneous environment and distributed processing. New standards will always emerge to address the market needs but Visteon s solution handles both standard and non standard HMI features to provide ultimate flexibility for OEMs to differentiate their HMI. Even if the communication infrastructure may not yet be ready to offer fully comfortable off-board access, Visteon s solution allows OEMs to manage the transition effectively as the ecosystem develops and standards are defined. The UI.cockpit framework fills the gap between what the market needs and what standards define to address this need. Visteon is now offering this software solution as an option on production and advanced projects targeting Visteon hardware. Read this article on

GETTING STARTED WITH ANDROID DEVELOPMENT FOR EMBEDDED SYSTEMS

GETTING STARTED WITH ANDROID DEVELOPMENT FOR EMBEDDED SYSTEMS Embedded Systems White Paper GETTING STARTED WITH ANDROID DEVELOPMENT FOR EMBEDDED SYSTEMS September 2009 ABSTRACT Android is an open source platform built by Google that includes an operating system,

More information

SMARTDEVICELINK CONNECTIVITY FROM THE CAR S POINT OF VIEW

SMARTDEVICELINK CONNECTIVITY FROM THE CAR S POINT OF VIEW SMARTDEVICELINK CONNECTIVITY FROM THE CAR S POINT OF VIEW 2 Continuing to open highways 3 4 5 Developing for the car ~68 million vehicles sold globally in 2013 6 Developing for the car ~68 million ~978

More information

EB TechPaper. Test drive with the tablet. automotive.elektrobit.com

EB TechPaper. Test drive with the tablet. automotive.elektrobit.com EB TechPaper Test drive with the tablet automotive.elektrobit.com 1 A great many test miles have to be covered in the development and validation of driver assistance systems. A tablet with Elektrobit (EB)

More information

Manjrasoft Market Oriented Cloud Computing Platform

Manjrasoft Market Oriented Cloud Computing Platform Manjrasoft Market Oriented Cloud Computing Platform Innovative Solutions for 3D Rendering Aneka is a market oriented Cloud development and management platform with rapid application development and workload

More information

HTML5 for Auto: Already Here or Still Arriving?

HTML5 for Auto: Already Here or Still Arriving? HTML5 for Auto: Already Here or Still Arriving? Dr. Philipp Hoschka W3C Deputy Director This project is funded by the European Union through the Seventh Framework Programme (FP7/2013-2015) under

More information

Elektrobit (EB) Automotive Consulting Manage challenging automotive software projects

Elektrobit (EB) Automotive Consulting Manage challenging automotive software projects www.elektrobit.com Elektrobit (EB) Automotive Consulting Manage challenging automotive software projects EB Automotive Consulting Manage challenging automotive software projects The automotive industry

More information

SAP-integrated Travel Scenarios in SharePoint

SAP-integrated Travel Scenarios in SharePoint SAP-integrated Travel Scenarios in SharePoint built with ERPConnect Services and the Nintex Workflow Automation Platform November 2015 Theobald Software GmbH Kernerstr 50 D 70182 Stuttgart Phone: +49 711

More information

Application Framework: Apertis Hands-on 2016-04-28

Application Framework: Apertis Hands-on 2016-04-28 Application Framework: Apertis Hands-on 2016-04-28 Robert Bosch Car Multimedia GmbH Collabora Limited 2 Apertis Apertis Free and open source, GNU/Linux-based platform for infotainment in automotive vehicles

More information

Web of Things Architecture

Web of Things Architecture Web of Things Architecture 1. Introduction This document is an explanation about the architecture of Web Of Things (WoT). The purpose of this document is to provide (a) a guideline of the mapping between

More information

Software Development Kit

Software Development Kit Open EMS Suite by Nokia Software Development Kit Functional Overview Version 1.3 Nokia Siemens Networks 1 (21) Software Development Kit The information in this document is subject to change without notice

More information

Example of Standard API

Example of Standard API 16 Example of Standard API System Call Implementation Typically, a number associated with each system call System call interface maintains a table indexed according to these numbers The system call interface

More information

The Most Popular UI/Apps Framework For IVI on Linux

The Most Popular UI/Apps Framework For IVI on Linux The Most Popular UI/Apps Framework For IVI on Linux About me Tasuku Suzuki Qt Engineer Qt, Developer Experience and Marketing, Nokia Have been using Qt since 2002 Joined Trolltech in 2006 Nokia since 2008

More information

Harmonizing policy management with Murphy in GENIVI, AGL and TIZEN IVI

Harmonizing policy management with Murphy in GENIVI, AGL and TIZEN IVI Harmonizing policy management with Murphy in GENIVI, AGL and TIZEN IVI 1 Long term TIZEN Objectives for harmonization Support in TIZEN for coexistence of GENIVI applications Allow portable business rules

More information

OWB Users, Enter The New ODI World

OWB Users, Enter The New ODI World OWB Users, Enter The New ODI World Kulvinder Hari Oracle Introduction Oracle Data Integrator (ODI) is a best-of-breed data integration platform focused on fast bulk data movement and handling complex data

More information

HTML5 AUTOMOTIVE 2013 White Paper Series

HTML5 AUTOMOTIVE 2013 White Paper Series HTML5 AUTOMOTIVE 2013 White Paper Series HTML5 based automotive apps are very adaptable and gaining popularity. WHAT S INSIDE HTML5 BENEFITS AND CHALLENGES page 1-2 SUGGESTED APPROACH page 3 APPLICATION

More information

Mentor Embedded Automotive Solutions

Mentor Embedded Automotive Solutions Mentor Embedded Automotive Solutions Overview May 2013 mentor.com/embedded Android is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. Linux is the registered trademark

More information

An Advanced Performance Architecture for Salesforce Native Applications

An Advanced Performance Architecture for Salesforce Native Applications An Advanced Performance Architecture for Salesforce Native Applications TABLE OF CONTENTS Introduction............................................... 3 Salesforce in the Digital Transformation Landscape...............

More information

Programación de Sistemas Empotrados y Móviles (PSEM)

Programación de Sistemas Empotrados y Móviles (PSEM) Introduction to Windows Embedded Programación de Sistemas Empotrados y Móviles (PSEM) Marco A. Peña marcoa@ac.upc.edu Table of contents Windows XP Embedded vs. Windows CE Windows XP Embedded Windows CE

More information

Philosophy of GIMnet

Philosophy of GIMnet Philosophy of GIMnet Software Modularity and Reusability through Service Oriented Architecture and Hardware Abstraction Introduction GIMnet MaCI GIMnet = tcphub + GIMI Enables communication between distributed

More information

Cisco UCS vcenter Plug-in 0.9.2 Quick Start Guide April, 2013

Cisco UCS vcenter Plug-in 0.9.2 Quick Start Guide April, 2013 Cisco UCS vcenter Plug-in 0.9.2 Quick Start Guide April, 2013 Table of Contents CISCO UCS VCENTER PLUG-IN 0.9.2... 1 1 OVERVIEW... 3 1.1 PLUGIN ARCHITECTURE... 3 2 INSTALLATION... 4 2.1 PRE-INSTALL CHECKLIST...

More information

EB TechPaper. Managing complexity with agile development. automotive.elektrobit.com

EB TechPaper. Managing complexity with agile development. automotive.elektrobit.com EB TechPaper Managing complexity with agile development automotive.elektrobit.com 1 The widespread use of smartphones in cars as well as the advent of automated driving and progressive networking has led

More information

Middleware- Driven Mobile Applications

Middleware- Driven Mobile Applications Middleware- Driven Mobile Applications A motwin White Paper When Launching New Mobile Services, Middleware Offers the Fastest, Most Flexible Development Path for Sophisticated Apps 1 Executive Summary

More information

Mentor Embedded IVI Solutions

Mentor Embedded IVI Solutions Mentor Embedded IVI Solutions Infotainment Instrument Cluster Andrew Patterson andrew_patterson@mentor.com Business Development Director Automotive Embedded Software mentor.com/embedded Android is a trademark

More information

Software Production. Industrialized integration and validation of TargetLink models for series production

Software Production. Industrialized integration and validation of TargetLink models for series production PAGE 24 EB AUTOMOTIVE Industrialized integration and validation of TargetLink models for series production Continuous Software Production The complexity of software systems in vehicles is increasing at

More information

IAAS CLOUD EXCHANGE WHITEPAPER

IAAS CLOUD EXCHANGE WHITEPAPER IAAS CLOUD EXCHANGE WHITEPAPER Whitepaper, July 2013 TABLE OF CONTENTS Abstract... 2 Introduction... 2 Challenges... 2 Decoupled architecture... 3 Support for different consumer business models... 3 Support

More information

Development Techniques for Native/Hybrid Tizen Apps. Presenter Matti Pakarinen

Development Techniques for Native/Hybrid Tizen Apps. Presenter Matti Pakarinen Development Techniques for Native/Hybrid Tizen Apps Presenter Matti Pakarinen 1 Content Symphony Teleca in Brief Introduction to Native/Hybrid Apps Key experiences Case Studies 2 Who we are Symphony Teleca

More information

Accelerating your engineering workflow. Engineering solutions for industry

Accelerating your engineering workflow. Engineering solutions for industry Accelerating your engineering workflow Engineering solutions for industry PlantStruxure TM is a collaborative system that allows industrial and infrastructure companies meet their automation needs and

More information

Video Collaboration & Application Sharing Product Overview

Video Collaboration & Application Sharing Product Overview . Video Collaboration & Application Sharing Product Overview Overview NPL s Collaborative Real-Time Information Sharing Platform (CRISP ) combines high quality video collaboration, remote application sharing

More information

Field Products. Experion LX. Proven, Easy to Use and Purpose-built Distributed Control System

Field Products. Experion LX. Proven, Easy to Use and Purpose-built Distributed Control System Field Products Experion LX Proven, Easy to Use and Purpose-built Distributed Control System A DCS to control and optimize continuous and batch applications. The specialty chemicals, biofuels, industrial

More information

In networking ECUs in heavy-duty vehicles, it is the J1939 protocol that. plays a key role. J1939 networks are based on the CAN bus (high-speed

In networking ECUs in heavy-duty vehicles, it is the J1939 protocol that. plays a key role. J1939 networks are based on the CAN bus (high-speed Networking Heavy-Duty Vehicles Based on SAE J1939 From Parameter Group to plug-and-play Application In networking ECUs in heavy-duty vehicles, it is the J1939 protocol that plays a key role. J1939 networks

More information

automotive.elektrobit.com Driver assistance software EB Assist solutions

automotive.elektrobit.com Driver assistance software EB Assist solutions automotive.elektrobit.com Driver assistance software EB Assist solutions From driver assistance systems to automated driving Automated driving leads to more comfortable driving and makes the road safer

More information

Technical Data Sheet SCADE R17 Solutions for ARINC 661 Compliant Systems Design Environment for Aircraft Manufacturers, CDS and UA Suppliers

Technical Data Sheet SCADE R17 Solutions for ARINC 661 Compliant Systems Design Environment for Aircraft Manufacturers, CDS and UA Suppliers 661 Solutions for ARINC 661 Compliant Systems SCADE R17 Solutions for ARINC 661 Compliant Systems Design Environment for Aircraft Manufacturers, CDS and UA Suppliers SCADE Solutions for ARINC 661 Compliant

More information

IBM Rational Web Developer for WebSphere Software Version 6.0

IBM Rational Web Developer for WebSphere Software Version 6.0 Rapidly build, test and deploy Web, Web services and Java applications with an IDE that is easy to learn and use IBM Rational Web Developer for WebSphere Software Version 6.0 Highlights Accelerate Web,

More information

The EMSX Platform. A Modular, Scalable, Efficient, Adaptable Platform to Manage Multi-technology Networks. A White Paper.

The EMSX Platform. A Modular, Scalable, Efficient, Adaptable Platform to Manage Multi-technology Networks. A White Paper. The EMSX Platform A Modular, Scalable, Efficient, Adaptable Platform to Manage Multi-technology Networks A White Paper November 2002 Abstract: The EMSX Platform is a set of components that together provide

More information

Principles of a Vehicle Infotainment Platform

Principles of a Vehicle Infotainment Platform Hans-Ulrich Michel BMW Group Forschung und Technik Principles of a Vehicle Infotainment Platform copyright 2004 by OSGi Alliance All rights reserved. Agenda Vehicle System Architecture Trends In Vehicle

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

Manjrasoft Market Oriented Cloud Computing Platform

Manjrasoft Market Oriented Cloud Computing Platform Manjrasoft Market Oriented Cloud Computing Platform Aneka Aneka is a market oriented Cloud development and management platform with rapid application development and workload distribution capabilities.

More information

Cisco Network Services Orchestrator enabled by Tail-f Multi-Vendor Service Automation & Network Programmability Stefan Vallin, Ph D

Cisco Network Services Orchestrator enabled by Tail-f Multi-Vendor Service Automation & Network Programmability Stefan Vallin, Ph D Cisco Network Services Orchestrator enabled by Tail-f Multi-Vendor Service Automation & Network Programmability Stefan Vallin, Ph D Product Manager NSO 10 June 2015 Key Market Trends and Challenges Changing

More information

CONDIS. IT Service Management and CMDB

CONDIS. IT Service Management and CMDB CONDIS IT Service and CMDB 2/17 Table of contents 1. Executive Summary... 3 2. ITIL Overview... 4 2.1 How CONDIS supports ITIL processes... 5 2.1.1 Incident... 5 2.1.2 Problem... 5 2.1.3 Configuration...

More information

Introduction to Sun ONE Application Server 7

Introduction to Sun ONE Application Server 7 Introduction to Sun ONE Application Server 7 The Sun ONE Application Server 7 provides a high-performance J2EE platform suitable for broad deployment of application services and web services. It offers

More information

Ubuntu, a new force in mobile

Ubuntu, a new force in mobile Ubuntu, a potent new force in mobile Ubuntu App Dev School Ubuntu, a new force in mobile Defining the future of computing Ubuntu now runs on smartphones, desktop, servers and powers the cloud Brings a

More information

A new approach to automotive electric/electronic engineering life-cycle management

A new approach to automotive electric/electronic engineering life-cycle management IBM Software Automotive A new approach to automotive electric/electronic engineering life-cycle management Managing engineering data and processes using a single source of truth 2 A new approach to automotive

More information

Part I. Introduction

Part I. Introduction Part I. Introduction In the development of modern vehicles, the infotainment system [54] belongs to the innovative area. In comparison to the conventional areas such as the motor, body construction and

More information

Position Paper for W3C Web and Automotive Workshop. Marius Spika, Mark Beckmann

Position Paper for W3C Web and Automotive Workshop. Marius Spika, Mark Beckmann Position Paper for W3C Web and Automotive Workshop Marius Spika, Mark Beckmann Responsible: Dr. Marius Spika, K-EFF/B Date: 26.09.2012 2 1 Introduction The Volkswagen group is one of the world s leading

More information

Open Source Solution for IVI: Tizen IVI. Brett Branch Tizen IVI Product Marketing

Open Source Solution for IVI: Tizen IVI. Brett Branch Tizen IVI Product Marketing Open Source Solution for IVI: Tizen IVI Brett Branch Tizen IVI Product Marketing Agenda The Connected Car ecosystem Connected Car Usages what drives us? Key Requirements Tizen in Automotive Open Standards

More information

COMP5426 Parallel and Distributed Computing. Distributed Systems: Client/Server and Clusters

COMP5426 Parallel and Distributed Computing. Distributed Systems: Client/Server and Clusters COMP5426 Parallel and Distributed Computing Distributed Systems: Client/Server and Clusters Client/Server Computing Client Client machines are generally single-user workstations providing a user-friendly

More information

WIND RIVER INTELLIGENT DEVICE PLATFORM XT

WIND RIVER INTELLIGENT DEVICE PLATFORM XT WIND RIVER INTELLIGENT DEVICE PLATFORM XT The Foundation for Building Devices That Connect to the Internet of Things The opportunities presented by the burgeoning Internet of Things (IoT) may be new, but

More information

GENIVI FAQ. What is the GENIVI Alliance?

GENIVI FAQ. What is the GENIVI Alliance? GENIVI FAQ What is the GENIVI Alliance? GENIVI Alliance is a non-profit consortium of over 180 automotive industry companies promoting the collaboration and deployment of open source software in the automotive

More information

Why NetDimensions Learning

Why NetDimensions Learning Why NetDimensions Learning Quick To Implement Lower overall costs NetDimensions Learning can be deployed faster and with fewer implementation services than almost any other learning system in the market.

More information

On the Way to Industrie 4.0 The Digital Enterprise Siemens AG 2015 siemens.com

On the Way to Industrie 4.0 The Digital Enterprise Siemens AG 2015 siemens.com Klaus Helmrich Member of the Managing Board of Siemens AG On the Way to Industrie 4.0 The Digital Enterprise siemens.com Siemens focuses on electrification, automation and digitalization and is actively

More information

Software House Embedded Systems

Software House Embedded Systems Software House Embedded Systems Contacts: E-mobility, chassis, driver assistance and body electronics: Martin Richter +49 5371 805-1041 Infotainment, radio and instrument cluster: Sven Lochau +49 30 39978-7631

More information

Creating Next-Generation User Experience with Windows Aero, Windows Presentation Foundation and Silverlight on Windows Embedded Standard 7

Creating Next-Generation User Experience with Windows Aero, Windows Presentation Foundation and Silverlight on Windows Embedded Standard 7 Creating Next-Generation User Experience with Windows Aero, Windows Presentation Foundation and Silverlight on Windows Embedded Standard 7 Windows Embedded Standard uses the latest Technology included

More information

Server and IT Management Software that Offers You Complete Control and Total Flexibility.

Server and IT Management Software that Offers You Complete Control and Total Flexibility. Server and IT Management Software that Offers You Complete Control and Total Flexibility. Identity Management Active Directory Functions App Center Cloud Services Management Console Univention Corporate

More information

Open EMS Suite. O&M Agent. Functional Overview Version 1.2. Nokia Siemens Networks 1 (18)

Open EMS Suite. O&M Agent. Functional Overview Version 1.2. Nokia Siemens Networks 1 (18) Open EMS Suite O&M Agent Functional Overview Version 1.2 Nokia Siemens Networks 1 (18) O&M Agent The information in this document is subject to change without notice and describes only the product defined

More information

Network device management solution

Network device management solution iw Management Console Network device management solution iw MANAGEMENT CONSOLE Scalability. Reliability. Real-time communications. Productivity. Network efficiency. You demand it from your ERP systems

More information

Lessons from Building Asterisk GUIs. Presented by Gaston Draque

Lessons from Building Asterisk GUIs. Presented by Gaston Draque Lessons from Building Asterisk GUIs Presented by Gaston Draque You Finally Built an Asterisk PBX SIP IAX SIP / IAX / FAX / TDM TDM Services Queues Ringgroups DIDs Routing etc Apps Services Asterisk can

More information

Cost Effective Updating of Software in Cars From IVIs, TCUs and Domain Controllers to the Entire Vehicle. White Paper

Cost Effective Updating of Software in Cars From IVIs, TCUs and Domain Controllers to the Entire Vehicle. White Paper Cost Effective Updating of Software in Cars From IVIs, TCUs and Domain Controllers to the Entire Vehicle White Paper Published February 2015 Copyright 1999-2015 Redbend. All Rights Reserved. This Software

More information

Customer Experience. Silicon. Support & Professional Eng. Services. Freescale Provided SW & Solutions

Customer Experience. Silicon. Support & Professional Eng. Services. Freescale Provided SW & Solutions September 2013 Silicon Support & Professional Eng. Services Customer Experience Freescale Provided SW & Solutions Provide Valued Software, Support & Professional Engineering Services, Competitively 2 Customer

More information

Sybase Unwired Platform 2.1.x

Sybase Unwired Platform 2.1.x white paper Sybase Unwired Platform 2.1.x Development Paradigm www.sybase.com Table of Contents 1 Sybase Unwired Platform 2 Mobile Application Development 3 Mobile Business Object (MBO) Development 5 Mobile

More information

Understanding Mobile Apps for Automotive. Kerry Johnson, Senior Automotive Product Manager

Understanding Mobile Apps for Automotive. Kerry Johnson, Senior Automotive Product Manager Understanding Mobile Apps for Automotive Kerry Johnson, Senior Automotive Product Manager 2 PSA Bentley QNX in automotive? In 2011 60+% of infotainment systems shipped 9+ million world wide (5+ million

More information

JReport Server Deployment Scenarios

JReport Server Deployment Scenarios JReport Server Deployment Scenarios Contents Introduction... 3 JReport Architecture... 4 JReport Server Integrated with a Web Application... 5 Scenario 1: Single Java EE Server with a Single Instance of

More information

EB Automotive Driver Assistance EB Assist Solutions. Damian Barnett Director Automotive Software June 5, 2015

EB Automotive Driver Assistance EB Assist Solutions. Damian Barnett Director Automotive Software June 5, 2015 EB Automotive Driver Assistance EB Assist Solutions Damian Barnett Director Automotive Software June 5, 2015 Advanced driver assistance systems Market growth The Growth of ADAS is predicted to be about

More information

Solution Guide Parallels Virtualization for Linux

Solution Guide Parallels Virtualization for Linux Solution Guide Parallels Virtualization for Linux Overview Created in 1991, Linux was designed to be UNIX-compatible software that was composed entirely of open source or free software components. Linux

More information

BMW Car IT GmbH. AUTOSAR - First Experiences and the Migration Strategy of the BMW Group

BMW Car IT GmbH. AUTOSAR - First Experiences and the Migration Strategy of the BMW Group BMW Car IT GmbH. - First Experiences and the Migration Strategy of the BMW Group Dr. Christian, BMW Car IT Page 2 - First Experiences. Overview. 1. Focus of this talk: Model based development under the

More information

An OSGi based HMI for networked vehicles. Telefónica I+D Miguel García Longarón

An OSGi based HMI for networked vehicles. Telefónica I+D Miguel García Longarón June 10-11, 2008 Berlin, Germany An OSGi based HMI for networked vehicles Telefónica I+D Miguel García Longarón Networked Vehicle 2 Networked Vehicle! Tomorrow, the vehicles will be networked! Using Always

More information

Safety compliance. Energy management. System architecture advisory services. Diagnostics. Network topologies. Physical and functional partitioning

Safety compliance. Energy management. System architecture advisory services. Diagnostics. Network topologies. Physical and functional partitioning Energy management Network topologies Physical and functional partitioning Safety compliance Diagnostics System architecture advisory services www.continental-corporation.com Why system architecture? 2

More information

Replication and High-Availability

Replication and High-Availability ConfD XML-Based Network Management Software Next-Generation Configuration Management The increasing complexity of operator and enterprise networks and the requirement to deliver new services is driving

More information

AN INTEL COMPANY WIND RIVER AUTOMOTIVE SOLUTIONS

AN INTEL COMPANY WIND RIVER AUTOMOTIVE SOLUTIONS AN INTEL COMPANY WIND RIVER AUTOMOTIVE SOLUTIONS The Software-Enabled Automobile Software is a key differentiating factor for today s automakers. It is critical to harnessing the opportunities of autonomous

More information

Overview to the Cisco Mobility Services Architecture

Overview to the Cisco Mobility Services Architecture Overview to the Cisco Mobility Services Architecture Introduction Business has gone mobile. The number of employees that expect access to network resources to improve productivity has increased significantly

More information

Your Location Instant NOC using Kaseya. Administrator at Remote Location Secure access to Management Console from anywhere using only a browser

Your Location Instant NOC using Kaseya. Administrator at Remote Location Secure access to Management Console from anywhere using only a browser Kaseya Product Brief The Kaseya Platform Making your systems more secure, your staff more productive, your services more reliable and your results easier to validate. No matter what part of Kaseya s integrated

More information

ENZO UNIFIED SOLVES THE CHALLENGES OF REAL-TIME DATA INTEGRATION

ENZO UNIFIED SOLVES THE CHALLENGES OF REAL-TIME DATA INTEGRATION ENZO UNIFIED SOLVES THE CHALLENGES OF REAL-TIME DATA INTEGRATION Enzo Unified Solves Real-Time Data Integration Challenges that Increase Business Agility and Reduce Operational Complexities CHALLENGES

More information

CommonTime Making Business Mobile. Enterprise. CommonTime. Mobile Solutions. mdesign Platform. www.commontime.com

CommonTime Making Business Mobile. Enterprise. CommonTime. Mobile Solutions. mdesign Platform. www.commontime.com Enterprise Mobile Solutions Platform www.commontime.com Platform - Overview All Businesses Are Unique At we understand that no two businesses are the same. We believe that a mobile solution should be designed

More information

Seminar in Software and Service Engineering: Software Ecosystems and Infrastructures Lecture 1: Background to the topic area

Seminar in Software and Service Engineering: Software Ecosystems and Infrastructures Lecture 1: Background to the topic area Seminar in Software and Service Engineering: Software Ecosystems and Infrastructures Lecture 1: Background to the topic area Kari Smolander kari.smolander@aalto.fi Course details Topic area Objectives

More information

About This Document 3. Integration and Automation Capabilities 4. Command-Line Interface (CLI) 8. API RPC Protocol 9.

About This Document 3. Integration and Automation Capabilities 4. Command-Line Interface (CLI) 8. API RPC Protocol 9. Parallels Panel Contents About This Document 3 Integration and Automation Capabilities 4 Command-Line Interface (CLI) 8 API RPC Protocol 9 Event Handlers 11 Panel Notifications 13 APS Packages 14 C H A

More information

AutoSAR Overview. FESA Workshop at KTH 2010 04 12. Prof. Jakob Axelsson Volvo Cars and Mälardalen University

AutoSAR Overview. FESA Workshop at KTH 2010 04 12. Prof. Jakob Axelsson Volvo Cars and Mälardalen University AutoSAR Overview FESA Workshop at KTH 2010 04 12 Prof. Jakob Axelsson Volvo Cars and Mälardalen University This presentation is based on a tutorial prepared by the AutoSAR Consortium AUTOSAR Members Status

More information

Intecs 2011 - Roma - Pisa - Napoli - Milano - Torino - Cagliari - Genova L Aquila - Toulouse - Paris

Intecs 2011 - Roma - Pisa - Napoli - Milano - Torino - Cagliari - Genova L Aquila - Toulouse - Paris In Vehicle Infotainment and Open Source Summary In Vehicle Infotainment GENIVI Alliance Open Source in IVI Intecs Experience In Vehicle Infotainment In Vehicle Infotainment is a rapidly growing gand evolving

More information

HP OO 10.X - SiteScope Monitoring Templates

HP OO 10.X - SiteScope Monitoring Templates HP OO Community Guides HP OO 10.X - SiteScope Monitoring Templates As with any application continuous automated monitoring is key. Monitoring is important in order to quickly identify potential issues,

More information

Technical Writing - A Summary of FPGA BASE, CSPI Instruments and MicroTCA

Technical Writing - A Summary of FPGA BASE, CSPI Instruments and MicroTCA Basic Application Development Environment Matej Kenda, Libera Workshop 2011, Solkan mateja.kenda@i-tech.si Agenda Development of Electronic Devices Software in reconfigurable devices Libera BASE Purpose,

More information

ZBD S SOFTWARE SOLUTION DELIVERING CONTENT-RICH INFORMATION TO CUSTOMERS AT THE POINT OF PURCHASE

ZBD S SOFTWARE SOLUTION DELIVERING CONTENT-RICH INFORMATION TO CUSTOMERS AT THE POINT OF PURCHASE ZBD S SOFTWARE SOLUTION DELIVERING CONTENT-RICH INFORMATION TO CUSTOMERS AT THE POINT OF PURCHASE BOUNCE ZBD S SOFTWARE SOLUTION BOUNCE IS DESIGNED TO BE FAST TO INSTALL, EFFICIENT TO RUN AND EASY TO USE

More information

Objectives. Chapter 2: Operating-System Structures. Operating System Services (Cont.) Operating System Services. Operating System Services (Cont.

Objectives. Chapter 2: Operating-System Structures. Operating System Services (Cont.) Operating System Services. Operating System Services (Cont. Objectives To describe the services an operating system provides to users, processes, and other systems To discuss the various ways of structuring an operating system Chapter 2: Operating-System Structures

More information

SNAPPIN.IO. FWR is a Hardware & Software Factory, which designs and develops digital platforms.

SNAPPIN.IO. FWR is a Hardware & Software Factory, which designs and develops digital platforms. SNAPPIN.IO SNAPPIN.IO Snappin is an ecosystem oriented to retail that aims to increase in store sales due to the proactive involvement of users, relying on mechanisms of "Engagement", "Empowerment " and

More information

MEASURING WIRELESS NETWORK CONNECTION QUALITY

MEASURING WIRELESS NETWORK CONNECTION QUALITY Technical Disclosure Commons Defensive Publications Series January 27, 2016 MEASURING WIRELESS NETWORK CONNECTION QUALITY Mike Mu Avery Pennarun Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

VM Instant Access & EMC Avamar Plug-In for vsphere Web Client

VM Instant Access & EMC Avamar Plug-In for vsphere Web Client White Paper VM Instant Access & EMC Avamar Plug-In for vsphere Web Client Abstract With the ever increasing pace of virtual environments deployed in the enterprise cloud, the requirements for protecting

More information

Optimally Manage the Data Center Using Systems Management Tools from Cisco and Microsoft

Optimally Manage the Data Center Using Systems Management Tools from Cisco and Microsoft White Paper Optimally Manage the Data Center Using Systems Management Tools from Cisco and Microsoft What You Will Learn Cisco is continuously innovating to help businesses reinvent the enterprise data

More information

FREQUENTLY ASKED QUESTIONS. Oracle Applications Strategy

FREQUENTLY ASKED QUESTIONS. Oracle Applications Strategy FREQUENTLY ASKED QUESTIONS Oracle Applications Strategy The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

More information

ORACLE WEBCENTER PORTAL

ORACLE WEBCENTER PORTAL ORACLE WEBCENTER PORTAL A MODERN ENTERPRISE PORTAL WITH INTUITIVE TOOLS FOR COMPOSING CONTENT-RICH SELF- SERVICE PORTALS WITH INTEGRATED SOCIAL AND COLLABORATION SERVICES KEY FEATURES Enterprise-Grade

More information

2014 IPDS Trends New Techniques for Supporting Intelligent Printer Data Stream (IPDS) Workflows

2014 IPDS Trends New Techniques for Supporting Intelligent Printer Data Stream (IPDS) Workflows Eastman Kodak Company 343 State Street Rochester, NY 14650-0238 USA Revision date: April 25, 2014 White Paper Contact Name Jeffrey Saunders Jeffrey.Saunders@kodak.com 2014 IPDS Trends New Techniques for

More information

CycurHSM An Automotive-qualified Software Stack for Hardware Security Modules

CycurHSM An Automotive-qualified Software Stack for Hardware Security Modules CycurHSM An Automotive-qualified Software Stack for Hardware Security Modules Dr. Frederic Stumpf, ESCRYPT GmbH Embedded Security, Stuttgart, Germany 1 Introduction Electronic Control Units (ECU) are embedded

More information

DATA MASKING A WHITE PAPER BY K2VIEW. ABSTRACT K2VIEW DATA MASKING

DATA MASKING A WHITE PAPER BY K2VIEW. ABSTRACT K2VIEW DATA MASKING DATA MASKING A WHITE PAPER BY K2VIEW. ABSTRACT In today s world, data breaches are continually making the headlines. Sony Pictures, JP Morgan Chase, ebay, Target, Home Depot just to name a few have all

More information

Open Standards and Product Differentiation

Open Standards and Product Differentiation Andrew Poliak Global Director, Automotive Business Development QNX Software Systems Limited Introduction It is sometimes assumed, erroneously, that basing a product on open standards and delivering a distinct

More information

Linux A first-class citizen in Windows Azure. Bruno Terkaly bterkaly@microsoft.com Principal Software Engineer Mobile/Cloud/Startup/Enterprise

Linux A first-class citizen in Windows Azure. Bruno Terkaly bterkaly@microsoft.com Principal Software Engineer Mobile/Cloud/Startup/Enterprise Linux A first-class citizen in Windows Azure Bruno Terkaly bterkaly@microsoft.com Principal Software Engineer Mobile/Cloud/Startup/Enterprise 1 First, I am software developer (C/C++, ASM, C#, Java, Node.js,

More information

Software Design. Design (I) Software Design Data Design. Relationships between the Analysis Model and the Design Model

Software Design. Design (I) Software Design Data Design. Relationships between the Analysis Model and the Design Model Software Design Design (I) Software Design is a process through which requirements are translated into a representation of software. Peter Lo CS213 Peter Lo 2005 1 CS213 Peter Lo 2005 2 Relationships between

More information

Cisco Process Orchestrator Adapter for Cisco UCS Manager: Automate Enterprise IT Workflows

Cisco Process Orchestrator Adapter for Cisco UCS Manager: Automate Enterprise IT Workflows Solution Overview Cisco Process Orchestrator Adapter for Cisco UCS Manager: Automate Enterprise IT Workflows Cisco Unified Computing System and Cisco UCS Manager The Cisco Unified Computing System (UCS)

More information

System Structures. Services Interface Structure

System Structures. Services Interface Structure System Structures Services Interface Structure Operating system services (1) Operating system services (2) Functions that are helpful to the user User interface Command line interpreter Batch interface

More information

FileNet System Manager Dashboard Help

FileNet System Manager Dashboard Help FileNet System Manager Dashboard Help Release 3.5.0 June 2005 FileNet is a registered trademark of FileNet Corporation. All other products and brand names are trademarks or registered trademarks of their

More information

NETSTOCK a web based approach for stock control in a heterogeneous IT world

NETSTOCK a web based approach for stock control in a heterogeneous IT world NETSTOCK a web based approach for stock control in a heterogeneous IT world Klaus MOELLER 1 and Frank WERNER 2 1 University of Applied Sciences Pforzheim, Tiefenbronner Strasse 65, D-75175 Pforzheim, Germany

More information

IOTIVITY AND EMBEDDED LINUX SUPPORT. Kishen Maloor Intel Open Source Technology Center

IOTIVITY AND EMBEDDED LINUX SUPPORT. Kishen Maloor Intel Open Source Technology Center IOTIVITY AND EMBEDDED LINUX SUPPORT Kishen Maloor Intel Open Source Technology Center Outline Brief introduction to IoTivity Software development challenges in embedded Yocto Project and how it addresses

More information

Network device management solution.

Network device management solution. Network device management solution. iw Management Console Version 3 you can Scalability. Reliability. Real-time communications. Productivity. Network efficiency. You demand it from your ERP systems and

More information

THE RTOS AS THE ENGINE POWERING THE INTERNET OF THINGS

THE RTOS AS THE ENGINE POWERING THE INTERNET OF THINGS THE RTOS AS THE ENGINE POWERING THE INTERNET OF THINGS By Bill Graham and Michael Weinstein INNOVATORS START HERE. EXECUTIVE SUMMARY Driven by the convergence of cloud technology, rapidly growing data

More information

The Fastest Way to Parallel Programming for Multicore, Clusters, Supercomputers and the Cloud.

The Fastest Way to Parallel Programming for Multicore, Clusters, Supercomputers and the Cloud. White Paper 021313-3 Page 1 : A Software Framework for Parallel Programming* The Fastest Way to Parallel Programming for Multicore, Clusters, Supercomputers and the Cloud. ABSTRACT Programming for Multicore,

More information