CN101727529A - Accurate train simulation method based on shortest path algorithm - Google Patents

Accurate train simulation method based on shortest path algorithm Download PDF

Info

Publication number
CN101727529A
CN101727529A CN200910259953A CN200910259953A CN101727529A CN 101727529 A CN101727529 A CN 101727529A CN 200910259953 A CN200910259953 A CN 200910259953A CN 200910259953 A CN200910259953 A CN 200910259953A CN 101727529 A CN101727529 A CN 101727529A
Authority
CN
China
Prior art keywords
train
station
running
shortest path
platform
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN200910259953A
Other languages
Chinese (zh)
Inventor
黄柒光
陈卫华
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Casco Signal Ltd
Original Assignee
Casco Signal Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Casco Signal Ltd filed Critical Casco Signal Ltd
Priority to CN200910259953A priority Critical patent/CN101727529A/en
Publication of CN101727529A publication Critical patent/CN101727529A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Train Traffic Observation, Control, And Security (AREA)

Abstract

The invention relates to an accurate train simulation method based on a shortest path algorithm. The method comprises the following steps of (1) starting to calculate the running curve and running speed of a train in next stage when the train arrives a railway station; (2) obtaining a distance between adjacent stations according to a given railway traffic line drawing and sending a departure station and a destination station of the simulation running of the train to a simulation system by an ATS system; (3) regarding the railway traffic line drawing as a network topology map and carrying out data structurization for a real running line; (4) calculating a weight value of the train from the departure station to the destination station; (5) calculating a shortest path from the departure station to the destination station according to the Dijkstra algorithm, which is a running curve; and (6) calculating running speeds of the train at all positions according to the train running time of the train send by the ATS system to the simulation system and by considering parameters of turnouts, slope, path bends and the like. Compared with the prior art, the invention has the advantages of accuracy, conciseness, easy extensibility and the like.

Description

