An approach for Charging Communication Conformance Testing in Electric Vehicle

Größe: px
Ab Seite anzeigen:

Download "An approach for Charging Communication Conformance Testing in Electric Vehicle"

Transkript

1 An approach for Charging Communication Conformance Testing in Electric Vehicle Frank Brosi Vector Congress, Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 1

2 Project objectives Development of Conformance-Tests for ISO Cooperation with Vector Informatik started in Jan 2012 Independent, stand-alone tests for vehicle (EV) or charge spot (EVSE) AC and DC charging Focus on OSI Layer 3-7, no Physical Layer Test (only implicitly tested) Active participation in ISO PT6 Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 2

3 Agenda Introduction for ISO Conformance Test Objectives Potential errors Test generation Test bed Outlook and Conclusion Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 3

4 INTRODUCTION Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 4

5 ISO Vehicle to grid communication interface Energy saving network technology (e.g. partial networking) Optimization of power consumption of embedded systems Charger ECU + - Communication with infrastructure On-board charger Battery management system ISO High-voltage engine control Source: Vector Informatik Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 5

6 ISO Vehicle to grid communication interface Use-Cases Simple payment and billing Load management DC charging control Additional services Benefits User consulting about charging slots (departure time, expected/required energy charge) Cheaper infrastructure with less vandalism potential (e.g. no HMI needed) Additional services like: sat-nav update, telematics update, music, ordering at shops or drivein restaurants Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 6

7 ISO/IEC communication stack overview Layer 7 - Application Vehicle 2 Grid communication messages for AC- & DC- charging Layer 6 - Presentation EXI (Efficient XML Interchange) Layer 5 - Session V2GTP (Vehicle to Grid Transfer Protocol) Layer 4 - Transport Layer 3 - Network Layer 2 Data Link Layer 1 - Physical TLS (IETF RFC 5246 Transport Layer Security 1.2) TCP (IETF RFC 2460 Transmission Control Protocol) IPv6 (IETF RFC 2460 Internet Protocol) IEEE MAC layer IEEE 1901 Profile Green PHY UDP (IETF RFC 768 User Datagram Protocol) RFC 4862 IPv6 SLAAC Based on Source: ISO-TC22-SC3-JWG1_N0390_ _JWG_V2G_CI_updated_status Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 7

8 CONFORMANCE-TEST OF ISO Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 8

9 Objectives of Conformance-Tests Connection establishment, interruption and reestablishment. Test scenarios for load leveling plug & charge payment Authentication etc. Correct handling of the low level communication (IEC 61851) as basis for high level communication Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 9

10 FKFS: Conformance Test Stepwise top-to-down Approach 1. Develop test case for the application layer Lower layers are tested implicitly 2. EXI, V2GTP explicit tests depending on ISO test requirements 3. TLS, TCP/IPv6 explicit tests depending on ISO test requirements 4. PLC physical layer tested implicitly only Based on source: ISO-TC22-SC3-JWG1_N0390_ _JWG_V2G_CI_updated_status Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 10

11 Simplified Message structure and resulting error types Message consists of complex & simple data structures Timing / Sequence Data structure XML/EXI-data-types Use Case (Profile) Position (Ordering) implemented by Amount Format Data type Value Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 11

12 visdgm10 Data level - error category matrix Level Error category Repetition Deletion Insertion Re-Sequence State-Flow / Message Data structure Data type X X X X X X X X X X X Corruption X X Delay Masquerade Context / Semantics / Logic X X X X X Error categories based on IEC Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 12

13 Folie 12 visdgm10 Überschrift ist Deutsch, bitte in Englisch Großmann, Dirk;

14 Attributes - error category matrix (example) Level (State-Flow / Message) Error category Repetition Deletion Insertion Re-Sequence Corruption Delay Masquerade Context /Semantics / Logic Error categories based on IEC Timing & Sequence errors repeated message Not received / send messages additional message; messages not in correct order Repeated hole sequences; Messages of wrong order timeouts Identity theft USE CASE (membership) errors Message not included in profile; Message of different schema version; Message not defined; conflicting messages (session with PreChargeReq & ChargingStatusReq) Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 13

15 Automated test generation with TeSAm Application layer tests ISO (Requirement) UML model (functional model) TeSAm TFS-XML test cases AlPaS (parameter-db) CANoe.IP XML / C# test knot TeSAm and AlPaS are tools of FKFS TFS: Test Feature Set Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 14

16 Example UML-Model stm StateMachine_Teat Initial Connection established [V2G2-484] (from Kapitel 8) «invariant» {receive_supportedappprotocolres[responsecodetype = Fail]/ CommunicationStop[MsgTimer_EVccMsg=Timeout]} [V2G2-485] (from Kapitel 8) «Process» {receive_supportedappprotocolres[responsecodetype = OK]/ send_sessionsetupreq [SequenceTimer = EVccSequencePerformanceTime]} Wait_supportedAppProtocolRes [V2G2-485] [V2G2-484] [V2G2-486] (from Kapitel 8) «invariant» {receive_sessionsetupres [ResponseCodeType = Fail]/ CommunicationStop [ MsgTimer >=v2gevccmsgtimeout]} [V2G2-487] Wait for SessionSetupRes [V2G2-486] (from Kapitel 8) «Process» {receive_sessionsetupres[responsecodetype = OK]/send_ServiveDiscoveryReq[SequenceTimer <= EVccSequencePerformanceTime]} [V2G2-487] [V2G2-488] Final Wait for ServiceDiscoveryRes [V2G2-489] (from Kapitel 8) «Process» {receive_servicediscoveryres [ResponseCodeType = OK] /send_servicedetailreq [SequenceTimer <= EVccSequencePerformanceTime & ServiceList_NotEmpty & EVccUses_AnyService]} {receive_servicediscoveryres[responsecodetype =Failed] / CommunicationStop [MsgTimer >= v2gevccmsgtimeout]} [V2G2-488] (from Kapitel 8) Final Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 15

