RailML data exchange standard and practical experiences in Europe , RTRI, Kunitachi

Size: px
Start display at page:

Download "RailML data exchange standard and practical experiences in Europe 2007-11-12, RTRI, Kunitachi"

Transcription

1 RailML data exchange standard and practical experiences in Europe , RTRI, Kunitachi Peter K. BRANDT Ergon Informatik AG Zürich, Switzerland Markus ULLIUS Swiss Federal Railways SBB 2007 Ergon Informatik AG and SBB AG

2 Schedule Self-Introduction of the participants ( ) Introduction to RailML and the typical development process Practical experiences at SBB Swiss Federal Railways Project STABILO Future planning- and operating-systems at SBB infrastructure Ergon and RailML Advantages and disadvantages of RailML Open questions from JR east/rtri DISCUSSION Joint software projects Ergon/SBB + hands-on demonstrations 2

3 Dr. Markus ULLIUS (SBB, Switzerland) Age: 36 years : Study of computer science at ETH (Swiss Federal Institute of Technology) : Work and PhD-thesis at Institute of Transport Planning and Systems (Public Transport group) in the area of delay analysis : Work at SBB (Swiss Federal Railways) infrastructure division in the area of delay analysis. since 2005: Specification-team in the Project NeTS (new timetabelling system). 3

4 Peter BRANDT (Ergon, Switzerland) Senior Software Engineer at Ergon Informatik AG Main Responsibility: Mobile Software Technology and Projects SBB Swiss Federal Railways Age: 37 years Studied Computer Science at Technical University Munich, Germany ETH Swiss Federal Institute of Technology, Zurich, Switzerland 3 years at Swisscom Innovations R&D center (Swiss national telecom operator) Since 2001: Ergon Informatik AG 4

5 Introduction to RailML Foundation in April 2002 in Dresden, Germany Coordinators Mr. Dr. Daniel HUERLIMANN (ETH Swiss Federal Institute of Technology, Zurich) Mr. Vasco Paul KOLMORGEN (Fraunhofer Institute IVI, Dresden) Motivation Many incompatible data formats for railway-related information n systems require n (n-1) interfaces growing! Unification and simplified data exchange via XML required Resulting Software Applications and Use Many products for different application areas are now RailML compatible Also used by organizations as an internal data exchange and storage format 5

6 Members Active Participants Railway Companies (SBB, DB Deutsche Bahn, DSB Denmark, Infraspeed NL ) Equipment and Software Companies (Siemens, Thales/Alcatel, sma+, Ergon, ) Universities and Research Institutes Consultants Any interested individuals Partnership work, no official ruling standardization consortium Standardization based on common understanding / consensus In the tradition of the internet standards (RFC) Evolutionary Open-source style Participation is free; every member / every company only pays for their own costs 6

7 Application areas for RailML The RailML data format: XML Several independent parts for different application areas Many data items are optional flexible use for many scenarios Each part is described in a separate XML schema file timetable rollingstock infrastructure Others: interlocking/train control, stations, More than one part may be contained in a valid RailML file 7

8 Three main application areas Timetable (timetable schema) Trains: which trains run at which times, which stations are passed Service operating periods, operating days, holidays, Can be used for planned times, real historic data, simulated times Rolling Stock (rollingstock schema) Vehicle data and vehicle family data (engines and wagons) Train formations / sets of vehicles Physical dimensions, brakes, engine power, electrification, signaling systems Physical Infrastructure (infrastructure schema) Lines: gauge, speeds, train protection, electrification, power transmission, Operation control points: operation times, services, region, coordinates, 8

9 Example RailML file: timetable <?xml version="1.0" encoding="utf-8"?> <railml> <timetable version="1.1"> <operatingperiods> </operatingperiods> <train trainid="s-102-1" lineid="rvzh"> <timetableentries> <entry posid="ust" departure="05:16:00.0" type="begin"/> <entry posid="zoer" arrival="05:40:00.0" departure="05:41:00.0" type="stop" minstoptime="pt1m" trackid="2"/> <entry posid="zlst" arrival="05:48:00.0" departure="05:48:00.0" type="pass"/> <entry posid="zue" arrival="05:50:00.0" type="end"/> </timetableentries> </train> <train> </train> </timetable> </railml> 9

10 Example RailML file: rollingstock (1/2) <railml> <rollingstock version="1.1"> <vehicles> <vehicle vehicleid="526-2" trackgauge="1.435" length="25.0" speed="320"> <classification> <manufacturer manufacturername="" manufacturertype=""/> <operator operatorname="jrw" operatorclass=""/> <operator operatorname="jrc" operatorclass=""/> </classification> <engine> <propulsion voltage="25000" frequency="60"> <tractioninverter typestr=""/> <tractionmotor count="4" typestr="" nompower="285000"/> </propulsion> <monitoring> <nationalsystem name="atc"/> </monitoring> </engine> 10

11 Example RailML file: rollingstock (2/2) <wagon auxpowerconsumption="1300"> <passenger class1="20" class2="65" tilting="true"/> </wagon> <brakes decelerationrate="2.7"/> <vehicle/> </vehicles> <formations> <formation formationid="" length="404" speed="300"> <trainorder> <vehicletype ordernumber="1" vehicleid="526-1"/> <vehicletype ordernumber="2" vehicleid="526-2"/> <vehicletype ordernumber="3" vehicleid="526-2"/> <vehicletype ordernumber="16" vehicleid="526-2"/> </trainorder> </formation> </formations> </rollingstock> </railml> 11

12 Example RailML file: infrastructure (1/2) <?xml version="1.0" encoding="utf-8"?> <railml> <infrastructure version="1.1"> <lines> <infraattrgroup groupid=""> <infraattributes> <owner ownername="jre"/> <electrification voltage="25000" frequency="50"/> <gauge value="1435"/> </infraattributes> </infraattrgroup> <line> <tracks> <track id="" name=""> <tracktopology/> <trackelements/> <ocselements/> </track> </tracks> <line/> </lines> 12

