Expert System Applied to High-Speed Railway Track Circuit Coding and Its Simulation

Size: px
Start display at page:

Download "Expert System Applied to High-Speed Railway Track Circuit Coding and Its Simulation"

Transcription

1 Expert System Applied to High-Speed Railway Track Circuit Coding and Its Simulation Yan Li, Dewang Chen, and Xuan Yang State Key Laboratory of Rail Traffic Control and Safety, Beijing Jiaotong University, Beijing, China Abstract. Track circuit coding can be realized by Train Control Center in Highspeed Railway to keep the train running safe. This paper looks into the track circuit coding method using expert system, in which the reasoning process of track circuit coding was realized using software simulation with the data of Beijing-Shanghai High Speed Railway. Combined with test cases, the joint debugging is realized and the track circuit coding expert system is assessed. Final simulation results support that this prospecting method is both feasible and effective, which can secure the safety of the track circuit coding information as well. Keywords: High-speed Railway, Expert System, Track Circuit Coding, Simulation. 1 Introduction With the gradual opening and running of Beijing-Tianjin, Wuhan-Guangzhou, Zhengzhou-Xian, Shanghai-Nanjing, Beijing-Shanghai High-speed Railway, the China High-speed Railway Passenger Line is now leading the development of the world high-speed railway using the CTCS-3 Train Control System, achieving the highest running speed up to 350 km/h [1]. As an important part of CTCS-3 Train Control System ground equipments, Train Control Center (TCC) produces the permit order for the train operation to realize the automatic control of the train tracking interval and the safe operation of the train speed [2]. While in China, relatively there aren t too many researches on the track circuit coding algorithm, except those that mainly focus on how to build the track circuit coding mathematical model and simulation realization[3][4]. In fact, the track circuit coding varies under different circumstances. Line type (up-line or downline) as well as direction (the forward or the reverse direction) and so on should be considered in the coding in section. Besides, route type needs to be considered in the coding in station. And it will get more complicated when there are more trains. If not all the circumstances have been taken into fully consideration, the safe running of the H. Deng et al. (Eds.): AICI 2011, Part I, LNAI 7002, pp , Springer-Verlag Berlin Heidelberg 2011

2 518 Y. Li, D. Chen, and X. Yang train will be impacted. Thus, it is quite necessary to build one database with all information included. The expert system contains large amount of knowledge and experiences of expert in one field, therefore, the expert system can be applied to studying the track circuit coding, which helps eliminate problems in TCC as mentioned above (e.g. complicated system, various circumstances), meanwhile, the safety and reliability can be assured as well. In addition, as the train fundamental plan is relatively stable and the line data (e.g. the block section) is relatively fixed, some common circumstances can be used as case studies and saved in the knowledge database. Then the expert system can be applied to search matched case among these common ones conveniently without complicate coding process so as to improve the efficiency of the track circuit coding. This paper introduces the track circuit frequency in high-speed railway, applies the expert system to study the coding method, simulates and realizes the track circuit coding expert system. Combined with the test cases, the function of the track circuit coding expert system is verified. 2 Track Circuit Frequency The interval track circuit applies the ZPW-2000 (UM) series jointless track circuit controlled by the computer coding. The normal coding sequence of the track circuit is: L5-L4-L3-L2-L-LU-U-HU, which can meet the demand of safe running for the 300 km/h train in CTCS-3 train control system [2]. The track circuit coding frequency consists of low frequency and loading frequency, in which the loading frequency of each track circuit is a fixed value. The low frequency is mainly used to reveal the coding frequency to get the different speed limitation information [5].This information is calculated and sent to the trackside equipment by TCC. Part of the low frequency coding is defined as: L code: the train is allowed to run according to the specified speed. U code: the train needs to be slowed down to the specified speed level. L5 code: the train is allowed to run according to the track speed, when at least 7 block sections in the front are free. LU code: the train is allowed to run watchfully according to the track speed. HU code: the train is required to stop in time. UU code: the train speed is limited (default speed: 45 km/h) and the ground signal (the train is approaching) open the route through the switch in side line [6]. 3 Track Circuit Coding Expert System The expert system is a computer software system which contains a large number of authority knowledge, where knowledge can be applied to solve the time problem in the specific region through reasoning and analysis process [7].

3 Expert System Applied to High-Speed Railway Track Circuit Coding Overall System Structure The overall system structure of track circuit coding of TCC is as shown in Figure1 below, including line database, real-time database, data processing, overall database, reasoning machine, knowledge database, output section and so forth. Fig. 1. Overall System Structure The main function of each part is as follows: 1) Line database. It can save line data, including station files, route information, track circuit information, balise information and so forth. 2) Real-time database. It is used to save all kinds of real-time data, including simulation order, route information from Computer Based Interlocking (CBI), and track circuit occupation information from trackside and so forth. 3) Data processing module. It is used to process data in the real-time database, and abstract the needed information. 4) Overall database. All kinds of data (e.g. real-time data, intermediate results in the reasoning process) are saved in the overall database. It acts as a monitor in the reasoning process. 5) Knowledge database. It is mainly used to save the specific knowledge provided by the region experts, including all kinds of rules and case library for the track circuit coding. 6) Reasoning machine. It can be able to select relevant knowledge using certain reasoning strategies from the knowledge database, and then realize the reasoning according to the context in the overall database. 7) Output module. It is used to send the track circuit coding information to the other relevant equipments and reveal that in the interface.

4 520 Y. Li, D. Chen, and X. Yang 3.2 Building of the Knowledge Base In this paper, the knowledge database consists of rule database and case library. The rule database is used to save the track circuit coding regulation, and the case library is used to save different cases where lines, routes or locations vary, therefore, it is convenient to extend the knowledge case. Fig. 2. Knowledge Base Figure Rule Database and its Knowledge Representation The cab signal low frequency information distribution and its corresponding fundamental signal representation is defined in the railway industry standard in China- Cab signaling message define and allocation(tb/t )[6], This paper summarizes the track circuit coding principles and builds rule database according to the standard. 1) Rule Database The track circuit coding has its corresponding regulation, so regulation representation method can be used to represent the knowledge in knowledge database.