A kind of accurate train simulation method based on shortest path first
Technical field
The present invention relates to the city railway train emulation mode, especially relate to a kind of accurate train simulation method based on shortest path first.
Background technology
Generally, during the emulation train operation, need to specify the running route of train, working time, analogue system calculates the range ability of train then, travelling speed, calculate the condition precedent that the train operating path is the train simulation operation, the system of general emulation train operation, in known train operation starting point, under the situation of the end of run, carry out the emulation of train operation according to track traffic actual track figure, however the general more complicated all of actual track traffic route figure, loaded down with trivial details, the train simulation operation need be by searching configuration file (generating according to track traffic actual track figure), find the actual motion path of operation starting point, calculate the speed of train operation distance and each position according to operating path to the end of run.Like this, configuration file based on the actual track traffic route is important, if website is many, the configuration file that disposes so between any two stations also will be a lot, reach the Cn2 rank, station of every increase, the running route that needs all stations of configuration and this station, configuration file is just more loaded down with trivial details like this, and poor expandability has increased complexity for the emulation of train operation.
Summary of the invention
Purpose of the present invention is exactly to provide a kind of accurate train simulation method based on shortest path first for the defective that overcomes above-mentioned prior art existence.
Purpose of the present invention can be achieved through the following technical solutions:
A kind of accurate train simulation method based on shortest path first is characterized in that, this method may further comprise the steps:
1) train arrival begins to calculate next stage operation curve, travelling speed;
2) put figure according to given rail line, obtain the distance between the adjacent station, and the ATS system sends to analogue system with the station of setting out, the arrival station that train simulation moves;
3) rail line is put figure and be considered as network topological diagram, the actual motion circuit carry out data structureization;
4) calculate the weights of train follow the adjacent station the arrival station of standing;
5) according to the Di Jiesitela algorithm computation shortest path at arrival station, the i.e. operation curve of standing that set out;
6) send to the Train Schedule of analogue system in conjunction with the ATS system, consider parameters such as track switch, the gradient, bend, calculate the travelling speed of train in each position.
Weights in the described step 4) are the distance between two stations.
Compared with prior art, the present invention has the following advantages:
1, accuracy: emulation train operation more accurately, the more operation of real simulated train;
2, terseness: do not need loaded down with trivial details configuration all actual motion route and distances, only need the distance between the adjacent station of simple configuration;
3, easy extendability: rail line figure, platform of every increase only need configure this platform and get final product to the distance of adjacent platform, does not need to dispose the distance that this platform arrives all platforms.
Description of drawings
Fig. 1 is the operational flow diagram of a kind of accurate train simulation method based on shortest path first of the present invention;
Fig. 2 is the track traffic network sketch of a kind of accurate train simulation method based on shortest path first of the present invention.
Embodiment
The present invention is described in detail below in conjunction with the drawings and specific embodiments.
Embodiment
As shown in Figure 1 and Figure 2, a kind of accurate train simulation method based on shortest path first, this method may further comprise the steps:
Step 101, train arrival begins to calculate next stage operation curve, travelling speed;
Step 102 is put figure according to given rail line, obtains the distance between the adjacent station, and the ATS system sends to analogue system with the station of setting out, the arrival station that train simulation moves;
Step 103, rail line is put figure be considered as network topological diagram, the actual motion circuit carry out data structureization: figure is considered as network topological diagram with the whole rail traffic route, each platform of rail line figure is as a node, content comprises the node index, node name is the platform name, the station sequence number, the platform sequence number, adjacent station number, and concrete adjacent station information, adjacent station information is as a chained list, comprise node ID, weights i.e. distance between two stations, and the line alignment between adjacent two platforms is considered as a directed edge, if promptly platform A has route to platform B, distance between then looking is the A-B weights, if platform A does not have route promptly to look the weights of A-B for infinitely great to platform B.
Step 104 is calculated the weights of train follow the adjacent station the arrival station of standing;
Step 105, according to the Di Jiesitela algorithm computation shortest path at arrival station, the i.e. operation curve of standing that set out: supposition train departure's point is platform A, the train point of arrival is platform D, jumps at intermediate platform and stops, and does not stop, wherein platform A is adjacent with platform B, and line alignment is A-B, and distance is Kab; Platform E is adjacent with platform C, and line alignment is two-way E-C, C-E, and promptly platform E is platform or the conversion rail platform of turning back, and distance is Kec; Platform C is adjacent with platform F, and line alignment is C-F, and distance is Kcf; Platform F is adjacent with platform A, and line alignment is F-A, and distance is Kfa; Platform B is adjacent with platform D, and line alignment is B-D, and distance is Kbd; Platform B is adjacent with platform C, and line alignment is two-way B-C, and distance is Kbc; As shown in Figure 2, can calculate platform A to all running route schemes of platform D, scheme 1:A-B-D, scheme 2:A-B-C-E-D, can calculate the range ability of every operating path scheme in conjunction with the distance between the adjacent platform, by comparing, can find out from platform A to platform D is the shortest running route of terminal point, and promptly starting point is to point of arrival operating path and distance.
Step 106 sends to the Train Schedule of analogue system in conjunction with the ATS system, considers parameters such as track switch, the gradient, bend, calculates the travelling speed of train in each position.

Claims (2)

1. the accurate train simulation method based on shortest path first is characterized in that, this method may further comprise the steps:
1) train arrival begins to calculate next stage operation curve, travelling speed;
2) put figure according to given rail line, obtain the distance between the adjacent station, and the ATS system sends to analogue system with the station of setting out, the arrival station that train simulation moves;
3) rail line is put figure and be considered as network topological diagram, the actual motion circuit carry out data structureization;
4) calculate the weights of train follow the adjacent station the arrival station of standing;
5) according to the Di Jiesitela algorithm computation shortest path at arrival station, the i.e. operation curve of standing that set out;
6) send to the Train Schedule of analogue system in conjunction with the ATS system, consider parameters such as track switch, the gradient, bend, calculate the travelling speed of train in each position.
2. a kind of accurate train simulation method based on shortest path first according to claim 1 is characterized in that the weights in the described step 4) are the distance between two stations.
CN200910259953A 2009-12-24 2009-12-24 Accurate train simulation method based on shortest path algorithm Pending CN101727529A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910259953A CN101727529A (en) 2009-12-24 2009-12-24 Accurate train simulation method based on shortest path algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910259953A CN101727529A (en) 2009-12-24 2009-12-24 Accurate train simulation method based on shortest path algorithm