17 Conversion Constraint to VXT Constraint VXT 1.3 Ereignis[Wächter1]/ Aktion[Wächter2] receive_supportedappprotocolres [ResponseCodeType = OK]/ send_sessionsetupreq [SequenceTimer < EVccSequencePerformanceTime] <set> Wächter1</set><send(Ereignis())> <wait>aktion</wait><choise(wächter2)> <set><sysvar name="scc::responsecodetype">1</sysvar></set> <capltestfunction name="tc_send_supported AppProtocolRes"> <caplparam name="id" type="int">65</caplparam> <caplparam name="para" type="sys"> SCC::ResponseCodeType </caplparam> </capltestfunction> <capltestfunction name="tc_wait_receiving_sessionsetupreq"> <caplparam name="id" type="int">5</caplparam> <caplparam name="para" type="int"> SCC::SequenceTimer </caplparam> </capltestfunction> <choice> <if> <condition> <sysvar name="scc::sequencetimer"> <st>500</st> </sysvar> </condition> </choice> Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 16

18 Vector tool chain for testing ISO EXI Test sequencer SCC CANoe Test Feature Set CANoe add-on SCC Eth SM V2GTP HTTP TLS TcpIp IPv4/IPv6 EthIf Eth EthTrcv CANoe Option IP VT System Source: Vector Informatik Ethernet Home Plug Green PHY Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 17

19 Hardware Communication, Measurement, test bed configuration EV AC DC EVSE AC/DC DC-Load AC energy recovery Grid Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 18

20 Outlook TeSAm Traceability ISO (requirements) & ISO (conformance tests) test spec. test case report Reduction of test cases positive Tests most probable errors risks for system and humans SCC-Package More special test functions Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 19

21 Conclusion High-level-communication necessary for DC-Charging More benefits, e.g. automated billing, load management TeSAm: Automated generation of test cases Reduction of test cases necessary, for example based on risk Vector tool chain is used to test the protocol Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 20

22 THANK YOU FOR YOUR ATTENTION Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 21

23 BACKUP Forschungsinstitut für Kraftfahrwesen und Fahrzeugmotoren Stuttgart 22

ISEA RWTH Aachen Electric Bus Simulation

ISEA RWTH Aachen Electric Bus Simulation ISEA RWTH Aachen Electric Bus Simulation Finding the Optimal Technical Configuration 05.04.2017 Fabian Meishner Lehrstuhl für Elektrochemische Energiewandlung und 1 Speichersystemtechnik Electric Bus Simulation

Mehr

Dynamic Hybrid Simulation

Dynamic Hybrid Simulation Dynamic Hybrid Simulation Comparison of different approaches in HEV-modeling GT-SUITE Conference 12. September 2012, Frankfurt/Main Institut für Verbrennungsmotoren und Kraftfahrwesen Universität Stuttgart

Mehr

Model-based Development of Hybrid-specific ECU Software for a Hybrid Vehicle with Compressed- Natural-Gas Engine

Model-based Development of Hybrid-specific ECU Software for a Hybrid Vehicle with Compressed- Natural-Gas Engine Model-based Development of Hybrid-specific ECU Software for a Hybrid Vehicle with Compressed- Natural-Gas Engine 5. Braunschweiger Symposium 20./21. Februar 2008 Dipl.-Ing. T. Mauk Dr. phil. nat. D. Kraft

Mehr

Simulation of a Battery Electric Vehicle

Simulation of a Battery Electric Vehicle Simulation of a Battery Electric Vehicle M. Auer, T. Kuthada, N. Widdecke, J. Wiedemann IVK/FKFS University of Stuttgart 1 2.1.214 Markus Auer Agenda Motivation Thermal Management for BEV Simulation Model

Mehr

Security for Safety in der Industrieautomation Konzepte und Lösungsansätze des IEC 62443

Security for Safety in der Industrieautomation Konzepte und Lösungsansätze des IEC 62443 Security for Safety in der Industrieautomation Konzepte und Lösungsansätze des IEC 62443 Roadshow INDUSTRIAL IT SECURITY Dr. Thomas Störtkuhl 18. Juni 2013 Folie 1 Agenda Einführung: Standard IEC 62443

Mehr

Steca Solar Electronics Products and solutions for an ecological future. Intersolar 2011 M. Müller, Steca GmbH

Steca Solar Electronics Products and solutions for an ecological future. Intersolar 2011 M. Müller, Steca GmbH Steca Solar Electronics Products and solutions for an ecological future. Intersolar 2011 M. Müller, Steca GmbH Develop Solar! Renewable Energies Project Development Programme Advanced technical and business

Mehr

Possible Solutions for Development of Multilevel Pension System in the Republic of Azerbaijan

Possible Solutions for Development of Multilevel Pension System in the Republic of Azerbaijan Possible Solutions for Development of Multilevel Pension System in the Republic of Azerbaijan by Prof. Dr. Heinz-Dietrich Steinmeyer Introduction Multi-level pension systems Different approaches Different

Mehr

From HiL to Test Vehicle:

From HiL to Test Vehicle: From HiL to Test Vehicle: Reuse of test cases with same test automation Agenda: Trailer Presentation Agenda: Movie about Tool Questions After presentation Live Demo Vehicle Meeting point: ETAS Stand 1642

Mehr

Simulating the Idle: A New Load Case for Vehicle Thermal Management

Simulating the Idle: A New Load Case for Vehicle Thermal Management Simulating the Idle: A New Load Case for Vehicle Thermal Management Jan Eller FKFS / IVK University of Stuttgart Thomas Binner and Heinrich Reister Daimler AG Nils Widdecke and Jochen Wiedemann FKFS /

Mehr

2011 European HyperWorks Technology Conference

2011 European HyperWorks Technology Conference 2011 European HyperWorks Technology Conference Topology Optimization Methods applied to Automotive Transmission Housings 1 Agenda Introduction - Corporate Information - overview Topology Optimization for

Mehr