5 Expert System Applied to High-Speed Railway Track Circuit Coding 521 According to IF-THEN rules, the object-orientation knowledge based on the regulation can be obtained. rule: // rule 1 If interval section and tracking // the premise then HU-U-LU-L-L2-L3-L4-L5 // the conclusion rule: // rule 4 If interval section and arrival side-line route and speed limitation at side-line is 45 km/h // premise then UU-U2-LU-L-L2-L3-L4-L5 // conclusion rule: // rule 7 If in station and no route // premise then code the switch B, code the track HU, code the route protection section B // conclusion rule: // rule 9 If in station and departure route and side-line 45km/h //premise then code the track UU, code the switch area according to departure section, the departure section applies interval section tracking coding // conclusion The other specific rules are as shown in Figure 2. 2) Knowledge Representation The knowledge can be represented by the regulation; the data structure under Visual C++ mode is as follows: STRUCT RULE_{ char*result; // regulation char code; // the track circuit coding type rule* next; // point to the next algorithm }; Case Library The track circuit coding has many circumstances. Different matters should be considered in the coding in section, such as whether it is up-line or down-line, forward or reverse direction, in rear or advance of station and so on, while the track circuit coding in station need to consider route type and so forth. It ll become more complicated with multi-trains. This paper creates the case library for different circumstances. When new circumstance (unconsidered) comes out, reason the conclusion using rule database. And, at last this new conclusion will be added into case library, so case library can be extended.

6 522 Y. Li, D. Chen, and X. Yang Construction of the Reasoning Machine The reasoning machine is responsible to analyze and reason the needed data and make a conclusion at last[8]. Forward reasoning is selected in this system, and the reason process is as follows. Fig. 3. Reasoning Machine Structure 4 Simulation and Testing 4.1 Simulation Beijing-Shanghai High-speed Railway data are used in the simulation. It adopts CTCS-3 Train Control System whose ground equipment consists of Radio Block Center (RBC), Computer Based Interlocking (CBI), Train Control Center (TCC), Centralized Train Control (CTC), and trackside equipment (including balise and track circuit) and so forth. TCC simulator interface is as shown in Figure 4, with the station module, the section module, the train control center information module, and the station coding sequence module. After receiving simulation starting order, information in line database is read, and the program will produce TCC simulator automatically.

7 Expert System Applied to High-Speed Railway Track Circuit Coding 523 Fig. 4. TCC Simulator Interface 4.2 The Testing Result and Analysis The joint debugging is based on CTCS-3 Level train control system simulation testing platform. Data in debugging cases are collected from Xuzhou East to Suzhou East in Beijing-Shanghai High-speed Railway. Then functional testing is done repeatedly according to the test cases. Test cases used to test the function of track circuit coding expert system are list in Table 1. TCC simulation system based on the expert system is assessed through repeated tests on different cases with an accuracy rate of 100%. Table 1. Examples of Test Cases Test Cases the departure, stop and passing by testing through the track line the departure, stop and passing by testing through the track line the route guiding testing for the arrival and dispatch the bent in and direct out, the reverse running testing the direct in and bent out, the reverse running testing the reverse bent in and direct out, the forward running testing the reverse direct in and bent out, the forward running testing Testing Results Other block sections:u-lu-l-l2-l3-l4-l5 Track line:hb Other block sections:u-lu-l-l2-l3-l4-l5 The simulation results show that track circuit coding method based on the expert system can get track circuit low frequency information correctly, and provide effective promise for the safety of cab signal of high-speed train.

8 524 Y. Li, D. Chen, and X. Yang 5 Summary This paper mainly focuses on the track circuit coding in high-speed railway. In order to get track circuit frequency correctly, the knowledge and reasoning mechanism of expert system is applied for track circuit coding. Using data from Xuzhou East to Suzhou East in Beijing-Shanghai High-speed Railway, track circuit coding expert system is developed, and some test cases are designed to evaluate validity of the system. The results show that the track circuit coding expert system can get track circuit frequency correctly and efficiently, and can keep the safe of cab signal. Acknowledgments. This research work was supported by Beijing Nova Program (2010B015), the Fundamental Research Funds for the Central Universities (2011JBM157), and Independent Research Project of the State Key Laboratory of Rail Traffic Control and Safety (RCS2008ZZ001 and 2009ZT004). References 1. Xue, L.: The CTCS-3 Simulation and Testing Platform Research on Multi-Train Simulation Subsystem. Beijing Jiaotong University, Beijing (2009) 2. Zhang, S.: The technology plan of CTCS-3 Simulation Platform, pp China Railway Publishing House, Beijing (2008) 3. Li, M.: The research on function simulation of the CTCS-2train control centre for Passenger Dedicated Line. Southwest Jiaotong University, ChengDu (2009) 4. Li, J.: The train control subsystem simulation design and research for the CTCS-2 train control centre. Southwest Jiaotong University, ChengDu (2010) 5. Zhao, L., Guo, J., Li, H., et al.: The simulation analysis of influence on jointless track circuit signal transmission from compensation capacitor based on transmission-line theory. In: rd IEEE International Symposium on Microwave, Antenna, Propagation and EMC Technologies for Wireless Communications, vol. 9(11), pp (2003) 6. Ministry of Railways. TB-T Cab Signaling Message Define and Allocation. The People s Republic of China Ministry of Railways, Beijing (2002) 7. Tang, P.: The Expert System Lecture. BeiJing KeHai Training Center, Beijing (1987) 8. Sun, Y., Zhang, J., Huo, K., Fu, Q.: Application of Simulation Technology Based on the Support of Expert System in the Testing System of Locomotive. Basic Automation 10(3), (2003)

Chapter 2 Research on Logistics Center Layout Based on SLP

Chapter 2 Research on Logistics Center Layout Based on SLP Chapter 2 Research on Logistics Center Layout Based on SLP Yannan Liu and Qilan Zhao Abstract Systematic layout planning (SLP) has been widely applied to the production system, but not to the service system.

More information

CBTC (Communication Based Train Control): system and development

CBTC (Communication Based Train Control): system and development Advanced Train Control Systems 37 CBTC (Communication Based Train Control): system and development N. Bin, T. Tao, Q. K. Min & G. C. Hai Department of Control Engineering, School of Electronics and Information

More information

Simulation Study Based on OpenTrack on Carrying Capacity in District of Beijing-Shanghai High-speed Railway