13 Example RailML file: infrastructure (2/2) <operationcontrolpoints> <ocp id="" name=""> <propoperational/> <propservice passenger="true"/> <area name="" number="" zip=""/> <geocoord long="" lat="" alt=""/> </ocp> </operationcontrolpoints> </infrastructure> </railml> 13

14 Example: many parts in one file <?xml version="1.0" encoding="utf-8"?> <railml> <infrastructure> </infrastructure> <rollingstock> </rollingstock> <timetable> </timetable> </railml> 14

15 Conferences Users and developers of RailML meet 2 times every year March September until now always in Europe: Zurich, Berlin, Dresden, Wien, Presentation of new features of the RailML schemas Demonstration of new software Reports about experience with RailML Roadmap discussions about future development and restructuring Next conference is planned for 6th March 2008 in Bern, Switzerland New participants are always welcome! (And participation is free ) 15

16 Current development Last stable release of most schemas August 2004, Version 1.0 Since then: Continuous minor improvement releases (1.0.1, 1.0.2, 1.0.3, ) Much refactoring work to make the schemas more coherent and easier to understand See forums Preparation for the next stable version 1.1 Mostly structural changes in the schema files Only few content changes same information can still be represented Public release: , Version

17 How to use RailML and participate in the development Official information including schemas and examples can be found at Wiki with additional documentation: (mostly English, with a little German on the front page) Discussion forum for each schema Read-only: via Web-Browser Read-and-write: using a NNTP News-Reader like Thunderbird RailML-Conference, 2 times per year Contacting schema coordinators directly: timetable: Mr. Joachim RUBROEDER, coord@timetable.railml.org rollingstock: Mr. Dr. Joerg VON LINGEN, coord@rollingstock.railml.org infrastructure: Mr. Volker KNOLLMANN, coord@infrastructure.railml.org Others: see RailML homepage or mail to coordination@railml.org 17

18 Adaptation to personal needs RailML is not fixed and closed XML can be adapted to individual needs Adding new elements and attributes is easy but might break compatibility Therefore: Propose useful modifications in the forums Future integration into the next version of the standard Your advantage: your format becomes the standard for everyone RailML benefits from the experiences of all its users What is useful for you, is probably also useful for others! 18

19 Project STABILO. Imported delay-statistics (calculated by OpenTimeTable from real operation data) are taken as initialdelays. Additional delay given by random-generator for each simulation run in OpenTrack. Results of each simulation run are imported into OpenTimeTable for detailed analysis (of multiple simulation runs). Result of analysis is used to fine-tune the future timetable. 19

20 Project STABILO. Planning Analysis/ Quality Control Simulation Prognosis 20

21 Project STABILO. Planning Analysis/ Quality Control Simulation Prognosis 21

22 Future planning- and operating-systems at SBB infrastructure. Planning today: No planning at track level, separated planning for nodes and lines, little reuse of data. View: Lines; Nodes Planning SYFA REVERA Operating (Disposition) SURF VST (Zürich) View: 4 Train operation centers Signalling Remote signalling (ILTIS) Remote signalling (ILTIS) Timetable View: 12 remote signalling centers Signalling boxes Signalling boxes 22

23 Future planning- and operating-systems at SBB infrastructure. Planning tomorrow: Planning at track level, overall network-view, heavy reuse of data. Planning NeTS View: Whole network, track level Planung Plan Operating (Disposition) RCS View: Operating Centers Operation Signalling Remote Layer ILTIS-Netz View: Remote signalling centers Signalling boxes Signalling boxes Signalling boxes 23

24 Potential of RailML in future planning- and operating systems. Some service calls (calculation of running times) already use RailML. There are about 70 other systems delivering and getting data to/from today's planning systems. There are also about 70 interfaces for these systems... Using RailML can help to reduce most of these interfaces Some performance-critical interfaces can probably not be replaced by RailML 24

25 Ergon and RailML Many projects with SBB RailML is Hot topic Participation in the RailML consortium Development of proof-of-concepts and exploration of supporting technologies: XML-RPC vs. SOAP for live RailML data exchange between IT systems Compact representation of RailML data using WBXML or common compression techniques Exploration for customer timetable information systems based on the RailML timetable schema Graphical representation of RailML timetable data as train graphs in SVG format (scalable vector graphics) by conversion via XSLT 25

26 Advantages and disadvantages of RailML Advantages Open, flexible and extensible XML-based format Applications can pick the information they are interested in (if available) Still a huge potential to be discovered Many data fields are optional -- easy to create valid RailML Cost reduction by having less interfaces Human readability Disadvantages Overhead (structure, tags) yielding to large files (compression possible) In some cases a RailML file has to be parsed several times to build up structures At the moment documentation is not very useful (if available) Human readability Many data fields are optional -- information needed is not always available 26

27 Open Questions from RTRI / JR east Questions Discussion 27

28 Software Projects SBB/Ergon and hands-on Software Demonstrations Ergon is a Software Company in Zurich, Switzerland has been founded in 1984 employs about 100 Software Engineers Focus building custom-made software applications using open standards and open systems 4 Departments Finance & Security [1998: first internet banking in Switzerland for Credit Suisse] Telecom Solutions (order fulfillment, billing, bill presentment) Business Applications (data driven web applications for government/businesses) Industry & Mobile (railway, mobile apps, industry automation, embedded) [1999: world first online stock brokerage application on a Palm Mobile device] 28

29 RailML data exchange standard and practical experiences in Europe SBB/Ergon projects AMIGO: mobile device for cargo trains FQ: mobile data collection for passenger statistics ZPG 2: mobile multipurpose ticket selling and information device SCORE: mobile outdoor device to request tracks in train yards for train shunting MIKU: mobile tool to support customer information staff AVIS: end-to-end solution for planning and managing specially requested trains PROCO: mobile tool for construction site management NeTS: network and timetable planning system ERGOFAP: optimization of the ticket checking process Many more consulting and support tasks 2007 Ergon Informatik AG (Peter K. BRANDT ブラント) and SBB AG (Markus ULLIUS ウリウス) 29