Publications (1)

Publication Number Publication Date
CN101727529A true CN101727529A (en) 2010-06-09

Family

ID=42448410

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910259953A Pending CN101727529A (en) 2009-12-24 2009-12-24 Accurate train simulation method based on shortest path algorithm

Country Status (1)

Country Link
CN (1) CN101727529A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109086909A (en) * 2018-06-05 2018-12-25 江苏大学 A kind of general ticketing method that the scrappy vacant seat of delivery vehicle is fully utilized
CN110032120A (en) * 2019-04-29 2019-07-19 江苏科技大学 A kind of floating beacon coordinate control device, method and system
CN110795868A (en) * 2019-11-19 2020-02-14 通号城市轨道交通技术有限公司 Train operation simulation data processing method and device based on urban rail transit
CN111076723A (en) * 2019-11-27 2020-04-28 何秀华 Rail transit route planning method and planning device
CN111728826A (en) * 2020-05-07 2020-10-02 曼纽科健康产业(广州)有限公司 Control method and system for track path planning

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109086909A (en) * 2018-06-05 2018-12-25 江苏大学 A kind of general ticketing method that the scrappy vacant seat of delivery vehicle is fully utilized
CN110032120A (en) * 2019-04-29 2019-07-19 江苏科技大学 A kind of floating beacon coordinate control device, method and system
CN110795868A (en) * 2019-11-19 2020-02-14 通号城市轨道交通技术有限公司 Train operation simulation data processing method and device based on urban rail transit
CN110795868B (en) * 2019-11-19 2020-12-01 通号城市轨道交通技术有限公司 Train operation simulation data processing method and device based on urban rail transit
CN111076723A (en) * 2019-11-27 2020-04-28 何秀华 Rail transit route planning method and planning device
CN111728826A (en) * 2020-05-07 2020-10-02 曼纽科健康产业(广州)有限公司 Control method and system for track path planning

Similar Documents

Publication Publication Date Title
Zhou et al. Joint optimization of high-speed train timetables and speed profiles: A unified modeling approach using space-time-speed grid networks
CN103149576B (en) Map matching method of floating car data
CN101727529A (en) Accurate train simulation method based on shortest path algorithm
JP2013511095A5 (en)
CN107687859A (en) Most short method for searching based on A star algorithms
CN102346042B (en) Real time road condition based route planning method and service equipment thereof
Antsfeld et al. Finding multi-criteria optimal paths in multi-modal public transportation networks using the transit algorithm
CN104867329A (en) Vehicle state prediction method of Internet of vehicles
CN103863365A (en) Method for generating track traffic route topological graph by directed graph method
CN101944288A (en) Method for setting stop stations of urban bus line
CN104156459A (en) Efficient path-finding method and system based on the same cost grids
CN110516354A (en) A kind of method, apparatus automatically generating yards design and computer-readable medium
CN102062608B (en) Alternative path planning method and navigation terminal
CN110260865A (en) A kind of ultra-high voltage transformer station fortune inspection route planning method
CN101587650A (en) GPS bus transfering navigation method and system thereof
CN104703235A (en) Terminal handover method under high-speed moving
JP2013148486A (en) Moving-vehicle estimation method for estimating user-riding moving vehicle, mobile terminal, and program
CN105371859A (en) Navigation guidance system and method based on lane grades of safe driving map
CN104504894A (en) Operating vehicle shift calculation algorithm based on Beidou positioning
CN103309932A (en) Path searching method and path searching device
CN104575085A (en) Public bus arrival dynamic inducing method and device based on floating buses
CN103258440A (en) Algorithm for restoring wheel path based on road attributes and real-time road conditions
CN115511213A (en) Path optimization method, device, medium and system for transporting hydroelectric equipment
CN111055889A (en) Dynamic calculation method for train operation path
CN111098897A (en) Train operation route selection method for railway junction station

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Open date: 20100609