GIS-based Mapping Tool for Urban Energy Demand

GIS-based Mapping Tool for Urban Energy Demand GIS-based Mapping Tool for Urban Energy Demand Building Services, Mechanical and Building Industry Days Conference Johannes Dorfner Debrecen, 14 October 2011 Outline 1. Motivation 2. Method 3. Result 4.

Mehr

GAUSS towards a common certification process for GNSS applications using the European Satellite System Galileo

GAUSS towards a common certification process for GNSS applications using the European Satellite System Galileo GAUSS towards a common certification process for GNSS applications using the European Satellite System Galileo Matthias Grimm, Dr. Michael Meyer zu Hörste Vortragstitel > 11. Juni 2010 > Folie 1 Agenda

Mehr

TMF projects on IT infrastructure for clinical research

TMF projects on IT infrastructure for clinical research Welcome! TMF projects on IT infrastructure for clinical research R. Speer Telematikplattform für Medizinische Forschungsnetze (TMF) e.v. Berlin Telematikplattform für Medizinische Forschungsnetze (TMF)

Mehr

EtherNet/IP Topology and Engineering MPx06/07/08VRS

EtherNet/IP Topology and Engineering MPx06/07/08VRS EtherNet/IP Topology and Engineering MPx06/07/08VRS 3 1. Engineering via free EtherNet/IPTM-Port of a device on Bus from MPx07V10 2. Engineering via optional Industrial-Ethernet-Switch 3. Engineering via

Mehr

Integrated result data management in the development process of vehicle systems based on the ASAM ODS standard

Integrated result data management in the development process of vehicle systems based on the ASAM ODS standard Integrated result data management in the development process of vehicle systems based on the ASAM ODS standard Dipl.-Ing. (FH) Stefan Geneder, Technische Hochschule Ingolstadt Dr. Felix Pfister, AVL List,

Mehr

Anlage zur Akkreditierungsurkunde D-PL nach DIN EN ISO/IEC 17025:2005

Anlage zur Akkreditierungsurkunde D-PL nach DIN EN ISO/IEC 17025:2005 Deutsche Akkreditierungsstelle GmbH nach DIN EN ISO/IEC 17025:2005 Gültigkeitsdauer: 20.04.2018 bis 19.04.2023 Ausstellungsdatum: 20.04.2018 Urkundeninhaber: TÜV SÜD Product Service GmbH Barthstraße 12,

Mehr

Presentation of a diagnostic tool for hybrid and module testing

Presentation of a diagnostic tool for hybrid and module testing Presentation of a diagnostic tool for hybrid and module testing RWTH Aachen III. Physikalisches Institut B M.Axer, F.Beißel, C.Camps, V.Commichau, G.Flügge, K.Hangarter, J.Mnich, P.Schorn, R.Schulte, W.

Mehr

Lehrstuhl für Allgemeine BWL Strategisches und Internationales Management Prof. Dr. Mike Geppert Carl-Zeiß-Str. 3 07743 Jena

Lehrstuhl für Allgemeine BWL Strategisches und Internationales Management Prof. Dr. Mike Geppert Carl-Zeiß-Str. 3 07743 Jena Lehrstuhl für Allgemeine BWL Strategisches und Internationales Management Prof. Dr. Mike Geppert Carl-Zeiß-Str. 3 07743 Jena http://www.im.uni-jena.de Contents I. Learning Objectives II. III. IV. Recap

Mehr

Karlsruhe Institute of Technology Die Kooperation von Forschungszentrum Karlsruhe GmbH und Universität Karlsruhe (TH)

Karlsruhe Institute of Technology Die Kooperation von Forschungszentrum Karlsruhe GmbH und Universität Karlsruhe (TH) Combining Cloud and Grid with a User Interface Jie Tao Karlsruhe Institute of Technology jie.tao@kit.edu Die Kooperation von Outline Motivation The g-eclipse Project Extending gg-eclipse for a Cloud Framework

Mehr

Analog GSM-Gateway TRF

Analog GSM-Gateway TRF Analog GSM-Gateway TRF GSM gateway for voice- or fax transmission 1 2009 com.sat GmbH Kommunikationssysteme Schwetzinger Str. 19 D-68519 Viernheim www.comsat.de Tel: +49-(0)180-3-768837 The connecting

Mehr

Virtual PBX and SMS-Server

Virtual PBX and SMS-Server Virtual PBX and SMS-Server Software solutions for more mobility and comfort * The software is delivered by e-mail and does not include the boxes 1 2007 com.sat GmbH Kommunikationssysteme Schwetzinger Str.

Mehr

Cleanroom Fog Generators Volcano VP 12 + VP 18

Cleanroom Fog Generators Volcano VP 12 + VP 18 Cleanroom Fog Generators Volcano VP 12 + VP 18 Description & Functional Principle (Piezo Technology) Cleanrooms are dynamic systems. People and goods are constantly in motion. Further installations, production

Mehr

Routing in WSN Exercise

Routing in WSN Exercise Routing in WSN Exercise Thomas Basmer telefon: 0335 5625 334 fax: 0335 5625 671 e-mail: basmer [ at ] ihp-microelectronics.com web: Outline Routing in general Distance Vector Routing Link State Routing

Mehr

Newest Generation of the BS2 Corrosion/Warning and Measurement System

Newest Generation of the BS2 Corrosion/Warning and Measurement System Newest Generation of the BS2 Corrosion/Warning and Measurement System BS2 System Description: BS2 CorroDec 2G is a cable and energyless system module range for detecting corrosion, humidity and prevailing

Mehr

Possible Contributions to Subtask B Quality Procedure

Possible Contributions to Subtask B Quality Procedure Possible Contributions to Subtask B Quality Procedure aeteba - Energy Systems, Germany Elmar Sporer zafh.net Stuttgart, Germany Dr. Dirk Pietruschka 1/14 aeteba - Consortium of different companies - Turnkey

Mehr