30 Live Demonstrations ZPG 2 device ticket printing RFID ticketing timetable information and more MIKU device Provide current train running information to customer information staff Update train information in real time Display and remotely modify network maps and station layouts Creating train-line-time graphs in SVG from RailML timetable via XSLT RailML timetable file (XML) + XSLT style sheet train graph as scalable vector graphics document (SVG) 30

31 For questions or more information please contact: Peter BRANDT, Ergon Ergon Informatik AG Peter K. Brandt Kleinstrasse Zurich Switzerland tel Markus ULLIUS, SBB SBB AG I-BF-PT-IP Markus Ullius Haslerstrasse Bern 65 Switzerland tel

32 2007 Ergon Informatik AG and SBB AG

OpenTrack + SimWalk Transport Closing the gap between railway network and passenger simulation

OpenTrack + SimWalk Transport Closing the gap between railway network and passenger simulation OpenTrack + SimWalk Transport Closing the gap between railway network and passenger simulation Transport Alex Schmid, Savannah Simulations AG Contents SimWalk Transport and passenger simulation Passenger

More information

Be a Partner of Qatar Rail Dynamische Informationssysteme

Be a Partner of Qatar Rail Dynamische Informationssysteme Be a Partner of Qatar Rail Dynamische Informationssysteme 17.04.2013 BMG Gesellschaft für moderne Informationssysteme mbh Who is the BMG MIS GmbH Dynamic Information Systems and Display Technologies Seite

More information

Railway Simulation & Timetable Planning

Railway Simulation & Timetable Planning Your Local Partner for Railway Projects Anywhere in South East Asia Railway Simulation & Timetable Planning Engineering & Maintenance CONSULTING SIMULATION PLANNING ENGINEERING PRODUCTS TECH SUPPORT Simulation

More information

English. Trapeze Rail System. www.trapezegroup.com

English. Trapeze Rail System. www.trapezegroup.com English Trapeze Rail System www.trapezegroup.com Trapeze Rail System Enabling future railway, tram and metro transport The worldwide growth in demand for travel and increasing competition between all modes

More information

Daten für PSItraffic: Standardisiertes Datenmanagement mit railml und dem UIC RailTopoModel. Vasco Paul Kolmorgen; railml.org Koordinator, Dresden

Daten für PSItraffic: Standardisiertes Datenmanagement mit railml und dem UIC RailTopoModel. Vasco Paul Kolmorgen; railml.org Koordinator, Dresden Daten für PSItraffic: Standardisiertes Datenmanagement mit railml und dem UIC RailTopoModel Vasco Paul Kolmorgen; railml.org Koordinator, Dresden PSI Anwender- und Diskussionsforum Berlin, 26. Juni 2015

More information

RailML use in the project

RailML use in the project French institute of science and technology for transport, spatial planning, development and networks RailML use in the project Grégory Marlière Optimal Networks for Train Integration Management across

More information

Simulation of Railway Networks

Simulation of Railway Networks began a few years ago as a research project at the Swiss Federal Institute of Technology. The aim of the project, Object-Oriented Modeling in Railways, was to develop a userfriendly tool to answer questions

More information

Intelligent Online Business Solutions based on State-of-the-art E-Paper Devices

Intelligent Online Business Solutions based on State-of-the-art E-Paper Devices Intelligent Online Business Solutions based on State-of-the-art E-Paper Devices Peter K. Brandt Ergon Informatik AG Zürich, Switzerland 2007 Ergon Informatik AG, www.ergon.ch What is Electronic Paper?

More information

Workshop Security of Mass Transportation

Workshop Security of Mass Transportation Workshop Security of Mass Transportation Deutsche Bahn AG Jens Puls 1 Chief Security Officer; President COLPOFER Berlin, 18 March 2009 Why can t the public transport system provide the same level of security

More information

Using FGAG to export ETS data for Visualization

Using FGAG to export ETS data for Visualization Using FGAG to export ETS data for Visualization Cezary Szczegielniak, Markus A. Wischy cezary.szczegielniak@tuhh.de, markus.wischy@siemens.com Siemens AG, CT SE 2, Corporate Technology, Software & Engineering

More information

Trapeze Rail System Simulation and Planning

Trapeze Rail System Simulation and Planning trapeze Rail System English Software for Rail Modelling and Planning Trapeze Rail System Simulation and Planning www.trapezegroup.com Enabling future railway plans Cost reductions through integrated planning

More information

RFID @ Swiss Railways

RFID @ Swiss Railways RFID @ Swiss Railways David C. Gürlet, RFIDnet Bern Sarl Swiss RFID Competence Network Bern University of Applied Sciences Overview of today s & future Swiss RFID Railway projects Copyright 2010 by RFIDnet

More information

Indian Days, Hannover Dirk Esters, HaCon Ingenieurgesellschaft

Indian Days, Hannover Dirk Esters, HaCon Ingenieurgesellschaft Innovative Mobile Solutions - Apps for Passenger Information Systems Indian Days, Hannover Dirk Esters, HaCon Ingenieurgesellschaft HaCon the Company Software that gets you going Solutions that get you

More information

Focus on Customer Information. Stationary, highly automated customer information systems. Innovative and reliable Information Technologies

Focus on Customer Information. Stationary, highly automated customer information systems. Innovative and reliable Information Technologies Focus on Customer Information Stationary, highly automated customer information systems Innovative and reliable Information Technologies Growing Need of Information In today s world, travelling comfort

More information

RFID-Event - 22.10.2010 @Albis Technologies Zürich mit RhB & Siemens

RFID-Event - 22.10.2010 @Albis Technologies Zürich mit RhB & Siemens RFID-Event - 22.10.2010 @Albis Technologies Zürich mit RhB & Siemens David C. Gürlet, RFIDnet Bern GmbH Swiss RFID Competence Network Copyright 2010 by RFIDnet Bern GmbH 23.10.2010 Seite 1 Agenda 22. Oktober