Simulation Study Based on OpenTrack on Carrying Capacity in District of Beijing-Shanghai High-speed Railway Applied Mechanics and Materials Online: 2014-01-16 ISSN: 1662-7482, Vols. 505-506, pp 567-570 doi:10.4028/www.scientific.net/amm.505-506.567 2014 Trans Tech Publications, Switzerland Simulation Study Based

More information

Changes of Clothing Distribution Logistics Management RFID Technology

Changes of Clothing Distribution Logistics Management RFID Technology Science Journal of Business and Management 2016; 4(3): 72-76 http://www.sciencepublishinggroup.com/j/sjbm doi: 10.11648/j.sjbm.20160403.12 ISSN: 2331-0626 (Print); ISSN: 2331-0634 (Online) Changes of Clothing

More information

Reliability Analysis of the Railway Time Synchronization Network Based on Bayesian

Reliability Analysis of the Railway Time Synchronization Network Based on Bayesian , pp.59-72 http://dx.doi.org/10.14257/ijca.2015.8.10.06 Reliability Analysis of the Railway Time Synchronization Network Based on Bayesian Youpeng Zhang, Feng Wang, Shan Zhang and Li Lan School of Automation

More information

Simulation of a high-speed train control system based on High Level Architecture and its credibility analysis

Simulation of a high-speed train control system based on High Level Architecture and its credibility analysis Computers in Railways XII 45 Simulation of a high-speed train control system based on High Level Architecture and its credibility analysis Wei ShangGuan, J.-Q. Chen, B. Li, L.-N. Guo, M. Li & L.-Y. Chen

More information

Design and implementation of a distributed railway signalling simulator

Design and implementation of a distributed railway signalling simulator Computers in Railways XII 81 Design and implementation of a distributed railway signalling simulator X. Hei 1,2, W. Ma 1, L. Wang 1 & N. Ouyang 1 1 School of Computer Science and Engineering, Xi an University

More information

ELECTRONIC TRAIN ORDERS

ELECTRONIC TRAIN ORDERS ELECTRONIC TRAIN ORDERS and TRAIN CONTROL Inspired Systems Pty Ltd 70 Mordaunt Circuit, Canning Vale, Western Australia Ph +618 94565666 Fax +61 8 94565778 ELECTRONIC TRAIN ORDERS When you just don t have

More information

Fall-Back Mode Operation on Remotely Controlled Railway Lines

Fall-Back Mode Operation on Remotely Controlled Railway Lines TRANSPORT Fall-Back Mode Operation on Remotely... Fall-Back Mode Operation on Remotely Controlled Railway Lines Attila Cseh, Balázs Sághi, Géza Tarnai Budapest University of Technology and Economics, Hungary

More information

Design of Fuzzy Drip Irrigation Control System Based on ZigBee Wireless Sensor Network

Design of Fuzzy Drip Irrigation Control System Based on ZigBee Wireless Sensor Network Design of Fuzzy Drip Irrigation Control System Based on ZigBee Wireless Sensor Network Xinjian Xiang College of Automation & Electrical Engineering, Zhejiang University of Science and Technology,Zhejiang,

More information

Software redundancy design for a Human-Machine Interface in railway vehicles

Software redundancy design for a Human-Machine Interface in railway vehicles Computers in Railways XII 221 Software redundancy design for a Human-Machine Interface in railway vehicles G. Zheng 1 & J. Chen 1,2 1 Institute of Software, Chinese Academy of Sciences, China 2 Graduate

More information

Integrated System Display

Integrated System Display RAIL SOLUTIONS Integrated System Display SPACE SAVING Use as a single display for multiple auxillary systems. Subsystems that were typically installed in the drivers cab can now be installed at other convenient

More information

Key Technologies of the Independent and Innovative Communications-Based Train Control Systems in China

Key Technologies of the Independent and Innovative Communications-Based Train Control Systems in China Urban Rail Transit (2016) 2(1):28 32 DOI 10.1007/s40864-016-0035-z http://www.urt.cn/ ORIGINAL RESEARCH PAPERS Key Technologies of the Independent and Innovative Communications-Based Train Control Systems

More information

The Monitoring System of Marine Refrigerated Containers Based on RFID Temperature Tags

The Monitoring System of Marine Refrigerated Containers Based on RFID Temperature Tags Research Journal of Applied Sciences, Engineering and Technology 5(8): 2551-2555, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: July 31, 2012 Accepted: September

More information

Research and Application Study on Accident-Based 3D Power Station Simulation Technology

Research and Application Study on Accident-Based 3D Power Station Simulation Technology International Conference on Electromechanical Control Technology and Transportation (ICECTT 2015) Research and Application Study on Accident-Based 3D Power Station Simulation Technology Tie Li, Xiaoming

More information

TRENOExport. The Simulationbooster

TRENOExport. The Simulationbooster TRENOExport The Simulationbooster TRENOEXPORT Microscopic simulation is the most accurate method for reproducing railway operations. It supports engineers in a series of tasks, from long-range to short-term

More information

The Application used RFID in Third Party Logistics

The Application used RFID in Third Party Logistics Available online at www.sciencedirect.com Physics Procedia 25 (2012 ) 2045 2049 2012 International Conference on Solid State Devices and Materials Science The Application used RFID in Third Party Logistics

More information

Study on train headway in different turning-back mode of urban mass transit station

Study on train headway in different turning-back mode of urban mass transit station Available online at www.sciencedirect.com ScienceDirect Transportation Research Procedia 25 (2017) 451 460 www.elsevier.com/locate/procedia World Conference on Transport Research - WCTR 2016 Shanghai.

More information

Genetic Algorithms-Based Model for Multi-Project Human Resource Allocation

Genetic Algorithms-Based Model for Multi-Project Human Resource Allocation Genetic Algorithms-Based Model for Multi-Project Human Resource Allocation Abstract Jing Ai Shijiazhuang University of Applied Technology, Shijiazhuang 050081, China With the constant development of computer

More information

Government Information Publicity in the Internet Plus Background: The Perspective of the National Governance Modernization

Government Information Publicity in the Internet Plus Background: The Perspective of the National Governance Modernization Canadian Social Science Vol. 11, No. 12, 2015, pp. 13-17 DOI:10.3968/7969 ISSN 1712-8056[Print] ISSN 1923-6697[Online] www.cscanada.net www.cscanada.org Government Information Publicity in the Internet