Eduard Stolz, opi2020: Stand der Standardisierung ISO/IEC und der Arbeit der TK69 und NK0110

Eduard Stolz, opi2020: Stand der Standardisierung ISO/IEC und der Arbeit der TK69 und NK0110 Tagung Elektromobilität und Infrastruktur Eduard Stolz, : Stand der Standardisierung ISO/IEC und der Arbeit der TK69 und NK0110 Mit Unterstützung von: 1 An overview of the standardization Fixed Installations

Mehr

Anlage zur Akkreditierungsurkunde D-PL-19015-01-00 nach DIN EN ISO/IEC 17025:2005

Anlage zur Akkreditierungsurkunde D-PL-19015-01-00 nach DIN EN ISO/IEC 17025:2005 Deutsche Akkreditierungsstelle GmbH Anlage zur Akkreditierungsurkunde D-PL-19015-01-00 nach DIN EN ISO/IEC 17025:2005 Gültigkeitsdauer: 15.12.2014 bis 14.12.2019 Ausstellungsdatum: 15.12.2014 Urkundeninhaber:

Mehr

The Future Internet in Germany and Europe

The Future Internet in Germany and Europe The Future Internet in Germany and Europe David Kennedy Direktor Eurescom GmbH Heidelberg, Deutschland Starting point.. The innovative society and sustainable economy of Europe 2020 will be based on ICT

Mehr

Self-Organisation in Germany s Higher Education IT

Self-Organisation in Germany s Higher Education IT EUNIS 2014-06-12 Self-Organisation in Germany s Higher Education IT Hartmut Hotzel ZKI Vice President & Director of IT-Services, Bauhaus-Universität Weimar 1 Self-Organisation in Germany s HE IT 1. Pinpointing

Mehr

Netzwerke und Sicherheit auf mobilen Geräten

Netzwerke und Sicherheit auf mobilen Geräten Netzwerke und Sicherheit auf mobilen Geräten Univ.-Prof. Priv.-Doz. DI Dr. René Mayrhofer Antrittsvorlesung Johannes Kepler Universität Linz Repräsentationsräume 1. Stock (Uni-Center) 19.1.2015, 16:00

Mehr

... Chair of Mobile Business & Multilateral Security. Lecture 14 Business Informatics 2 (PWIN) FAQ WS 2015/16

... Chair of Mobile Business & Multilateral Security. Lecture 14 Business Informatics 2 (PWIN) FAQ WS 2015/16 Lecture 14 Business Informatics (PWIN) FAQ WS 015/16 Prof. Dr. Kai Rannenberg Shuzhe Yang, M.Sc. Christopher Schmitz, M.Sc. www.m-chair.de Chair of Mobile Business & Multilateral Security Jenser (Flickr.com)

Mehr

Datenblatt. Remote-I/O - u-remote UR20-4AO-UI or 4-wire connection; 16-bit resolution; 4 outputs

Datenblatt. Remote-I/O - u-remote UR20-4AO-UI or 4-wire connection; 16-bit resolution; 4 outputs 2- or 4-wire connection; 16-bit resolution; 4 outputs The analogue output module controls up to 4 analogue actuators with +/-10 V, +/-5 V, 0...10 V, 0...5 V, 2...10 V, 1...5 V, 0...20 ma or 4...20 ma with

Mehr

Seminar aus Programmiersprachen. Markus Raab LVA

Seminar aus Programmiersprachen. Markus Raab LVA Seminar aus Programmiersprachen Markus Raab LVA 185.307 09.03.2016 Outline Problem description Topics Seminar course Grading Select date Choose topic+registration Elektra's

Mehr

qwixp, a Qt- based, Wireless Information Exchange Platform

qwixp, a Qt- based, Wireless Information Exchange Platform Multikonferenz Wirtschaftsinformatik 2006 Universität Passau qwixp, a Qt- based, Wireless Information Exchange Platform Ralf Salomon,, Frank Reichenbach, Thomas Kirste Fachbereich für Informatik und Elektrotechnik,

Mehr

Oracle Integration Cloud Service

Oracle Integration Cloud Service überraschend mehr Möglichkeiten! Oracle Integration Cloud Service Closed Loop Ordermanagement with SAP, SFDC and Oracle ICS Cornelia Spanner Consultant Alexander Däubler Managing Consultant OPITZ CONSULTING

Mehr

Ethernet-Security am Beispiel SOME/IP

Ethernet-Security am Beispiel SOME/IP -Security am Beispiel SOME/IP VDI/VW-Gemeinschaftstagung Automotive Security, 21./22.10.2015, Wolfsburg V1.0 2015-10-21 Agenda 1. Motivation 2. SOME/IP und AUTOSAR 3. Bestehende Security-Protokolle für

Mehr

Customer-specific software for autonomous driving and driver assistance (ADAS)

Customer-specific software for autonomous driving and driver assistance (ADAS) This press release is approved for publication. Press Release Chemnitz, February 6 th, 2014 Customer-specific software for autonomous driving and driver assistance (ADAS) With the new product line Baselabs

Mehr

Das J1939 Protokoll. Überblick und Ausblick

Das J1939 Protokoll. Überblick und Ausblick Das J1939 Protokoll Überblick und Ausblick V0.02 2008-02-25 Agenda > Übersicht J1939 Protokoll Ausblick Slide: 2 Warum J1939? Einheitliche Anwendungen (plug-and-play) Kommunikation der elektrischen Steuergeräte

Mehr

vcdm im Wandel Vorstellung des neuen User Interfaces und Austausch zur Funktionalität V

vcdm im Wandel Vorstellung des neuen User Interfaces und Austausch zur Funktionalität V vcdm im Wandel Vorstellung des neuen User Interfaces und Austausch zur Funktionalität V0.1 2018-10-02 Agenda vcdm User Interface History Current state of User Interface User Interface X-mas 2018 Missing

Mehr

AS Path-Prepending in the Internet And Its Impact on Routing Decisions