More information

Catch a Car by Mobility: on track for success with MobiSys 2.0

Catch a Car by Mobility: on track for success with MobiSys 2.0 Catch a Car by Mobility: on track for success with MobiSys 2.0 Catch a Car is Switzerland's first car sharing service to operate without dedicated parking stations. Members can locate and book a Catch-Car

More information

Reporting»» 8723-1 7266-2 35545-3 79633-23 5212-1 3912 +2 5587 +188 4566-1 9471-15 7233-2 41139 +222 18755-7 665 +18 76552-1 5862 +91 7458-1 115-1

Reporting»» 8723-1 7266-2 35545-3 79633-23 5212-1 3912 +2 5587 +188 4566-1 9471-15 7233-2 41139 +222 18755-7 665 +18 76552-1 5862 +91 7458-1 115-1 International Train Monitoring Reporting Data Exchange 8723-1 5212-1 57452-1 7266-2 57452 79633-1 35545-3 15003 54403-14 57452-23 5212-14 -1 8612 +1 8965-8 7548 79633-1 -23-1 103-18 15003-14 74522-1 3912

More information

A SOA visualisation for the Business

A SOA visualisation for the Business J.M. de Baat 09-10-2008 Table of contents 1 Introduction...3 1.1 Abbreviations...3 2 Some background information... 3 2.1 The organisation and ICT infrastructure... 3 2.2 Five layer SOA architecture...

More information

Maintenance of EMU - a new approach for management and technology

Maintenance of EMU - a new approach for management and technology RöschConsult Group Maintenance of EMU - a new approach for management and technology Beijing Jiaotong University May, 8th 2013 Prof. Dr.-Ing. Wolfgang Roesch 2 RoeschConsult Group GmbH RöschConsult Group

More information

Marshalling yards Infrastructure Operations. Offer Catalogue 2012.

Marshalling yards Infrastructure Operations. Offer Catalogue 2012. Marshalling yards Infrastructure Operations. Offer Catalogue 2012. April 2012 Contents. 1. Central point of contact for general questions. 4 3 2. Marshalling yards. 4 2.1 Basel SBB. 4 2.2 Buchs SG. 7 2.3

More information

Re-optimization of Rolling Stock Rotations

Re-optimization of Rolling Stock Rotations Konrad-Zuse-Zentrum für Informationstechnik Berlin Takustraße 7 D-14195 Berlin-Dahlem Germany RALF BORNDÖRFER 1, JULIKA MEHRGARDT 1, MARKUS REUTHER 1, THOMAS SCHLECHTE 1, KERSTIN WAAS 2 Re-optimization

More information

Success with three networks: SBB Infrastructure. InnoTrans 2012.

Success with three networks: SBB Infrastructure. InnoTrans 2012. Success with three networks: SBB Infrastructure. InnoTrans 2012. 2 SBB is playing a central role in the success for Swiss economy. The efficient rail network and reliable transport services facilitate

More information

Visualization Method of Trajectory Data Based on GML, KML

Visualization Method of Trajectory Data Based on GML, KML Visualization Method of Trajectory Data Based on GML, KML Junhuai Li, Jinqin Wang, Lei Yu, Rui Qi, and Jing Zhang School of Computer Science & Engineering, Xi'an University of Technology, Xi'an 710048,

More information

Bike carriage on long-distance trains: 7 basic services that give cyclists a smile

Bike carriage on long-distance trains: 7 basic services that give cyclists a smile Bike carriage on long-distance trains: 7 basic services that give cyclists a smile A collection of good practice examples from across Europe Authors: Fabian Küster and Ed Lancaster 4/17/2013 Summary In

More information

How To Make A Train Power Battery System For The Railways

How To Make A Train Power Battery System For The Railways Saft Li-ion hybrid traction battery systems Eco-driving railways to increased energy efficiency Next generation energy for a brighter, cleaner and more affordable future The rail industry has a well-earned

More information

GSM-R Projects. Realized with GSM900

GSM-R Projects. Realized with GSM900 GSM-R Projects Realized with GSM900 GSM-R The System Solution The MORANE test and validation project Railway companies in Europe and all over the world have various different communication requirements

More information

InnoTrans Dialog Forum 2012 Technologies Drive Markets presented by VDB and unife

InnoTrans Dialog Forum 2012 Technologies Drive Markets presented by VDB and unife InnoTrans Dialog Forum 2012 Technologies Drive Markets presented by VDB and unife The German Railway Industry Association The European Rail Industry dates and topics September 19th Modern and Pioneer Rolling

More information

Your Power. Traction energy

Your Power. Traction energy Your Power Traction energy Table of content 1. What is traction energy? 3 1.1 From producer to train 1.2 Advantages 1.3 Energy, voltage or current 1.4 Transport and distribution 1.5 Supply of traction

More information

OpenTrack simulation for suburban tunnel in Paris (RER B & D)

OpenTrack simulation for suburban tunnel in Paris (RER B & D) OpenTrack simulation for suburban tunnel in Paris (RER B & D) Presentation Opentrack Viriato workshop January 24th, 2008 Zurich, Switzerland EGIS - ERIC BENARD Table of contents Introduction Overall context

More information

Why not a Last Clear signal Aspect (LCA)?

Why not a Last Clear signal Aspect (LCA)? Why not a Last Clear signal Aspect (LCA)? 1/28 Former Driver Advisory System (DAS) Planned timetable Telephone between dispatcher and stations Real timetable and forecast Pencils and eraser RGCF & SNCF

More information

PANDA: A Software Tool for Improved Train Dispatching with Focus on Passenger Flows

PANDA: A Software Tool for Improved Train Dispatching with Focus on Passenger Flows CASPT 2015 PANDA: A Software Tool for Improved Train Dispatching with Focus on Passenger Flows Ralf Rückert Martin Lemnian Christoph Blendinger Steffen Rechner Matthias Müller-Hannemann Abstract Delay