More information

trust cooperation Eldyne Committed partnership

trust cooperation Eldyne Committed partnership ELD YNE Welcome To Eldyne WELCOME TO THE WORLD OF SAFETY AND DEPENDABILITY, WHERE HIGH TECHNOLOGY, COMMITMENT AND EXCELLENCE OF SERVICE ARE HARNESSED TO EXTEND THE BENEFITS OF TECHNOLOGY TO PEOPLE AT LARGE.

More information

Background Information

Background Information Mobility Division Background Information Berlin, September 20, 2016 Innotrans 2016, September 20-23, 2016 in Berlin The digitalization of mobility Our world is increasingly being digitalized from the way

More information

Grouping Based Dynamic Framed Slotted ALOHA for Tag Anti-Collision Protocol in the Mobile RFID Systems

Grouping Based Dynamic Framed Slotted ALOHA for Tag Anti-Collision Protocol in the Mobile RFID Systems Appl. Math. Inf. Sci. 7, No. 2L, 655-659 (2013) 655 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.12785/amis/072l40 Grouping Based Dynamic Framed Slotted ALOHA

More information

Simulation-Based Trucks Configuration for Twin 40 Feet Quay Cranes in Container Terminals

Simulation-Based Trucks Configuration for Twin 40 Feet Quay Cranes in Container Terminals Simulation-Based Trucks Configuration for Twin 40 Feet Quay Cranes in Container Terminals Peng Yun, Wang Wenyuan, Zhang Qi, Chen Modi, and Zhang Ran Abstract Twin 40 feet quay cranes are used to improve

More information

SOUTHERN PACIFIC RAILROAD RULES OF OPERATION

SOUTHERN PACIFIC RAILROAD RULES OF OPERATION Contents 2.0 RAILROAD RADIO RULES... 3 2.1 Transmitting... 3 2.2 Required Identification... 3 2.3 Repetition... 3 2.4 Over... 3 2.5 Out... 3 2.6 Communication Not Understood Incomplete... 4 2.8 Acknowledgment...

More information

2. Opportunities and problems involved in implementing ETCS Levels 2 and 3

2. Opportunities and problems involved in implementing ETCS Levels 2 and 3 Concept for Combining ETCS Levels 2 and 3 Reiner Dachwald, Lars Kupfer, Bernhard Ptok 1. Introduction Several pilot projects are currently underway to prepare for the introduction of ERTMS/ ETCS, the new

More information

Study on the Procedure of the Emergency Brake in Driverless Mode of the Korean Radio-based Train Control System

Study on the Procedure of the Emergency Brake in Driverless Mode of the Korean Radio-based Train Control System Study on the Procedure of the Emergency Brake in Driverless Mode of the Korean Radio-based Train Control System MIN-SOO KIM, SEH-CHAN OH, YONG-KI YOON and YONG-KYU KIM Radio-based Train Control Research

More information

ROSA a computer based safety model for European railways

ROSA a computer based safety model for European railways Computers in Railways XII 771 ROSA a computer based safety model for European railways J. Schütte 1 & M. Geisler 2 1 Dresden University of Technology, Germany 2 Deutsche Bahn AG, Frankfurt, Germany Abstract

More information

Advanced devices of railway automation and telemechanics. Development, Design and Introduction Railway automation and telemechanics

Advanced devices of railway automation and telemechanics. Development, Design and Introduction Railway automation and telemechanics Advanced devices of railway automation and telemechanics Development, Design and Introduction Railway automation and telemechanics About us LLC POLIVID deals with development and introduction of complex

More information

Recent Results and Prospects in Research and Development on Transport Planning

Recent Results and Prospects in Research and Development on Transport Planning A A B A A C A D A E A F G A H A I J K L M N O P Q R S T U V W X Y Z a b c d e f g h i j k l PERSPECTIVE Recent Results and Prospects in Research and Development on Transport Planning Shigeto HIRAGURI Signalling

More information

Research Article Ticket Fare Optimization for China s High-Speed Railway Based on Passenger Choice Behavior

Research Article Ticket Fare Optimization for China s High-Speed Railway Based on Passenger Choice Behavior Hindawi Discrete Dynamics in Nature and Society Volume 2017, Article ID 6237642, 6 pages https://doi.org/10.1155/2017/6237642 Research Article Ticket Fare Optimization for China s High-Speed Railway Based

More information

European Rail Traffic Management System ERTMS Overview

European Rail Traffic Management System ERTMS Overview Overview, Part C A Scope, background, legal and normative base B GSM-R railway communication system C ETCS (1): Objective, project history, functionality and system architecture D ETCS (2): Subsystems,

More information

Interoperable Positive Train Control (PTC) William A Petit AREMA 2009 Annual Conference Communications and Signals Track

Interoperable Positive Train Control (PTC) William A Petit  AREMA 2009 Annual Conference Communications and Signals Track Interoperable Positive Train Control (PTC) William A Petit www.billpetit.com AREMA 2009 Annual Conference Communications and Signals Track Abstract: This paper discusses architecture, interoperability

More information

ETCS & CBTC Interfaces Crossrail Signalling

ETCS & CBTC Interfaces Crossrail Signalling ETCS & CBTC Interfaces Crossrail Signalling David Milburn, Technical Head Signalling & Control Systems Network Rail Consulting (NRC) MENA Conference, December 2015 Contents 1 Overview of Network Rail and

More information

Recent Research on Application of ICT for Railway

Recent Research on Application of ICT for Railway PERSPECTIVE Recent Research on pplication of ICT for Railway Shigeto HIRGURI Research and Development Promotion Division This paper outlines problems relating to the joint application of railway operation

More information

An update on the transport infrastructure development in China: Railway transportation (2010)

An update on the transport infrastructure development in China: Railway transportation (2010) LI & FUNG RESEARCH CENTRE China Distribution & Trading IN THIS ISSUE : I. Overview 2 II. Highlights in 6 railway transport development in China An update on the transport infrastructure development in

More information

INTELLIGENT LOGISTICS SYSTEM BASED ON THREE-TIER ARCHITECTURE AND RFID