AS Path-Prepending in the Internet And Its Impact on Routing Decisions (SEP) Its Impact on Routing Decisions Zhi Qi ytqz@mytum.de Advisor: Wolfgang Mühlbauer Lehrstuhl für Netzwerkarchitekturen Background Motivation BGP -> core routing protocol BGP relies on policy routing

Mehr

ELBA2 ILIAS TOOLS AS SINGLE APPLICATIONS

ELBA2 ILIAS TOOLS AS SINGLE APPLICATIONS ELBA2 ILIAS TOOLS AS SINGLE APPLICATIONS An AAA/Switch cooperative project run by LET, ETH Zurich, and ilub, University of Bern Martin Studer, ilub, University of Bern Julia Kehl, LET, ETH Zurich 1 Contents

Mehr

Word-CRM-Upload-Button. User manual

Word-CRM-Upload-Button. User manual Word-CRM-Upload-Button User manual Word-CRM-Upload for MS CRM 2011 Content 1. Preface... 3 2. Installation... 4 2.1. Requirements... 4 2.1.1. Clients... 4 2.2. Installation guidelines... 5 2.2.1. Client...

Mehr

Exercise (Part XI) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1

Exercise (Part XI) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1 Exercise (Part XI) Notes: The exercise is based on Microsoft Dynamics CRM Online. For all screenshots: Copyright Microsoft Corporation. The sign ## is you personal number to be used in all exercises. All

Mehr

Methodische und konzeptionelle Hinweise zur Entwicklung einer IVS-Rahmenarchitektur Straße für Deutschland

Methodische und konzeptionelle Hinweise zur Entwicklung einer IVS-Rahmenarchitektur Straße für Deutschland Methodische und konzeptionelle Hinweise zur Entwicklung einer IVS-Rahmenarchitektur Straße für Deutschland Ergänzende Anlagen Fachbereich Bauingenieurwesen und Geodäsie Fachgebiet Verkehrsplanung und Verkehrstechnik

Mehr

Creating OpenSocial Gadgets. Bastian Hofmann

Creating OpenSocial Gadgets. Bastian Hofmann Creating OpenSocial Gadgets Bastian Hofmann Agenda Part 1: Theory What is a Gadget? What is OpenSocial? Privacy at VZ-Netzwerke OpenSocial Services OpenSocial without Gadgets - The Rest API Part 2: Practical

Mehr

PV Standalone system design and battery charging technologies

PV Standalone system design and battery charging technologies PV Standalone system design and battery charging technologies IOREC International OFF-GRID Renewable Energy Conference & Exhibition 1. 2. November 2012 ACCRA, GHANA M. Müller, Elektronik Steca GmbH Steca,

Mehr

Webbasierte Exploration von großen 3D-Stadtmodellen mit dem 3DCityDB Webclient

Webbasierte Exploration von großen 3D-Stadtmodellen mit dem 3DCityDB Webclient Webbasierte Exploration von großen 3D-Stadtmodellen mit dem 3DCityDB Webclient Zhihang Yao, Kanishk Chaturvedi, Thomas H. Kolbe Lehrstuhl für Geoinformatik www.gis.bgu.tum.de 11/14/2015 Webbasierte Exploration

Mehr

Technische Universität Kaiserslautern Lehrstuhl für Virtuelle Produktentwicklung

Technische Universität Kaiserslautern Lehrstuhl für Virtuelle Produktentwicklung functions in SysML 2.0 La Jolla, 22.05.2014 12/10/2015 Technische Universität Kaiserslautern Lehrstuhl für Virtuelle Produktentwicklung Dipl. Wirtsch.-Ing. Christian Muggeo Dipl. Wirtsch.-Ing. Michael

Mehr

Context-adaptation based on Ontologies and Spreading Activation

Context-adaptation based on Ontologies and Spreading Activation -1- Context-adaptation based on Ontologies and Spreading Activation ABIS 2007, Halle, 24.09.07 {hussein,westheide,ziegler}@interactivesystems.info -2- Context Adaptation in Spreadr Pubs near my location

Mehr

SARA 1. Project Meeting

SARA 1. Project Meeting SARA 1. Project Meeting Energy Concepts, BMS and Monitoring Integration of Simulation Assisted Control Systems for Innovative Energy Devices Prof. Dr. Ursula Eicker Dr. Jürgen Schumacher Dirk Pietruschka,

Mehr

Das SGAM Modell und seine praktische Anwendung

Das SGAM Modell und seine praktische Anwendung Das SGAM Modell und seine praktische Anwendung Christian Neureiter Josef Ressel Center for User-Centric Smart Grid Privacy, Security and Control christian.neureiter@en-trust.at Motivation Energiewende

Mehr

MODELLING AND CONTROLLING THE STEERING FORCE FEEDBACK USING SIMULINK AND xpc TARGET

MODELLING AND CONTROLLING THE STEERING FORCE FEEDBACK USING SIMULINK AND xpc TARGET MODELLING AND CONTROLLING THE STEERING FORCE FEEDBACK USING SIMULINK AND xpc TARGET Dipl.-Ing. M. Brünger-Koch, 05/06/09 Model-Based Design Conference 2005 1 Agenda 1. Introduction Company and institute

Mehr

TIA Portal V13 Kommunikation mit S7-1500

TIA Portal V13 Kommunikation mit S7-1500 TIA Portal V13 Kommunikation mit S7-1500 Seite 1 Anmerkungen zum Webmeeting Fragen bitte hier eingeben Bitte Lautsprecher an / Mikro & Video aus Sie brauchen nichts mitzuschreiben à Download hier. mit

Mehr

Entwurf und Leistungsbewertung einer Kommunikationsarchitektur zur Erbringung von. Regelleistung durch Elektrofahrzeuge