More information

ISO11783 a Standardized Tractor Implement Interface

ISO11783 a Standardized Tractor Implement Interface ISO a ized Tractor Implement Interface Peter Fellmeth, Vector Informatik GmbH The upcoming ISO standard will be the preferred tractor Implement interface in the agricultural industry. Therefore the ISO

More information

The train-path pricing system. Who pays how much to rail infrastructure?

The train-path pricing system. Who pays how much to rail infrastructure? The train-path pricing system. Who pays how much to rail infrastructure? SBB Infrastructure, July 2015 The train-path price covers 40 percent of infrastructure costs. SBB Infrastructure receives CHF 1.1

More information

Transport Ticket Booking Information

Transport Ticket Booking Information Transport Ticket Booking Information Index Purpose Description Relevance for Large Scale Events Options Technologies Impacts Integration potential Implementation Best Cases and Examples 1 of 9 Purpose

More information

Simple and secure monitoring

Simple and secure monitoring Simple and secure monitoring SMA Solar Monitoring Systems SMA Solar Monitoring Systems Monitoring, informing, presenting Easily securing yield for small, large and very large solar power systems Sunday

More information

Testing the Key to an Efficient and Predictable Software Engineering Process

Testing the Key to an Efficient and Predictable Software Engineering Process Testing the Key to an Efficient and Predictable Software Engineering Process Dr. Tom Sprenger CIO AdNovum Informatik Dipl. Informatik-Ing. ETH tom.sprenger@adnovum.ch May, 28 th 2008 @ ETH Zürich AdNovum

More information

Operating Concept and System Design of a Transrapid Maglev Line and a High-Speed Railway in the pan-european Corridor IV

Operating Concept and System Design of a Transrapid Maglev Line and a High-Speed Railway in the pan-european Corridor IV Operating Concept and System Design of a Transrapid Maglev Line and a High-Speed Railway in the pan-european Corridor IV A. Stephan & E. Fritz IFB Institut für Bahntechnik GmbH, Niederlassung, Germany

More information

ACTION PLAN 2008-2013

ACTION PLAN 2008-2013 RAIL FREIGHT CORRIDOR CZECH REPUBLIC - NETHERLANDS ACTION PLAN 2008-2013 July 2006 DRAFT This action plan has been decided upon by the Ministries of Transport from the Czech Republic and the Netherlands.

More information

www.siemens.com Siemens AG Mobility Division Nonnendammallee 101 13629 Berlin Germany

www.siemens.com Siemens AG Mobility Division Nonnendammallee 101 13629 Berlin Germany Siemens AG Mobility Division Nonnendammallee 101 13629 Berlin Germany Siemens AG 2014 Printed in Germany HL 14069151 PA 08140.5 Dispo 21704 Order No.: A19100-V800-B813-V3-7600 ICE and ICx are registered

More information

DB Training, Learning & Consulting. Learning & Training Solutions for Deutsche Bahn and the Railway & Transport Markets Worldwide

DB Training, Learning & Consulting. Learning & Training Solutions for Deutsche Bahn and the Railway & Transport Markets Worldwide DB Training, Learning & Consulting Learning & Training Solutions for Deutsche Bahn and the Railway & Transport Markets Worldwide DB Mobility Logistics AG DB Training, Learning & Consulting International

More information

Monitor Simply and Securely

Monitor Simply and Securely Monitor Simply and Securely Solar Monitoring Systems from SMA Solar Monitoring Systems from SMA MONITORING, INFORMING, PRESENTING Securing yield easily for small, large and very large solar power systems

More information

POLITICAL DECLARATION OF THE PENTALATERAL ENERGY FORUM

POLITICAL DECLARATION OF THE PENTALATERAL ENERGY FORUM POLITICAL DECLARATION OF THE PENTALATERAL ENERGY FORUM The Ministers of the Pentalateral Energy Forum, consisting of Austria, Belgium, France, Germany, Luxembourg, the Netherlands and Switzerland, WELCOMING

More information

Greater productivity in industry thanks to digitalization

Greater productivity in industry thanks to digitalization Press Nuremberg, February 26, 2015 Hannover Messe 2015, Hall 9, Booth D35 Greater productivity in industry thanks to digitalization Technologies and products for the industry from the comprehensive electrification,

More information

Development of a Concept for the Public Transport Interconnectivity for Savaria International Airport. Report

Development of a Concept for the Public Transport Interconnectivity for Savaria International Airport. Report Development of a Concept for the Public Transport Interconnectivity for Savaria International Airport Report CENTRAL EUROPE Programme Project CHAMPIONS February 2012 Development of a Concept for the Public

More information

Evaluation of Nagios for Real-time Cloud Virtual Machine Monitoring

Evaluation of Nagios for Real-time Cloud Virtual Machine Monitoring University of Victoria Faculty of Engineering Fall 2009 Work Term Report Evaluation of Nagios for Real-time Cloud Virtual Machine Monitoring Department of Physics University of Victoria Victoria, BC Michael

More information

TRAINOSE S.A. passengers' information system the benefits gained through e-platform implementation

TRAINOSE S.A. passengers' information system the benefits gained through e-platform implementation TRAINOSE S.A. passengers' information system the benefits gained through e-platform implementation 1 TRAINOSE S.A. IT roadmap for near future Provided Services (Modernization Incremental Innovations) Replacement

More information

Workshop Be a Partner of Qatar Rail. IVU.suite. IVU Traffic Technologies AG Berlin, 2013-04-17 Frank Nagel

Workshop Be a Partner of Qatar Rail. IVU.suite. IVU Traffic Technologies AG Berlin, 2013-04-17 Frank Nagel Workshop Be a Partner of Qatar Rail IVU.suite IVU Traffic Technologies AG Berlin, 2013-04-17 Frank Nagel IVU Traffic Technologies AG 1976 Founded 2000 Floated on the stock exchange 2012 Revenue 44.4 M