INTELLIGENT LOGISTICS SYSTEM BASED ON THREE-TIER ARCHITECTURE AND RFID INTELLIGENT LOGISTICS SYSTEM BASED ON THREE-TIER ARCHITECTURE AND RFID 1 DONG HUANG, 2 HE WEI 1 School of Mathematics and Computers Science, Qinzhou University, Qinzhou 535000,China 2 Jiaxing Vocational

More information

An Evaluation Method for Signalling System on Concept of Availability

An Evaluation Method for Signalling System on Concept of Availability An Evaluation Method for Signalling System Based on Concept of Availability Shigeto Hiraguri Koji Iwata Ikuo Watanabe Railway Technical Research Institute 2-8-38 Hikari-cho, Kokubunji-shi, Tokyo 185-8540,

More information

The Ballastless Track Technology For China High Speed Line

The Ballastless Track Technology For China High Speed Line The Ballastless Track Technology For China High Speed Line Jijun Wang Senior Researcher, CARS May 4 th 2011 1 Contents 1. Application of Ballastless Track in China 2. Technical Features of Ballastless

More information

Research of Load Leveling Strategy for Electric Arc Furnace in Iron and Steel Enterprises Yuanchao Wang1, a*, Zongxi Xie2, b and Zhihan Yang1, c

Research of Load Leveling Strategy for Electric Arc Furnace in Iron and Steel Enterprises Yuanchao Wang1, a*, Zongxi Xie2, b and Zhihan Yang1, c International Conference on Mechanics, Materials and Structural Engineering (ICMMSE 2016) Research of Load Leveling Strategy for Electric Arc Furnace in Iron and Steel Enterprises Yuanchao Wang1, a*, Zongxi

More information

Study on the evaluation index of active power reserve

Study on the evaluation index of active power reserve IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Study on the evaluation index of active power reserve To cite this article: Xiaorui Guo et al 2018 IOP Conf. Ser.: Earth Environ.

More information

RAILWAY TRAFFIC FLOW OPTIMISATION WITH DIFFERING CONTROL SYSTEMS

RAILWAY TRAFFIC FLOW OPTIMISATION WITH DIFFERING CONTROL SYSTEMS RAILWAY TRAFFIC FLOW OPTIMISATION WITH DIFFERING CONTROL SYSTEMS by NING ZHAO A thesis submitted to The University of Birmingham for the degree of DOCTOR OF PHILOSOPHY School of Electronic, Electrical

More information

RAIL TRAFFIC MANAGEMENT. High-level full-scale solutions for centralised traffic management

RAIL TRAFFIC MANAGEMENT. High-level full-scale solutions for centralised traffic management RAIL TRAFFIC MANAGEMENT High-level full-scale solutions for centralised traffic management PROVEN RAILWAY SAFETY EXPERTISE Mipro is a Finnish railway system specialist with nearly 30 years of experience

More information

Infrastructure Based Train Detection Systems

Infrastructure Based Train Detection Systems Infrastructure Based Train Detection Synopsis This document sets out requirements and guidance on infrastructure based train detection systems. Copyright in the Railway Group documents is owned by Rail

More information

Design of Rotary Root Stubble Digging Machine Based on Solidworks

Design of Rotary Root Stubble Digging Machine Based on Solidworks Design of Rotary Root Stubble Digging Machine Based on Solidworks Xinglong Liao 1, Xu Ma 1,2, and Yanjun Zuo 1 1 College of Engineering, South China Agricultural University, Guangzhou, P.R. China 2 Key

More information

ETCS National Integration Facility: A Supplier's View SUMMARY 1 INTRODUCTION 2 THE ETCS FRAMEWORK PROGRAMME. Antonio Bravo, Siemens Rail Automation

ETCS National Integration Facility: A Supplier's View SUMMARY 1 INTRODUCTION 2 THE ETCS FRAMEWORK PROGRAMME. Antonio Bravo, Siemens Rail Automation ETCS National Integration Facility: A Supplier's View Antonio Bravo, Siemens Rail Automation SUMMARY With European Train Control System (ETCS) now a crucial part of Network Rail s plans for resignalling

More information

A Forecasting Model of the Proportion of Peak Period Boardings for Urban Mass Transit System: A Case Study of Osaka Prefecture

A Forecasting Model of the Proportion of Peak Period Boardings for Urban Mass Transit System: A Case Study of Osaka Prefecture 0 0 0 A Forecasting Model of the Proportion of Peak Period Boardings for Urban Mass Transit System: A Case Study of Osaka Prefecture Yan Cheng, Corresponding Author Key Laboratory of Road and Traffic Engineering

More information

This paper s comparison tables use the notation in Figure 2, which should be self-explanatory in context.

This paper s comparison tables use the notation in Figure 2, which should be self-explanatory in context. ERTMS REGIOL AND NORTH AMERICAN DARK TERRITORY: A COMPARISON George Raymond, BA, MS, Independent Consultant, Railweb GmbH, Switzerland Ron Lindsey, BS, MBA, Independent Consultant, Communication Architecture,

More information

THEFUTURERAILWAY THE INDUSTRY S RAIL TECHNICAL STRATEGY 2012 CONTROL, COMMAND AND COMMUNICATION

THEFUTURERAILWAY THE INDUSTRY S RAIL TECHNICAL STRATEGY 2012 CONTROL, COMMAND AND COMMUNICATION THEFUTURERAILWAY THE INDUSTRY S RAIL TECHNICAL STRATEGY 2012 17 CONTROL, COMMAND AND COMMUNICATION Control centre optimises the positions of trains in real time Drivers receive information to optimise

More information

Production Management Modelling Based on MAS

Production Management Modelling Based on MAS International Journal of Automation and Computing 7(3), August 2010, 336-341 DOI: 10.1007/s11633-010-0512-x Production Management Modelling Based on MAS Li He 1 Zheng-Hao Wang 2 Ke-Long Zhang 3 1 School

More information

Hellmann Rail Solutions International. Product Presentation

Hellmann Rail Solutions International. Product Presentation Hellmann Rail Solutions International Product Presentation The Hellmann Network 443 offices in 157 countries Greater China with 25 Branches in 22 Cities Changchun Shenyang Beijing Tianjin Dalian Qingdao

More information

Applying RFID Hand-Held Device for Factory Equipment Diagnosis