Entwurf und Leistungsbewertung einer Kommunikationsarchitektur zur Erbringung von. Regelleistung durch Elektrofahrzeuge Entwurf und Leistungsbewertung einer Kommunikationsarchitektur zur Erbringung von 17.10.2014 1 Agenda Motivation EV Fleet Analysis for application of Control Reserve Communication Architecture for Electric

Mehr

Determining Vibro-Acoustic Effects in Multidomain Systems using a Custom Simscape Gear Library

Determining Vibro-Acoustic Effects in Multidomain Systems using a Custom Simscape Gear Library Determining Vibro-Acoustic Effects in Multidomain Systems using a Custom Simscape Gear Library Tim Dackermann, Rolando Dölling Robert Bosch GmbH Lars Hedrich Goethe-University Ffm 1 Power Noise transmission

Mehr

HIR Method & Tools for Fit Gap analysis

HIR Method & Tools for Fit Gap analysis HIR Method & Tools for Fit Gap analysis Based on a Powermax APML example 1 Base for all: The Processes HIR-Method for Template Checks, Fit Gap-Analysis, Change-, Quality- & Risk- Management etc. Main processes

Mehr

Overall Coordination- and Communication Platform. for electronic and standardised Data-Exchange between. Ports and Hinterland in Rail-Traffic

Overall Coordination- and Communication Platform. for electronic and standardised Data-Exchange between. Ports and Hinterland in Rail-Traffic Overall Coordination- and Communication Platform for electronic and standardised Data-xchange between Ports and Hinterland in Rail-Traffic KoKoBahn Hafenübergreifende Koordinations- und Kommunikationsplattform

Mehr

Steca Electronics Services and products for an ecological future. 13th of June 2012 Christian Becker

Steca Electronics Services and products for an ecological future. 13th of June 2012 Christian Becker Steca Electronics Services and products for an ecological future. 13th of June 2012 Christian Becker Brief overview over the company 2 This is Steca The philosophy of Steca Steca has long stood for ideas

Mehr

Praktikum Entwicklung Mediensysteme (für Master)

Praktikum Entwicklung Mediensysteme (für Master) Praktikum Entwicklung Mediensysteme (für Master) Organisatorisches Today Schedule Organizational Stuff Introduction to Android Exercise 1 2 Schedule Phase 1 Individual Phase: Introduction to basics about

Mehr

ISO 15504 Reference Model

ISO 15504 Reference Model Process flow Remarks Role Documents, data, tools input, output Start Define purpose and scope Define process overview Define process details Define roles no Define metrics Pre-review Review yes Release

Mehr

AC500 Application Example Scalable PLC for Individual Automation Connection of a DCF77 Radio Clock to an AC500 via ASCII Protocol

AC500 Application Example Scalable PLC for Individual Automation Connection of a DCF77 Radio Clock to an AC500 via ASCII Protocol Application Example AC500 Scalable PLC for Individual Automation Connection of a DCF77 Radio Clock to an AC500 via ASCII Protocol Content 1 Disclaimer...2 1.1 For customers domiciled outside Germany /

Mehr

Engineering the Factory of the Future Now.Next.Beyond. Heiko Schwindt VP Automation & Electrification Solutions, Bosch Rexroth

Engineering the Factory of the Future Now.Next.Beyond. Heiko Schwindt VP Automation & Electrification Solutions, Bosch Rexroth Engineering the Factory of the Future Now.Next.Beyond. Heiko Schwindt VP Automation & Electrification Solutions, Bosch Rexroth Connect on LinkedIn www.linkedin.com/in/heiko-schwindt-625039140/ 1 "The challenge

Mehr

Unit 1. Motivation and Basics of Classical Logic. Fuzzy Logic I 6

Unit 1. Motivation and Basics of Classical Logic. Fuzzy Logic I 6 Unit 1 Motivation and Basics of Classical Logic Fuzzy Logic I 6 Motivation In our everyday life, we use vague, qualitative, imprecise linguistic terms like small, hot, around two o clock Even very complex

Mehr

Tube Analyzer LogViewer 2.3

Tube Analyzer LogViewer 2.3 Tube Analyzer LogViewer 2.3 User Manual Stand: 25.9.2015 Seite 1 von 11 Name Company Date Designed by WKS 28.02.2013 1 st Checker 2 nd Checker Version history Version Author Changes Date 1.0 Created 19.06.2015

Mehr

Building management and Online simulation of buildings

Building management and Online simulation of buildings Building management and Online simulation of buildings Prof. Dr. Ursula Eicker University of Applied Sciences Stuttgart Research Centre Sustainable Energy Technologies Page 1 Energy consumption control

Mehr

Brand Label. Daimler Brand & Design Navigator

Brand Label. Daimler Brand & Design Navigator Daimler Brand & Design Navigator 30. März 2016 Brand Label FUSO Financial uses the FUSO letters in combination with the word Financial in the font Daimler CS for name and label. Black lettering is set

Mehr

Projektseminar Mobilkommunikation Projektseminar MIKS

Projektseminar Mobilkommunikation Projektseminar MIKS Projektseminar Mobilkommunikation Projektseminar MIKS Sommersemester 2013 Umfang Ablauf Themenvorstellung - 1 - Umfang Für Bachelor Informatik: 6. Semester Wahlpflichtmodul Mobilkommunikation 4 SWS, 5

Mehr

UPU / CEN / ETSI. E-Zustellung in Europa & weltweit

UPU / CEN / ETSI. E-Zustellung in Europa & weltweit UPU / CEN / ETSI E-Zustellung in Europa & weltweit Wien, den 14. Jänner 2015 Consulting Technology Operations Copyright: Document Exchange Network GmbH EUROPÄISCHE KOMMISSION Brüssel, den 30.7.2014 COM(2014)

Mehr

Operational and technical testing of the European Train Control System (ETCS)

Operational and technical testing of the European Train Control System (ETCS) Operational and technical testing of the European Train Control System (ETCS) Lars Ebrecht International Conference on Railway Technology - Railways 2012 18-20 April 2012 Vortragstitel > 24. April 2012