More information

TRAIN OFFICE A key factor for the increase in quality and productivity of rail services. Pedro Jesus (*)

TRAIN OFFICE A key factor for the increase in quality and productivity of rail services. Pedro Jesus (*) "#$%&'#()( TRAIN OFFICE A key factor for the increase in quality and productivity of rail services Pedro Jesus (*) CP - Caminhos de Ferro Portugueses, EP Gabinete de Inovação e Desenvolvimento Calçada

More information

How To Use A Dynamic Passenger Information System (Dpi)

How To Use A Dynamic Passenger Information System (Dpi) Improved passenger satisfaction Central Software for Dynamic Passenger DPIInformation Systems DPI Clarity. Reliability. Knowing when you will leave. Tangible waiting experience Real-time dynamic passenger

More information

XpoLog Competitive Comparison Sheet

XpoLog Competitive Comparison Sheet XpoLog Competitive Comparison Sheet New frontier in big log data analysis and application intelligence Technical white paper May 2015 XpoLog, a data analysis and management platform for applications' IT

More information

The Dutch Railway System. Logistics & Railway Infrastructure Forum NL Indonesia April 30 th 2015

The Dutch Railway System. Logistics & Railway Infrastructure Forum NL Indonesia April 30 th 2015 The Dutch Railway System Logistics & Railway Infrastructure Forum NL Indonesia April 30 th 2015 1 Welkom Eigenaar: ProRail 27 november 2014 Welkom Eigenaar: ProRail 27 november 2014 Exchange of knowledge

More information

Mobile Application Development

Mobile Application Development Web Engineering Mobile Application Development Copyright 2015 Slides from Federico M. Facca (2010), Nelia Lasierra (updates) 1 2 Where we are? # Date Title 1 5 th March Web Engineering Introduction and

More information

Trains crossing at Toronto s Old Mill Station 2009 TTC. Train Control

Trains crossing at Toronto s Old Mill Station 2009 TTC. Train Control Trains crossing at Toronto s Old Mill Station 2009 TTC 76 An Advance Communication Based System for Toronto Resignaling for Higher Performance The Yonge-University-Spadina Line (YUS) in Toronto had been

More information

P16_IBM_WebSphere_Business_Monitor_V602.ppt. Page 1 of 17

P16_IBM_WebSphere_Business_Monitor_V602.ppt. Page 1 of 17 Welcome to the IBM WebSphere Business Monitor presentation as part of the SAP integration workshop. This presentation will give you an introduction to the WebSphere Business Monitor and monitoring over

More information

siemens.com/mobility Travel smarter with electronic ticketing

siemens.com/mobility Travel smarter with electronic ticketing siemens.com/mobility Travel smarter with electronic ticketing Translated reprint from: Nahverkehrs-praxis, March 2013 Travel smarter with electronic ticketing In future, intelligent electronic ticketing

More information

Getting started with API testing

Getting started with API testing Technical white paper Getting started with API testing Test all layers of your composite applications, not just the GUI Table of contents Executive summary... 3 Introduction... 3 Who should read this document?...

More information

Short range low power wireless devices and Internet of Things (IoT)

Short range low power wireless devices and Internet of Things (IoT) Short range low power wireless devices and Internet of Things (IoT) White paper Author Mats Andersson Senior Director Technology, Product Center Short Range Radio, u-blox Abstract This paper discusses

More information

Workflow Management Systems (WfMS)

Workflow Management Systems (WfMS) Workflow Management Systems (WfMS) Introduction to the Sungard Infinity Process Platform Evolution of Software Architecture Monolithic Application Systems y 2 Evolution of Software Architecture Application

More information

How a German Technical University interacts with the (Railway) Industry

How a German Technical University interacts with the (Railway) Industry Faculty of Transportation and Traffic Sciences Friedrich List, Institute of Railway Systems and Public Transport How a German Technical University interacts with the (Railway) Industry - Some Overall Aspects

More information

Fast Infoset & Fast Web Services. Paul Sandoz Staff Engineer Sun Microsystems

Fast Infoset & Fast Web Services. Paul Sandoz Staff Engineer Sun Microsystems Fast Infoset & Fast Web Services Paul Sandoz Staff Engineer Sun Microsystems New standards on the way Two new specifications will go for Consent to Last Call in Moscow Fast Infoset ITU-T Rec. X.891 ISO/IEC

More information

Real Estate as a Strategic Asset Class. Less is More: Private Equity Investments` Benefits. How to Invest in Real Estate?

Real Estate as a Strategic Asset Class. Less is More: Private Equity Investments` Benefits. How to Invest in Real Estate? Real Estate as a Strategic Asset Class The Benefits of Illiquid Investments Real estate, a key asset class in a portfolio, can offer stable income returns, partial protection against inflation, and good

More information

Step into the Future: HTML5 and its Impact on SSL VPNs

Step into the Future: HTML5 and its Impact on SSL VPNs Step into the Future: HTML5 and its Impact on SSL VPNs Aidan Gogarty HOB, Inc. Session ID: SPO - 302 Session Classification: General Interest What this is all about. All about HTML5 3 useful components

More information

Neue Konzepte in der Betriebsführung und Information

Neue Konzepte in der Betriebsführung und Information www.thalesgroup.com/germany Neue Konzepte in der Betriebsführung und Information 17-19 Januar 2013 Zürich, Schweiz Volkmar Heuer, Produktstrategie Leittechnik Thales Transportation Systems 2 / New Concepts

More information

ANNUAL REPORT ELCA GROUP

ANNUAL REPORT ELCA GROUP ANNUAL REPORT ELCA GROUP 2014 AN INTERVIEW WITH ELCA CHAIRMAN, DANIEL GOROSTIDI MR GOROSTIDI, IN A NUTSHELL, HOW WOULD YOU DESCRIBE ELCA S ACHIEVEMENTS IN 2014? It was the year in which ELCA reached a

More information

School Management System