Applying RFID Hand-Held Device for Factory Equipment Diagnosis Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 Applying RFID Hand-Held Device for Factory Equipment Diagnosis Kai-Ying Chen,

More information

Transportation Development Transition in China

Transportation Development Transition in China Chin. Geogra. Sci. 2012 Vol. 22 No. 3 pp. 319 333 doi: 10.1007/s11769-012-0538-9 www.springerlink.com/content/1002-0063 Transportation Development Transition in China JIN Fengjun 1, DING Jinxue 1, 2, WANG

More information

High Speed Train Rescheduling Based on an Improved Triangle Differential Algorithm

High Speed Train Rescheduling Based on an Improved Triangle Differential Algorithm O R I G I N A L A RT I C L E High Speed Train Rescheduling Based on an Improved Triangle Differential Algorithm Wenjing Deng 1 1.Science and Technology Development Strategy Research Institute Co. Ltd.

More information

SATLOC Innovative satellite based operation and management of low traffic lines

SATLOC Innovative satellite based operation and management of low traffic lines SATLOC Innovative satellite based operation and management of low traffic lines Dr Marc ANTONI UIC (Union Internationale des Chemins de fer) 17 rue Jean Rey 75015 PARIS antoni@uic.org Teodore GRADINARIU

More information

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 02, 2016 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 02, 2016 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 02, 2016 ISSN (online): 2321-0613 RFID Application for Railway Hazards Finding Mahesh R. Nimje 1 Prof. S.V. Bhalerao 2

More information

YARDMASTERS GUIDE. South Central Region

YARDMASTERS GUIDE. South Central Region PRR RDG WM YARDMASTERS GUIDE No. 7 Effective 12:01 AM, EASTERN STANDARD TIME, Wednesday, June 13, 1956 South Central Region FOR THE GOVERNMENT OF EMPLOYEES ONLY Jeffry A. Warner Superintendent Section

More information

INTEGRATED MANAGEMENT OF THE CONSTRUCTION PROJECT DURING THE BUILDING PHASE

INTEGRATED MANAGEMENT OF THE CONSTRUCTION PROJECT DURING THE BUILDING PHASE INTEGRATED MANAGEMENT OF THE CONSTRUCTION PROJECT DURING THE BUILDING PHASE Yun Na WU, Na YAO School of Business & Management, North China Electric Power University, Beijing 102206, China Abstract: Traditional

More information

UIC ERTMS Conference 2004 ERTMS Planning for the Future. M. Pottendorfer Alcatel TSD Austria December 2004

UIC ERTMS Conference 2004 ERTMS Planning for the Future. M. Pottendorfer Alcatel TSD Austria December 2004 UIC ERTMS Conference 2004 ERTMS Planning for the Future M. Pottendorfer Alcatel TSD Austria December 2004 > Business Aspects > ERTMS General aspects > Migration Presentation Outline > ERTMS benefits Railways

More information

A Web Service-Based Approach to Integrated Information Management for Railway Emergency Scenario

A Web Service-Based Approach to Integrated Information Management for Railway Emergency Scenario A Web Service-Based Approach to Integrated Information Management for Railway Emergency Scenario ZHANG Zhen-Hai 1*, XU Zhi-Long 1, ZHANG Yan-Peng 1, DANG Jian-Wu 1, SHEN Li-Xin 2 1 School of Automation

More information

9. Verification, Validation, Testing

9. Verification, Validation, Testing 9. Verification, Validation, Testing (a) Basic Notions (b) Dynamic testing. (c) Static analysis. (d) Modelling. (e) Environmental Simulation. (f) Test Strategies. (g) Tool support. (h) Independent Verification

More information

Network Safeworking Rules and Procedures

Network Safeworking Rules and Procedures Network Safeworking Rules and Procedures Operation of Switchlocks Procedure Number: 9024 Version 1.0, 31 March 2016 Operation of Switchlocks Procedure Number: 9024 Document Control Identification Document

More information

Campus Tracking System Based On IoT Yibiao Pi

Campus Tracking System Based On IoT Yibiao Pi Applied Mechanics and Materials Online: 2014-08-11 ISS: 1662-7482, Vols. 599-601, pp 1416-1419 doi:10.4028/www.scientific.net/amm.599-601.1416 2014 Trans Tech Publications, Switzerland Campus Tracking

More information

Vehicle Front Structure Energy Absorbing Optimization in Frontal Impact

Vehicle Front Structure Energy Absorbing Optimization in Frontal Impact Send Orders for Reprints to reprints@benthamscience.ae 168 The Open Mechanical Engineering Journal, 2015, 9, 168-172 Open Access Vehicle Front Structure Energy Absorbing Optimization in Frontal Impact

More information

Current and Future China s Railway Development

Current and Future China s Railway Development Current and Future China s Railway Development Zhang, Jianping Bureau of Development and Planning Ministry of Railways, P. R. China New Delhi, March 25, 2009 Main Contents Ⅰ.The Strategic Thinking of China

More information

DESIGN AND REALIZATION OF VEHICLE INTELLIGENT MANAGEMENT SYSTEM

DESIGN AND REALIZATION OF VEHICLE INTELLIGENT MANAGEMENT SYSTEM DESIGN AND REALIZATION OF VEHICLE INTELLIGENT MANAGEMENT SYSTEM 1 XUEHUA JIANG 1 Electric Vehicle & New Energy Technology Research Institute, Linyi University, Linyi, 276000, China E-mail: jxhyx@163.com

More information

Amberg Rail. The comprehensive solution for railway surveying. Why choose Amberg Rail surveying solutions?

Amberg Rail. The comprehensive solution for railway surveying. Why choose Amberg Rail surveying solutions? Amberg Rail The comprehensive solution for railway surveying Why choose Amberg Rail surveying solutions? Partnership Ease of use Scalability All-in-one Swiss quality AMBERG RAIL For all tasks in railway

More information

THE RESEARCH ON CHAIN POST LOGISTICS SUPPLY CHAIN EXECUTION SYSTEM

THE RESEARCH ON CHAIN POST LOGISTICS SUPPLY CHAIN EXECUTION SYSTEM THE RESEARCH ON CHAIN POST LOGISTICS SUPPLY CHAIN EXECUTION SYSTEM 1,2 XU WEI, 1,* CHONGYANG SHI, 1 HANTAO SHI 1 School of Computer Science, Beijing Institute of Technology, Beijing, China 2 China Postal