Mehr

Electrical testing of Bosch common rail piezo injectors

Electrical testing of Bosch common rail piezo injectors Applies to generation CRI 3: Bosch 10-position order number 0 445 115 = CRI 3-16 (CRI 3.0) 1600 bar 0 445 116 = CRI 3-18 (CRI 3.2) 1800 bar 0 445 117 = CRI 3-20 (CRI 3.3) 2000 bar Tools required: Hybrid

Mehr

Geschäftsprozesse und Regeln

Geschäftsprozesse und Regeln Geschäftsprozesse und Regeln 7 Szenarien einer möglichen Integration Jana Koehler Hochschule Luzern Lucerne University of Applied Sciences and Arts jana.koehler@hslu.ch Gartner: Organizations struggle

Mehr

Aluminium-air batteries: new materials and perspectives

Aluminium-air batteries: new materials and perspectives Green Tech Innovators Club Aluminium-air batteries: new materials and perspectives Dr. Francisco J. Pérez-Alonso Albufera Energy Storage OUR COMPANY Albufera Energy Storage is a Spanish start-up (SME)

Mehr

Cloud Computing in der öffentlichen Verwaltung

Cloud Computing in der öffentlichen Verwaltung Cloud Computing in der öffentlichen Verwaltung Willy Müller - Open Cloud Day 19.6.2012 2 Plug and Cloud? 3 The plug tower BPaaS Software SaaS Platform PaaS Storage/ Computing IaaS Internet Power grid 4

Mehr

Big Data Analytics. Fifth Munich Data Protection Day, March 23, Dr. Stefan Krätschmer, Data Privacy Officer, Europe, IBM

Big Data Analytics. Fifth Munich Data Protection Day, March 23, Dr. Stefan Krätschmer, Data Privacy Officer, Europe, IBM Big Data Analytics Fifth Munich Data Protection Day, March 23, 2017 C Dr. Stefan Krätschmer, Data Privacy Officer, Europe, IBM Big Data Use Cases Customer focused - Targeted advertising / banners - Analysis

Mehr

Power-Efficient Server Utilization in Compute Clouds

Power-Efficient Server Utilization in Compute Clouds Power-Efficient Server Utilization in Compute Clouds 1/14 Overview 1. Motivation 2. SPECpower benchmark 3. Load distribution strategies 4. Cloud configuration 5. Results 6. Conclusion 2/14 1. Motivation

Mehr

SMART APPLICATION KIT FOR LIGHTWEIGHT MULTI-MATERIAL BODY STRUCTURES

SMART APPLICATION KIT FOR LIGHTWEIGHT MULTI-MATERIAL BODY STRUCTURES FlexBody ROADSHOW 2012 LIGHTWEIGHT TECHNOLOGY SMART APPLICATION KIT FOR LIGHTWEIGHT MULTI-MATERIAL BODY STRUCTURES Speaker: Dipl.-Ing. Gerhard von Kulmiz / Imperia GmbH October 2012 Agenda page2 Partners

Mehr

Supplier Status Report (SSR)

Supplier Status Report (SSR) Supplier Status Report (SSR) Introduction for BOS suppliers BOS GmbH & Co. KG International Headquarters Stuttgart Ernst-Heinkel-Str. 2 D-73760 Ostfildern Management Letter 2 Supplier Status Report sheet

Mehr

Mensch-Maschine-Interaktion 2 Übung 1

Mensch-Maschine-Interaktion 2 Übung 1 Mensch-Maschine-Interaktion 2 Übung 1 Ludwig-Maximilians-Universität München Wintersemester 2012/2013 Alexander De Luca, Aurélien Tabard Ludwig-Maximilians-Universität München Mensch-Maschine-Interaktion

Mehr

NIALM for Smart Buildings LoReMA Load Recognition Monitoring and Acting

NIALM for Smart Buildings LoReMA Load Recognition Monitoring and Acting NIALM for Smart Buildings LoReMA Load Recognition Monitoring and Acting 1st International Workshop on Non-Intrusive Load Monitoring Carnegie Mellon University, Pittsburgh, PA May 7th, 2012 Stephan Tomek

Mehr

Certificate of conformity Generating unit, NS-protection

Certificate of conformity Generating unit, NS-protection Certificate of conformity Generating unit, NS-protection Applicant: Product: Schneider Electric Solar Inverters USA, Inc. 250 South Vasco Road Livermore, California 94551 USA Photovoltaic Inverter with

Mehr

Concepts and Strategies for personalized telemedical Biofeedback-Therapies

Concepts and Strategies for personalized telemedical Biofeedback-Therapies Concepts and Strategies for personalized telemedical Biofeedback-Therapies Med-e-Tel 18.04.07 in Luxembourg Telemetric Personal Health Monitoring Platform for medical sensors and devices Combination of

Mehr

Generische Normen zur Funktionalen Sicherheit im Maschinenbau. IEC und ISO 13849

Generische Normen zur Funktionalen Sicherheit im Maschinenbau. IEC und ISO 13849 Generische Normen zur Funktionalen Sicherheit im Maschinenbau IEC 62061 und ISO 13849 Thomas Bömer, VDE/DKE-TAGUNG 20 JAHRE IEC 61508 22.03.2017 Politik nach dem Merging IEC/TC44 und ISO/TC199 treffen

Mehr

Weitere Anwendungen der Norm IEC 61850

Weitere Anwendungen der Norm IEC 61850 Weitere Anwendungen der Norm IEC 61850 Fernwirktechnik Windenergieanlagen (IEC 61400-25) Dezentrale Energieversorgung Schwarz Consulting Company, SCC Dipl.-Ing. Karlheinz Schwarz Im Eichbaeumle 108 76139

Mehr

Cameraserver mini. commissioning. Ihre Vision ist unsere Aufgabe