School Management System School Management System Company name and address RFIC Technologies 401, green castle, ASM Road Ulsoor,Bangalore, India Contact person : suchitav khadanga suchitav@rficdesign.com, phone: 91-80-25300747

More information

European Rail Traffic Management System (ERTMS) Complete Solutions for ETCS and GSM-R

European Rail Traffic Management System (ERTMS) Complete Solutions for ETCS and GSM-R European Rail Traffic Management System (ERTMS) Complete Solutions for ETCS and GSM-R Basis for interoperability European Rail Traffic Management System from Siemens Transportation Systems and Nokia Siemens

More information

A prototype infrastructure for D Spin Services based on a flexible multilayer architecture

A prototype infrastructure for D Spin Services based on a flexible multilayer architecture A prototype infrastructure for D Spin Services based on a flexible multilayer architecture Volker Boehlke 1,, 1 NLP Group, Department of Computer Science, University of Leipzig, Johanisgasse 26, 04103

More information

Integrated mobility with eticketing

Integrated mobility with eticketing Integrated mobility with eticketing The intermodal and interoperable eticketing platform for consistent, end-to-end mobility chains in cities siemens.com/mobility Answers for infrastructure and cities.

More information

Routing and Dispatch. An Advanced Planning Solution for Dispatch and Execution of Vehicle Routes

Routing and Dispatch. An Advanced Planning Solution for Dispatch and Execution of Vehicle Routes Routing and Dispatch An Advanced Planning Solution for Dispatch and Execution of Vehicle Routes Safeguard the cost effectiveness of your operations... Planners and Dispatchers KPI s and Planned vs actual

More information

Integration of Hotel Property Management Systems (HPMS) with Global Internet Reservation Systems

Integration of Hotel Property Management Systems (HPMS) with Global Internet Reservation Systems Integration of Hotel Property Management Systems (HPMS) with Global Internet Reservation Systems If company want to be competitive on global market nowadays, it have to be persistent on Internet. If we

More information

Choose certainty. Add value.

Choose certainty. Add value. TÜV SÜD Group Choose certainty. Add value. TÜV SÜD creates increased safety and added economic value. As process partners with comprehensive industry knowledge, our teams of specialists provide early consultation

More information

Technology and System Layout of the Transrapid Maglev Project

Technology and System Layout of the Transrapid Maglev Project Technology and System Layout of the Transrapid Maglev Project Christian Rausch Transrapid International GmbH & Co. KG, Berlin ABSTRACT: At the start of the project planning, the basic requirements for

More information

ATLAS. Proven Technology & Partnership For interoperability

ATLAS. Proven Technology & Partnership For interoperability ATLAS Trainborne ETCS solution Proven Technology & Partnership For interoperability TECHNOLOGY AND INTEGRATION EXPERTISE YOU CAN RELY ON The ERTMS (European Rail Traffic Management System) standard aims

More information

Allianz Roadshow USA November 2000

Allianz Roadshow USA November 2000 Investor Relations Allianz Roadshow USA November 2000 AV Medienzentrale 10.00 I. Introduction Who are we? Henning Schulte-Noelle Chairman and CEO Paul Achleitner Finance Joachim Faber Asset Management

More information

MITRAC 500. Driven by Reliability. Propulsion & Controls

MITRAC 500. Driven by Reliability. Propulsion & Controls MITRAC 500 Driven by Reliability Propulsion & Controls MITRAC Low Power exceeding your expectations The BOMBARDIER* MITRAC* 500 product portfolio is a family of propulsion systems for light rail vehicles

More information

IVU PUBLIC TRANSPORT Overview of IVU and the IVU.suite. Han Hendriks

IVU PUBLIC TRANSPORT Overview of IVU and the IVU.suite. Han Hendriks IVU PUBLIC TRANSPORT Overview of IVU and the IVU.suite Han Hendriks IVU Traffic Technologies AG 1976 Founded 2000 Floated on the stock exchange 2013 Revenue 45 Mio approx. 350 employees approx. 500 customers

More information

Deutsche Post Address Group

Deutsche Post Address Group Deutsche Post Address Group Stay fresh & clean! We make international data quality solutions easy POSTADDRESS GLOBAL Deutsche Post Address Group, your international partner for address management Strong

More information

Mobility Information Series

Mobility Information Series SOAP vs REST RapidValue Enabling Mobility XML vs JSON Mobility Information Series Comparison between various Web Services Data Transfer Frameworks for Mobile Enabling Applications Author: Arun Chandran,

More information

Repo Service Description

Repo Service Description Repo Service Description 1 Summary... 2 1.1 The following basic criteria had to be fulfilled... 2 1.2 Advantages of the proposed solution... 2 2 Service Description... 3 2.1 Services... 3 2.1.1 Service

More information

NRE Information Feeds Developer Pack

NRE Information Feeds Developer Pack NRE Information Feeds Developer Pack Document Ref: NRE Feeds_Developer Pack v.01-02 Version History Version Date Author Comment 01-00 03/03/2014 Lindsay Bleakley 1 st Final Draft 01-01 29/10/2014 Lindsay

More information

Maven the Beautiful City. Healthy, Viable, and Productive Build Infrastructures

Maven the Beautiful City. Healthy, Viable, and Productive Build Infrastructures Maven the Beautiful City Healthy, Viable, and Productive Build Infrastructures What is Maven? Build tool Similar to Ant but fundamentally different which we will discuss later Dependency management tool

More information

Software Requirements Specification For Real Estate Web Site

Software Requirements Specification For Real Estate Web Site Software Requirements Specification For Real Estate Web Site Brent Cross 7 February 2011 Page 1 Table of Contents 1. Introduction...3 1.1. Purpose...3 1.2. Scope...3 1.3. Definitions, Acronyms, and Abbreviations...3

More information

Generic RFID Software Platform for Any Application

Generic RFID Software Platform for Any Application FALKEN Secure Networks Inc. (FSN) has introduced a new paradigm to the RFID industry with its generic software platform to simplify System Integration, drive custom development costs out of system acquisition