More information

A SaaS-Based Logistics Informatization Model for Specialized Farmers Cooperatives in China

A SaaS-Based Logistics Informatization Model for Specialized Farmers Cooperatives in China A SaaS-Based Logistics Informatization Model for Specialized Farmers Cooperatives in China Zhongqiang Liu, Kaiyi Wang *, Shufeng Wang, Feng Yang, and Xiandi Zhang Beijing Research Center for Information

More information

ARINC PROPRIETARY. Overview of PTC. Gary Pruitt Senior Director Advanced Technology Programs ARINC

ARINC PROPRIETARY. Overview of PTC. Gary Pruitt Senior Director Advanced Technology Programs ARINC ARINC PROPRIETARY Overview of PTC Gary Pruitt Senior Director Advanced Technology Programs ARINC Topics PTC History and Mandate PTC Functions ITC versus ACSES ITC PTC Architecture ACSES Architecture Interoperability

More information

Procedia - Social and Behavioral Sciences 138 ( 2014 )

Procedia - Social and Behavioral Sciences 138 ( 2014 ) Available online at www.sciencedirect.com ScienceDirect rocedia - Social and Behavioral Sciences 138 ( 2014 ) 332 339 The 9 th International Conference on Traffic & Transportation Studies (ICTTS 2014)

More information

Study on the thermal protection performance of superalloy honeycomb panels in high-speed thermal shock environments

Study on the thermal protection performance of superalloy honeycomb panels in high-speed thermal shock environments THEORETICAL & APPLIED MECHANICS LETTERS 4, 021004 (2014) Study on the thermal protection performance of superalloy honeycomb panels in high-speed thermal shock environments Dafang Wu, 1, a) Anfeng Zhou,

More information

Study on the method and procedure of logistics system modeling and simulation

Study on the method and procedure of logistics system modeling and simulation 2nd International Conference on Science and Social Research (ICSSR 2013) Study on the method and procedure of logistics system modeling and simulation Hongbo WANG 1, a, Zhongwei WANG 2,b 1 School of transportation

More information

Software Safety Testing Based on STPA

Software Safety Testing Based on STPA Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 80 (2014 ) 399 406 3 rd International Symposium on Aircraft Airworthiness, ISAA 2013 Software Safety Testing Based on STPA Changyong

More information

Railways/ Public Transport

Railways/ Public Transport ms Neumann Elektronik GmbH Railways/ Public Transport System Manufacturer and System Integrator for Information and Safety Technology TRAFFIC CONTROL CENTRES TRAIN STOPS/STATIONS PASSENGER INFORMATION

More information

International ejournals

International ejournals ISSN 2249 5460 Available online at www.internationalejournals.com International ejournals International Journal of Mathematical Sciences, Technology and Humanities 21 (2011) 205 212 ENERGY CONTROL CENTER

More information

Optimal High-Speed Passenger Transport Network with Minimal Integrated Construction and Operation Energy Consumption Based on Superstructure Model

Optimal High-Speed Passenger Transport Network with Minimal Integrated Construction and Operation Energy Consumption Based on Superstructure Model 319 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 52, 2016 Guest Editors: Petar Sabev Varbanov, Peng-Yen Liew, Jun-Yow Yong, Jiří Jaromír Klemeš, Hon Loong Lam Copyright 2016, AIDIC Servizi S.r.l.,

More information

Open Access Integration Design of Temperature Sensor and Double RFID Tag

Open Access Integration Design of Temperature Sensor and Double RFID Tag Send Orders for Reprints to reprints@benthamscience.net The Open Electrical & Electronic Engineering Journal, 2014, 8, 111-117 111 Open Access Integration Design of Temperature Sensor and Double RFID Tag

More information

Study on the Application of Advanced Power Electronics in Smart Grid

Study on the Application of Advanced Power Electronics in Smart Grid Study on the Application of Advanced Power Electronics in Smart Grid Ma Zhengyou Sichuan College of Architectural Technology Department of Electrical Engineering Deyang, Sichuan, China mazyzhengzy16@126.com

More information

Integrating New Cost Model into HMA-Based Grid Resource Scheduling

Integrating New Cost Model into HMA-Based Grid Resource Scheduling Integrating New Cost Model into HMA-Based Grid Resource Scheduling Jun-yan Zhang, Fan Min, and Guo-wei Yang College of Computer Science and Engineering, University of Electronic Science and Technology

More information

AN APPLICATION OF RFID IN MONITORING AGRICULTURAL MATERIAL PRODUCTS

AN APPLICATION OF RFID IN MONITORING AGRICULTURAL MATERIAL PRODUCTS A APPLICATIO OF RFID I MOITORIG AGRICULTURAL MATERIAL PRODUCTS Jianhui Du 1, 2, Peipei Li 1, Wanlin Gao 1,*, Dezhong Wang 1, Qing Wang 1, ilong Zhu 1 1 College of Information and Electrical Engineering,

More information

Control rules for dispatching trains on general networks with multiple train speeds

Control rules for dispatching trains on general networks with multiple train speeds Control rules for dispatching trains on general networks with multiple train speeds SHI MU and MAGED DESSOUKY* Daniel J. Epstein Department of Industrial and Systems Engineering University of Southern

More information

RFID-based Ticketing for Public Transport System: Perspective Megacity Dhaka

RFID-based Ticketing for Public Transport System: Perspective Megacity Dhaka RFID-based Ticketing for Public Transport System: Perspective Megacity Dhaka **Md. Foisal Mahedi Hasan, *Golam Tangim, *Md. Kafiul Islam, *Md. Rezwanul Haque Khandokar, ***Arif Ul Alam *Junior Lecturer,

More information

The Combined Model of Gray Theory and Neural Network which is based Matlab Software for Forecasting of Oil Product Demand

The Combined Model of Gray Theory and Neural Network which is based Matlab Software for Forecasting of Oil Product Demand The Combined Model of Gray Theory and Neural Network which is based Matlab Software for Forecasting of Oil Product Demand Song Zhaozheng 1,Jiang Yanjun 2, Jiang Qingzhe 1 1State Key Laboratory of Heavy

More information

Safety Functions in Railways - a Structural Analysis of Safety Rules