Cameraserver mini. commissioning. Ihre Vision ist unsere Aufgabe Cameraserver mini commissioning Page 1 Cameraserver - commissioning Contents 1. Plug IN... 3 2. Turn ON... 3 3. Network configuration... 4 4. Client-Installation... 6 4.1 Desktop Client... 6 4.2 Silverlight

Mehr

Background. Background. Background. How to evaluate marine safety? 12/10/30. Safety Assessment by Ship Handling Simulator

Background. Background. Background. How to evaluate marine safety? 12/10/30. Safety Assessment by Ship Handling Simulator Safety assessment of navigation is quite important, especially in congested waterways. Kazuhiko Hasegawa*, Kojiro Hata**, Kazuhiro Niwa***, Takeshige Nakano****, Huashi Jin****, Erkang Fu**** Osaka University,

Mehr

Workflows, Ansprüche und Grenzen der GNSS- Datenerfassung im Feld

Workflows, Ansprüche und Grenzen der GNSS- Datenerfassung im Feld Workflows, Ansprüche und Grenzen der GNSS- Datenerfassung im Feld Alexander Fischer Senior Application Engineer Asset Collection & GIS 1 Leica Zeno GIS Agenda Erfassung im Feld VS Erfassung im Office Validierung

Mehr

yasxtouch Firmware Update

yasxtouch Firmware Update Inhaltsverzeichnis /Content Inhalt Inhaltsverzeichnis /Content... 1 1. Funktionsweise / Functionality... 2 2. Speichern der Einstellungen / Backup Settings... 2 2.1 Anmelden am Serveradmin / Login Serveradmin...

Mehr

Hackerpraktikum SS 202

Hackerpraktikum SS 202 Hackerpraktikum SS 202 Philipp Schwarte, Lars Fischer Universität Siegen April 17, 2012 Philipp Schwarte, Lars Fischer 1/18 Organisation wöchentliche Übung mit Vorlesungsanteil alle zwei Wochen neue Aufgaben

Mehr

JPlus Platform Independent Learning with Environmental Information in School

JPlus Platform Independent Learning with Environmental Information in School JPlus Platform Independent Learning with Environmental Information in School Mario Härtwig, Pierre Karrasch Salzburg, 7. Juli 2010 Genesis Umweltmonitoring als Beitrag zur Umweltbildung an Schulen. Kulturlandschaftsentwicklung

Mehr

The German Gas Network Development Plan A contribution towards the effective implementation of the German Energiewende

The German Gas Network Development Plan A contribution towards the effective implementation of the German Energiewende The German Gas Network Development Plan A contribution towards the effective implementation of the German Energiewende Seite 1 Agenda Schedules of the German NDPs for Gas Development of German natural

Mehr

VGM. VGM information. HAMBURG SÜD VGM WEB PORTAL USER GUIDE June 2016

VGM. VGM information. HAMBURG SÜD VGM WEB PORTAL USER GUIDE June 2016 Overview The Hamburg Süd VGM Web portal is an application that enables you to submit VGM information directly to Hamburg Süd via our e-portal Web page. You can choose to enter VGM information directly,

Mehr

Peer-to-Peer- Netzwerke

Peer-to-Peer- Netzwerke Peer-to-Peer- Netzwerke Christian Schindelhauer Sommersemester 2006 2. Vorlesung 27.04.2006 schindel@informatik.uni-freiburg.de 1 Organisation Web-Seite http://cone.informatik.uni-freiburg.de/ teaching/vorlesung/peer-to-peer-s96/

Mehr

auf differentiellen Leitungen

auf differentiellen Leitungen Eingebettete Taktübertragung auf differentiellen Leitungen Johannes Reichart Kleinheubacher Tagung Miltenberg, 28.09.2009 Institut für Prof. Elektrische Dr.-Ing. und Optische Manfred Nachrichtentechnik

Mehr

Bosch Power Tec Clean Energy Week Energy Storage

Bosch Power Tec Clean Energy Week Energy Storage Clean Energy Week Energy Storage 1 Within the first year of the introduction of the energy storage subsidy in Germany more than 4,000 grid connect systems have been installed and 2/3 of solar installers

Mehr

Labour law and Consumer protection principles usage in non-state pension system

Labour law and Consumer protection principles usage in non-state pension system Labour law and Consumer protection principles usage in non-state pension system by Prof. Dr. Heinz-Dietrich Steinmeyer General Remarks In private non state pensions systems usually three actors Employer

Mehr

How to develop and improve the functioning of the audit committee The Auditor s View

How to develop and improve the functioning of the audit committee The Auditor s View How to develop and improve the functioning of the audit committee The Auditor s View May 22, 2013 Helmut Kerschbaumer KPMG Austria Audit Committees in Austria Introduced in 2008, applied since 2009 Audit

Mehr

Junction of a Blended Wing Body Aircraft

Junction of a Blended Wing Body Aircraft Topology Optimization of the Wing-Cabin Junction of a Blended Wing Body Aircraft Bin Wei M.Sc. Ögmundur Petersson M.Sc. 26.11.2010 Challenge of wing root design Compare to conventional aircraft: Improved

Mehr

The Smart Grid Architecture Model and its application for information system design

The Smart Grid Architecture Model and its application for information system design EPCC, 13th International Workshop May 17-20 2015, Bled - Slovenia The Smart Grid Architecture Model and its application for information system design Intern Siemens AG 20XX Alle Rechte vorbehalten. siemens.com/answers

Mehr

G-FLASH OBD-TOOL ANLEITUNG FÜR BMW & AMG-MODELLE INSTALLATIONSSOFTWARE & VORBEREITUNG

G-FLASH OBD-TOOL ANLEITUNG FÜR BMW & AMG-MODELLE INSTALLATIONSSOFTWARE & VORBEREITUNG INSTALLATIONSSOFTWARE & VORBEREITUNG 1. Laden Sie die Installationssoftware für das G-POWER G-Flash OBD-Tool von diesem Link https://tinyurl.com/mygeniusclient auf Ihren Laptop / PC herunter und führen

Mehr