More information

COMMISSION REGULATION. of 5.5.2011

COMMISSION REGULATION. of 5.5.2011 EN EN EN EUROPEAN COMMISSION Brussels, 5.5.2011 C(2011) 2962 final COMMISSION REGULATION of 5.5.2011 on the technical specification for interoperability relating to the subsystem 'telematics applications

More information

OPENTRACK: Simulation of complex nodes

OPENTRACK: Simulation of complex nodes OPENTRACK: Simulation of complex nodes Case Studies in Italy Zurich, 21st January 2010 About Us Important railway university in Italy OT Users since 2004 Spin-off since 2007 Cloose Cooperation with RFI

More information

New Implementations into Simulation Software NS-2 for Routing in Wireless Ad-Hoc Networks

New Implementations into Simulation Software NS-2 for Routing in Wireless Ad-Hoc Networks New Implementations into Simulation Software NS-2 for Routing in Wireless Ad-Hoc Networks Matthias Rosenschon 1, Markus Heurung 1, Joachim Habermann (SM IEEE) 1 ABSTRACT 1 Fachhochschule Giessen-Friedberg,

More information

PROMISE. Product Lifecycle Management and Information Tracking using Smart Embedded Systems IMS 01008 EU FP6 IP 507100

PROMISE. Product Lifecycle Management and Information Tracking using Smart Embedded Systems IMS 01008 EU FP6 IP 507100 PROMISE Product Lifecycle Management and Information Tracking using Smart Embedded Systems IMS 01008 EU FP6 IP 507100 Markus Frey, Bombardier Transportation IMS PROMISE ICP 2nd Europe-Japan Collaborative

More information

Improving Customer Information and Security for London Overground Alistair Shutler Software Manager alistair.shutler@amey.co.uk

Improving Customer Information and Security for London Overground Alistair Shutler Software Manager alistair.shutler@amey.co.uk Improving Customer Information and Security for London Overground Alistair Shutler Software Manager alistair.shutler@amey.co.uk Presentation Summary Company Profile LOROL at a Glance Appraisal of LOROL

More information

M-GIS Mobile and Interoperable Access to Geographic Information

M-GIS Mobile and Interoperable Access to Geographic Information M-GIS Mobile and Interoperable Access to Geographic Information Jorge Cardoso 1, Artur Rocha 1, João Correia Lopes 1,2 1 INESC Porto, R. Dr. Roberto Frias, 4200-465 Porto http://www.inescporto.pt/ {jcsc,artur.rocha,jlopes}@inescporto.pt

More information

Increasing the Productivity and Efficiency of Business Transactions with Microsoft Business Solutions Navision Intercompany Postings

Increasing the Productivity and Efficiency of Business Transactions with Microsoft Business Solutions Navision Intercompany Postings Increasing the Productivity and Efficiency of Business Transactions with Microsoft Business Solutions Navision Intercompany Postings White Paper Published: May 2004 Contents Introduction...1 Streamlining

More information

Content Management System (CMS)

Content Management System (CMS) Content Management System (CMS) ASP.NET Web Site User interface to the CMS SQL Server metadata storage, configuration, user management, order history, etc. Windows Service (C#.NET with TCP/IP remote monitoring)

More information

DB technology strategy. Technology, CTO Board Division Infrastructure, Services and Technology

DB technology strategy. Technology, CTO Board Division Infrastructure, Services and Technology DB technology strategy Technology, CTO Board Division Infrastructure, Services and Technology Contents 03 Foreword 04 Digitalization and globalization are relevant trends for DB 06 The DB2020 Group strategy

More information

Case Study. Cargo Domizil - Intermodal less than truckload transport. www.bestlog.org. European Commission

Case Study. Cargo Domizil - Intermodal less than truckload transport. www.bestlog.org. European Commission Case Study Cargo Domizil - Intermodal less than truckload transport European Commission 1 THE PLATFORM If transport continues to grow at the same rate as the economy, this will become both an economic

More information

Basics of Electronic Data Exchange: XML and EDI

Basics of Electronic Data Exchange: XML and EDI Presenter Monique L. Snowden Director of Enrollment Research & Technology Texas A&M University AAACRO SPEEDE Committee, Chair-elect Session Description This is an introduction to the electronic exchange

More information

A Tool for Evaluation and Optimization of Web Application Performance

A Tool for Evaluation and Optimization of Web Application Performance A Tool for Evaluation and Optimization of Web Application Performance Tomáš Černý 1 cernyto3@fel.cvut.cz Michael J. Donahoo 2 jeff_donahoo@baylor.edu Abstract: One of the main goals of web application

More information

Lenze drives reduce running costs for corrugated board production.

Lenze drives reduce running costs for corrugated board production. Press contact Geoff Spear Address Fraser Rd, Priory Business Park Bedford, MK44 3WH Telephone 01234 753227 E-mail Geoff.spear@lenze.com Website www.lenze.com Press information DC-bus connection makes energy

More information

Active RFID Solutions for Asset Tracking and Inventory Management

Active RFID Solutions for Asset Tracking and Inventory Management Active RFID Solutions for Asset Tracking and Inventory Management Introduction RFID (Radio Frequency Identification) technology is fast replacing ScanCode technology for asset tracking and inventory management.

More information

BOLOGNA LEPZIG Business Case BOLI

BOLOGNA LEPZIG Business Case BOLI Work Package 4: Programming and Testing Cloud Computing in Logistics BOLOGNA LEPZIG Business Case BOLI 01.01.2012 // WP4 Description // IPBO The Business Case at a Glance Multimodal transport service involving

More information

siemens.com/mobility Sitraffic Office The integrated workstation for traffic engineers

siemens.com/mobility Sitraffic Office The integrated workstation for traffic engineers siemens.com/mobility Sitraffic Office The integrated workstation for traffic engineers A single software system for use by the traffic engineer, the operator and the service technician? Welcome to the

More information