Safety Functions in Railways - a Structural Analysis of Safety Rules Preprint version of Harms-Ringdahl L. and Kecklund, L. Safety Functions in Railways - a Structural Analysis of Safety Rules. In Spitzer, U., Schmocker, U., and Dang, V.N. (eds.) Probabilistic Safety Assessment

More information

The UIC ERTMS REGIONAL project. On its way forward

The UIC ERTMS REGIONAL project. On its way forward The UIC ERTMS REGIONAL project On its way forward Poul Frøsig, UIC ETCS and ERTMS REGIONAL Project Manager The different type of rail operation (Scope extension of the TSI s) High-speed passenger trains

More information

Development of Level-of-Service Criteria based on a Single Measure for BRT in China

Development of Level-of-Service Criteria based on a Single Measure for BRT in China Development of Level-of-Service Criteria based on a Single Measure for BRT in China Yueying Huo Inner Mongolia University Jinhua Zhao Massachusetts Institute of Technology Jian Zhang and Feng Qiu Southeast

More information

Automated analysis of train event recorder data to improve micro-simulation models

Automated analysis of train event recorder data to improve micro-simulation models Operations Analysis 125 Automated analysis of train event recorder data to improve micro-simulation models S. de Fabris, G. Longo & G. Medeossi Department of Civil and Environmental Engineering, University

More information

Upgrading from a CTC into a CBTC system in a dense traffic heavyhaul

Upgrading from a CTC into a CBTC system in a dense traffic heavyhaul Upgrading from a CTC into a CBTC system in a dense traffic heavyhaul railroad 1. Vieira, Paulo Train Control Systems Expert (MRS Logística S.A.) 2. Bittencourt, Paulo Roberto Senior Project Manager (MRS

More information

Impact of CBTC and ECP Brakes on Capacity

Impact of CBTC and ECP Brakes on Capacity Impact of CBTC and ECP Brakes on Capacity Mark H. Dingler (Corresponding Author) Graduate Research Assistant Railroad Engineering Program Department of Civil and Environmental Engineering University of

More information

RESEARCH AND DEVELOPMENT OF THE INFORMATION MANAGEMENT SYSTEM OF AGRICULTURAL SCIENCE AND TECHNOLOGY TO FARMER BASED ON GIS

RESEARCH AND DEVELOPMENT OF THE INFORMATION MANAGEMENT SYSTEM OF AGRICULTURAL SCIENCE AND TECHNOLOGY TO FARMER BASED ON GIS RESEARCH AND DEVELOPMENT OF THE INFORMATION MANAGEMENT SYSTEM OF AGRICULTURAL SCIENCE AND TECHNOLOGY TO FARMER BASED ON GIS Hao Zhang 1, Lei Xi 1, Xinming Ma 1,2,*, Zhongmin Lu 3, Yali Ji 1, Yanna Ren

More information

TSI OPERATION AND TRAFFIC MANAGEMENT FINAL REPORT ON THE MERGING OF CONVENTIONAL RAIL AND HIGH SPEED TSIS

TSI OPERATION AND TRAFFIC MANAGEMENT FINAL REPORT ON THE MERGING OF CONVENTIONAL RAIL AND HIGH SPEED TSIS INTEROPERABILITY UNIT RATION AND TRAFFIC MANAGEMENT FINAL REPORT ON THE MERGING OF CONVENTIONAL RAIL AND HIGH SPEED TSIS Reference: ERA/CON/2011-02/INT Document type: Final report Version : 0.8 Date :

More information

Overview of Method for Reducing Grounding Resistance of Substation Grounding System

Overview of Method for Reducing Grounding Resistance of Substation Grounding System International Symposium on Computers & Informatics (ISCI 2015) Overview of Method for Reducing Grounding Resistance of Substation Grounding System Bin Tang 1, Xu Sun 2, Jiayong Zou 3,a 1 Fujian Provincial

More information

PSS E. High-Performance Transmission Planning Application for the Power Industry. Answers for energy.

PSS E. High-Performance Transmission Planning Application for the Power Industry. Answers for energy. PSS E High-Performance Transmission Planning Application for the Power Industry Answers for energy. PSS E architecture power flow, short circuit and dynamic simulation Siemens Power Technologies International

More information

An Approach to Predicting Passenger Operation Performance from Commuter System Performance

An Approach to Predicting Passenger Operation Performance from Commuter System Performance An Approach to Predicting Passenger Operation Performance from Commuter System Performance Bo Chang, Ph. D SYSTRA New York, NY ABSTRACT In passenger operation, one often is concerned with on-time performance.

More information

Tel (+49) , Fax (+49) ,

Tel (+49) , Fax (+49) , Corresponding author: Jörg Schacht Mailing address: Max-Planck-Institut für Plasmaphysik, Teilinstitut Greifswald, Wendelsteinstr. 1, D-17491 Greifswald, Tel (+49) 3834 882761, Fax (+49) 3834 882709, E-Mail:

More information

The Eurasian Rail Link. zhang zhao

The Eurasian Rail Link. zhang zhao The Eurasian Rail Link zhang zhao Trillion USD Expanding trade scale Between China and EU In 1975 the trade between China and EU only US$2.45 billion. In 2014 the trade volume is US$615.14 billion, 19%

More information

Container transportation between Asia and Europe via the Trans-Siberian Railway

Container transportation between Asia and Europe via the Trans-Siberian Railway F A R E A S T L A N D B R I D G E Container transportation between Asia and Europe via the Trans-Siberian Railway w w w. f e l b. w o r l d THE COMPANY FELB is the culmination of a seven year project to

More information

Research on the Construction of the Internet Plus Regional Logistics Model Qin XU

Research on the Construction of the Internet Plus Regional Logistics Model Qin XU 2nd International Conference on Education, Social Science, Management and Sports (ICESSMS 2016) Research on the Construction of the Internet Plus Regional Logistics Model Qin XU Wuhan Business University,

More information

Practical Application of Training tasks Based on Flexible Manufacturing System Hongmei Fan

Practical Application of Training tasks Based on Flexible Manufacturing System Hongmei Fan 3rd International Conference on Science and Social Research (ICSSR 2014) Practical Application of Training tasks Based on Flexible Manufacturing System Hongmei Fan School of Automation, Nanjing Institute

More information