WO2020062844A1 - Method for calculating vehicle-mounted speed curve for avoiding emergency triggering - Google Patents

Method for calculating vehicle-mounted speed curve for avoiding emergency triggering Download PDF

Info

Publication number
WO2020062844A1
WO2020062844A1 PCT/CN2019/083373 CN2019083373W WO2020062844A1 WO 2020062844 A1 WO2020062844 A1 WO 2020062844A1 CN 2019083373 W CN2019083373 W CN 2019083373W WO 2020062844 A1 WO2020062844 A1 WO 2020062844A1
Authority
WO
WIPO (PCT)
Prior art keywords
deceleration
curve
train
speed
segment
Prior art date
Application number
PCT/CN2019/083373
Other languages
French (fr)
Chinese (zh)
Inventor
刘栋青
沙硕
孙野
孙可
沈涛
张韦
Original Assignee
湖南中车时代通信信号有限公司
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 湖南中车时代通信信号有限公司 filed Critical 湖南中车时代通信信号有限公司
Publication of WO2020062844A1 publication Critical patent/WO2020062844A1/en

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course or altitude of land, water, air, or space vehicles, e.g. automatic pilot
    • G05D1/02Control of position or course in two dimensions
    • G05D1/021Control of position or course in two dimensions specially adapted to land vehicles
    • G05D1/0212Control of position or course in two dimensions specially adapted to land vehicles with means for defining a desired trajectory
    • G05D1/0223Control of position or course in two dimensions specially adapted to land vehicles with means for defining a desired trajectory involving speed control of the vehicle
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B61RAILWAYS
    • B61CLOCOMOTIVES; MOTOR RAILCARS
    • B61C17/00Arrangement or disposition of parts; Details or accessories not otherwise provided for; Use of control gear and control systems

Definitions

  • the invention relates to the field of train operation control systems, and in particular, to a method for calculating an on-vehicle speed curve of an on-board ATP (Automatic Train) system of a train control system to avoid triggering an emergency stop.
  • on-board ATP Automatic Train
  • ATO Automatic Train Operation
  • its main function is to use the on-board and ground information to automatically control the train's operation, to achieve automatic adjustment of the train's running speed and maintain the best operating state, complete timing, fixed-point parking
  • automatic Functions such as door opening and closing control can reduce the labor intensity of the driver and maximize energy savings.
  • a method for calculating a deceleration curve of a train includes:
  • a second-order Bézier curve is calculated as the deceleration curve based on the determined feature points.
  • an automatic train protection device including:
  • An input interface for receiving input information from an external device, the input including ground device-related input information and train-related input information;
  • a processor configured to:
  • the deceleration model including a plurality of speed-deceleration corresponding segments
  • An output interface is used to output a corresponding train braking instruction based on the calculated deceleration.
  • the curve method based on the second-order Bézier curve real-time calculation of the present invention to avoid triggering an emergency stop solves the following
  • the method for real-time calculation of the on-vehicle speed curve to avoid triggering an emergency stop of the present invention can solve the problem that the speed curve of the train is not smooth for efficiency in the prior art, effectively avoiding excessive wear of the brake and saving traction energy.
  • FIG. 1 is a flowchart of a method for calculating a train deceleration curve according to an embodiment of the present invention.
  • FIG. 2 is a schematic diagram of a deceleration model according to an embodiment of the present invention.
  • FIG. 3 is a flowchart of an example method 300 for processing a deceleration model according to one embodiment of the present invention.
  • FIG. 4 is a schematic diagram of an example method of obtaining an actual maximum speed limit curve of a line according to an embodiment of the present invention.
  • FIG. 5 is a schematic diagram of an exemplary method of obtaining feature points required for a second-order Bézier curve according to an embodiment of the present invention.
  • FIG. 6 is a schematic diagram of applying an example method for obtaining characteristic points required for a second-order Bézier curve to calculate a speed curve according to an embodiment of the present invention.
  • FIG. 7 is a schematic structural diagram of a train automatic protection device 700 according to an embodiment of the present invention.
  • FIG. 1 is a flowchart of a method 100 for calculating a train deceleration curve according to an embodiment of the present invention.
  • the method 100 starts at 102 and a deceleration model is established based on the inputs.
  • External input information mainly includes input information related to ground equipment and train related input information.
  • Ground equipment-related input information is the input obtained from a trackside message (such as a wireless message or a transponder message). Such input includes but is not limited to:
  • Train-related input information is also input obtained from train data.
  • Such inputs include, but are not limited to:
  • a deceleration model can be established based on the above inputs.
  • a deceleration model as shown in FIG. 2 can be drawn in stages according to each input.
  • FIG. 2 is a schematic diagram of an exemplary deceleration model according to an embodiment of the present invention.
  • the horizontal axis is the real-time train speed V (km / h)
  • the vertical axis is the calculated train braking deceleration (m / s 2 ).
  • the curve in this example deceleration model includes multiple speed-deceleration corresponding segments, and is divided into 5 segments.
  • the decelerations are closely combined into one segment.
  • the merged deceleration value is calculated based on the minimum value of each segment before the merge to ensure safety.
  • FIG. 3 is a flowchart of an example method 300 for processing a deceleration model according to one embodiment of the present invention.
  • the method 300 begins at step 302 with input determination.
  • the inputs here may be ground equipment related input information and train related input information as previously described in connection with FIG. 1.
  • the speed and deceleration correspondence table may be a deceleration model calculated based on the input determined in step 302 as described in FIG. 2.
  • the method 300 proceeds to step 306 to determine whether there are too many segments included in the deceleration model, such as whether it is greater than a predetermined threshold.
  • the deceleration model may be set to be divided into a maximum of 7 segments. Therefore, in this step, it can be judged whether the segments included in the deceleration model are larger than 7 segments.
  • Step 308 may further include determining whether the decelerations of the adjacent segments are close based on whether the difference in the decelerations of the adjacent segments is less than a predetermined threshold. This threshold can be set appropriately according to the actual situation. After merging adjacent segments with deceleration close, the method 300 ends.
  • the included segment is less than or equal to a predetermined threshold (“No”, for example, 7 segments or less), it means that segment consolidation is not required, and the method 300 ends.
  • a predetermined threshold for example, 7 segments or less
  • the method of the present invention further smoothes this deceleration model. More specifically, the method 100 proceeds to step 104 to determine a second-order Bézier curve feature point for a segment corresponding to the current vehicle speed.
  • the characteristic points of the second-order Bézier curve it is necessary to find the real-time calculation based on the second-order Bézier curve for each speed segment of the MRSP of the Most Restrictive Speed Profile of the static line.
  • the characteristic point of the braking curve it is necessary to find the real-time calculation based on the second-order Bézier curve for each speed segment of the MRSP of the Most Restrictive Speed Profile of the static line.
  • FIG. 4 is a schematic diagram of an actual maximum speed limit curve of a line according to an embodiment of the present invention. As shown in FIG. 4, the horizontal axis represents the position (indicated by the distance d), and the vertical axis represents the speed V. In FIG. 4, there are speed limit curves for different kinds of trains. MRSP is a curve formed by the minimum value of each speed limit at any given position.
  • FIG. 5 is a schematic diagram of feature points of a second-order Bézier curve according to an embodiment of the present invention. As shown in FIG. 5, let P 0 , P 0 2 , and P 2 be three different points in sequence on a parabola. If the two tangent lines at points P 0 and P 2 intersect at point P 1 , the tangent lines at point P 0 2 intersect P 0 P 1 and P 2 P 1 at P 0 1 and P 1 1 , so that the following ratio holds:
  • the curve is a second-order Bézier curve.
  • P 0 1 (1-t) * P 0 + t * P 1 ;
  • P 1 1 (1-t) * P 1 + t * P 2 ;
  • P 0 2 (1-t) * P 0 1 + t * P 1 1 ;
  • step 104 to calculate the deceleration that needs to be applied, the distance and speed restrictions must be considered, that is, how many distances from the current line position to decelerate from the current speed to how fast, and calculate the smooth deceleration accordingly. curve. Therefore, in step 104, the feature points required for determining the second-order Bézier curve may be obtained for each speed drop point as described below.
  • FIG. 6 is a schematic diagram of applying the above-mentioned exemplary method of obtaining the characteristic points required for the second-order Bézier curve to the calculation of the speed curve according to an embodiment of the present invention.
  • the required second-order Bézier curve feature points are P 0 , P 1 , and P 2 , where P 0 is the earliest train that needs to start deceleration derived from the minimum deceleration extracted by the deceleration model in the current segment MRSP. Position, P 1 is the intersection of the current segment and the next MRSP segment, and P 2 is the starting point of the next segment MRSP.
  • step 106 calculates the second-order Bézier curve in real time based on the second-order Bézier curve.
  • the characteristic points of the second-order Bézier curve for example, P 0 , P 1 , and P 2 in FIG. 6
  • P 0 2 (1-t) 2 * P 0 + 2t * (1- t) * P 1 + t 2 * P 2 (t ranges from 0 to 1). All points on the curve are calculated.
  • This curve is a smooth and efficient train braking curve, so as to avoid triggering an emergency stop. It can be seen from FIG. 6 that the braking curve provided to the ATP by the present invention is smoother than the braking curve obtained by actually using the reverse acceleration of all positions, and the calculation process is simpler and more efficient. After the train braking curve is calculated, the method 100 ends. Then, the train can calculate the deceleration to be applied based on the deceleration curve, thereby controlling the train to decelerate smoothly.
  • a deceleration model may be further established for emergency braking and common braking. More specifically, the emergency braking deceleration EBD (Emergency Brake Deceleration) curve and the common braking deceleration SBD (Service Brake Deceleration) curve can be calculated using the rapid braking deceleration and the common braking deceleration respectively according to the algorithm of the present invention, and According to the EBD curve and SBD curve, determine the emergency braking intervention curve EBI (Emergency and Brake Intervention) curve, commonly used braking intervention curve SBI (Service Brake Intervention) curve, allowable speed P (Permitted speed) curve, alarm W (Warning) curve and prompt I (Indication) curve.
  • EBI Emergency braking intervention curve
  • SBI Service Brake Intervention
  • FIG. 7 is a schematic structural diagram of a train automatic protection device 700 according to an embodiment of the present invention. As shown in FIG. 7, the train automatic protection device 700 includes at least an input interface 702, a processor 704, and an output interface 706.
  • the input interface 702 may be used to receive input information from an external device. As described earlier, the input information includes ground equipment related input information and train related input information.
  • the processor 704 may be configured to perform calculations of a train deceleration curve. For example, as previously described in connection with FIG. 1, performing calculation of a train deceleration curve may include establishing a deceleration model based on the input, where the deceleration model may include multiple speed-deceleration corresponding segments, and for the points corresponding to the current speed Segment, determining a characteristic point of the second-order Bézier curve, and calculating a second-order Bézier curve based on the determined characteristic point as the deceleration curve. The processor 704 may be further configured to calculate a deceleration to be applied based on the deceleration curve.
  • the output interface 706 can be used to output a train braking instruction based on the calculated deceleration, and is used to implement a smooth deceleration of the train.

Abstract

A method for calculating a deceleration curve of a train, comprising: establishing a deceleration model according to an input (102), the input comprising ground equipment-related input information and train-related input information, and the deceleration model comprising a plurality of speed-deceleration corresponding segments; determining a characteristic point of a second-order Bézier curve for the segment corresponding to the present speed (104); and calculating the second-order Bézier curve as a deceleration curve based on the determined characteristic point (106).

Description

一种避免触发紧急的车载速度曲线计算方法Calculation method of vehicle speed curve to avoid triggering emergency 技术领域Technical field
本发明涉及列车运行控制系统领域,具体涉及用于列车控制系统车载ATP(Automatic Train Protection)系统的计算避免触发紧急停车的车载速度曲线的方法。The invention relates to the field of train operation control systems, and in particular, to a method for calculating an on-vehicle speed curve of an on-board ATP (Automatic Train) system of a train control system to avoid triggering an emergency stop.
背景技术Background technique
列车自动驾驶系统(Automatic Train Operation,简称ATO),其主要功能是利用车载及地面信息对列车运行进行自动控制,实现列车自动调整运行速度并保持在最佳运行状态,完成定时、定点停车、自动开关门控制等功能,可以降低司机的劳动强度,并最大限度地节约能源。随着我国轨道交通事业的发展,ATO在城市轨道交通、城际轨道交通信号系统等领域大量运用,其重要程度日渐凸显,特别是对其系统安全性、可靠性和可用性提出了更高的要求。Train automatic driving system (Automatic Train Operation) (ATO), its main function is to use the on-board and ground information to automatically control the train's operation, to achieve automatic adjustment of the train's running speed and maintain the best operating state, complete timing, fixed-point parking, automatic Functions such as door opening and closing control can reduce the labor intensity of the driver and maximize energy savings. With the development of China's rail transit industry, ATO has been widely used in urban rail transit, intercity rail transit signal systems and other fields, and its importance has become increasingly prominent, especially with higher requirements for system safety, reliability and availability. .
《高速列车速度监控曲线研究》(ISSN:1673-4440 CN:11-5423/U,《铁路通信信号工程技术》杂志,2014年12月)描述了针对高速列车的速度监控曲线的一些研究,然而该文章中存在的问题为:生成的曲线不够平滑,从而可能造成列车减速过程中的制动过度磨损。"High Speed Train Speed Monitoring Curve Research" (ISSN: 1673-4440 CN: 11-5423 / U, "Railway Communication Signal Engineering Technology" Magazine, December 2014) describes some researches on high speed train speed monitoring curves, however The problem in this article is that the generated curve is not smooth enough, which may cause excessive brake wear during the deceleration of the train.
发明内容Summary of the Invention
提供本发明内容以便以简化形式介绍将在以下具体实施方式中进一步描述的一些概念。本发明内容并非旨在标识所要求保护的主题的关键特征或必要特征,也不旨在用于帮助确定所要求保护的主题的范围。This summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used as an aid in determining the scope of the claimed subject matter.
根据本发明的一个实施例,提供了一种用于计算列车的减速曲线的方法,所述方法包括:According to an embodiment of the present invention, a method for calculating a deceleration curve of a train is provided. The method includes:
根据输入建立减速模型,所述输入包括地面设备相关输入信息和列车相关输入信息,所述减速模型包括多个速度-减速度对应分段;Establishing a deceleration model based on inputs, the inputs including ground equipment related input information and train related input information, the deceleration model including multiple speed-deceleration corresponding segments;
针对当前速度所对应的分段,确定二阶Bézier曲线的特征点;以及Determine the characteristic points of the second-order Bézier curve for the segment corresponding to the current speed; and
基于所确定的特征点计算二阶Bézier曲线作为所述减速曲线。A second-order Bézier curve is calculated as the deceleration curve based on the determined feature points.
根据本发明的又一实施例,还提供了一种列车自动防护设备,包括:According to another embodiment of the present invention, an automatic train protection device is also provided, including:
输入接口,用于从外部设备接收输入信息,所述输入包括地面设备相关输入信息和列车相关输入信息;An input interface for receiving input information from an external device, the input including ground device-related input information and train-related input information;
处理器,所述处理器被配置成:A processor configured to:
根据所述输入建立减速模型,所述减速模型包括多个速度-减速度对应分段;Establishing a deceleration model according to the input, the deceleration model including a plurality of speed-deceleration corresponding segments;
针对当前速度所对应的分段,确定二阶Bézier曲线的特征点;Determine the characteristic points of the second-order Bézier curve for the segment corresponding to the current speed;
基于所确定的特征点计算二阶Bézier曲线作为所述减速曲线;以及Calculating a second-order Bézier curve as the deceleration curve based on the determined feature points; and
基于所述减速曲线计算要施加的减速度;以及Calculating a deceleration to be applied based on the deceleration curve; and
输出接口,用于基于所计算出的减速度输出相应的列车制动指令。An output interface is used to output a corresponding train braking instruction based on the calculated deceleration.
本发明的基于二阶Bézier曲线实时计算避免触发紧急停车的曲线方法,解决了以下的The curve method based on the second-order Bézier curve real-time calculation of the present invention to avoid triggering an emergency stop solves the following
技术问题:technical problem:
1.确定根据不同的参数配置生成相对应的列车减速模型,并用于生成制动曲线。1. Determine that the corresponding train deceleration model is generated according to different parameter configurations and used to generate the braking curve.
2.在减速模型的每段速度段中查找基于二阶贝塞尔(Bézier)曲线实时计算制动曲线的特征点。2. Find the characteristic points of the braking curve calculated in real time based on the second-order Bézier curve in each speed segment of the deceleration model.
3.基于二阶Bézier曲线实时计算避免触发紧急停车的制动曲线。3. Based on the second-order Bézier curve, calculate the braking curve in real time to avoid triggering an emergency stop.
与现有技术相比,本发明的实时计算避免触发紧急停车的车载速度曲线的方法能够解决现有技术中为寻求效率导致列车速度曲线不够平滑的问题,有效避免制动的过度磨损和节省牵引能量。Compared with the prior art, the method for real-time calculation of the on-vehicle speed curve to avoid triggering an emergency stop of the present invention can solve the problem that the speed curve of the train is not smooth for efficiency in the prior art, effectively avoiding excessive wear of the brake and saving traction energy.
通过阅读下面的详细描述并参考相关联的附图,这些及其他特点和优点将变得显而易见。应该理解,前面的概括说明和下面的详细描述只是说明性的,不会对所要求保护的各方面形成限制。These and other features and advantages will become apparent by reading the following detailed description and referring to the associated drawings. It should be understood that the foregoing general description and the following detailed description are merely illustrative and do not limit the various aspects claimed.
附图说明BRIEF DESCRIPTION OF THE DRAWINGS
为了能详细地理解本发明的上述特征所用的方式,可以参照各实施例来对以上简要概述的内容进行更具体的描述,其中一些方面在附图中示出。然而应该注意,附图仅示出了本发明的某些典型方面,故不应被认为限定其范围,因为该描述可以允许有其它等同有效的方面。In order to be able to understand the manner in which the above features of the present invention are used in detail, the contents briefly summarized above may be described with reference to various embodiments, some of which are shown in the drawings. It should be noted, however, that the drawings show only some typical aspects of the invention and should not be considered as limiting its scope, as the description may allow other equally effective aspects.
图1是根据本发明的一个实施例的计算列车减速曲线的方法的流程图。FIG. 1 is a flowchart of a method for calculating a train deceleration curve according to an embodiment of the present invention.
图2是根据本发明的一个实施例的减速模型的示意图。FIG. 2 is a schematic diagram of a deceleration model according to an embodiment of the present invention.
图3是根据本发明的一个实施例的对于减速模型进行处理的示例方法300的流程图。FIG. 3 is a flowchart of an example method 300 for processing a deceleration model according to one embodiment of the present invention.
图4是根据本发明的一个实施例的获得线路的实际最限制速度曲线的示例方法的示意图。FIG. 4 is a schematic diagram of an example method of obtaining an actual maximum speed limit curve of a line according to an embodiment of the present invention.
图5是根据本发明的一个实施例的获得二阶Bézier曲线所需特征点的示例方法的示意图。FIG. 5 is a schematic diagram of an exemplary method of obtaining feature points required for a second-order Bézier curve according to an embodiment of the present invention.
图6是根据本发明的一个实施例的将获得二阶Bézier曲线所需特征点的示例方法应用于计算速度曲线的示意图。FIG. 6 is a schematic diagram of applying an example method for obtaining characteristic points required for a second-order Bézier curve to calculate a speed curve according to an embodiment of the present invention.
图7是根据本发明的一个实施例的列车自动防护设备700的结构示意图。FIG. 7 is a schematic structural diagram of a train automatic protection device 700 according to an embodiment of the present invention.
具体实施方式detailed description
下面结合附图详细描述本发明,本发明的特点将在以下的具体描述中得到进一步的显现。The present invention is described in detail below with reference to the accompanying drawings. The features of the present invention will be further apparent in the following detailed description.
图1是根据本发明的一个实施例的计算列车减速曲线的方法100的流程图。FIG. 1 is a flowchart of a method 100 for calculating a train deceleration curve according to an embodiment of the present invention.
方法100开始于102,根据输入建立减速模型。车载ATP设备要实现速度控制功能,需要外部设备提供相应的输入信息。外部输入信息主要包括地面设备相关输入信息和列车相关输入信息。地面设备相关输入信息也就是从轨旁发送消息(诸如无线消息或应答器报文)中获得的输入,这类输入包括但不限于:The method 100 starts at 102 and a deceleration model is established based on the inputs. To realize the speed control function of the vehicle ATP device, external devices need to provide corresponding input information. External input information mainly includes input information related to ground equipment and train related input information. Ground equipment-related input information is the input obtained from a trackside message (such as a wireless message or a transponder message). Such input includes but is not limited to:
(a)轨旁相关速度限制;(a) Relevant speed limits beside the track;
(b)坡度;(b) the slope;
(c)制动抑制相关的轨道条件;(c) track conditions related to brake suppression;
(d)无电区段相关的轨道条件;(d) the orbital conditions associated with the non-electrical sector;
(e)降低粘着条件;(e) reduce sticking conditions;
(f)特定的速度和距离限制;以及(f) specific speed and distance limits; and
(g)国家值。(g) National values.
列车相关输入信息也就是从列车数据中获得的输入,这类输入包括但不限于:Train-related input information is also input obtained from train data. Such inputs include, but are not limited to:
(a)牵引模型;(a) traction model;
(b)制动模型或制动比率;(b) the braking model or braking ratio;
(c)制动位置;(c) the braking position;
(d)特殊制动;(d) special braking;
(e)常用制动;(e) Common braking;
(f)切牵引接口;(f) Cut the traction interface;
(g)车载修正因子;(g) vehicle correction factor;
(h)正向转动惯量;(h) positive moment of inertia;
(i)列车长度;(i) train length;
(j)速度和距离监控的固定值;以及(j) fixed values for speed and distance monitoring; and
(k)列车相关速度限制(比如最大列车速度)。(k) Train-related speed limits (such as maximum train speed).
根据以上的输入可建立减速模型,例如可以根据各输入分段绘制如图2所示的减速模型。A deceleration model can be established based on the above inputs. For example, a deceleration model as shown in FIG. 2 can be drawn in stages according to each input.
图2是根据本发明的一个实施例的示例性减速模型的示意图。图2中横轴为列车实时速度V(km/h),纵轴为计算出的列车制动的减速度(m/s 2)。在图2中可以看到,该示例减速模型中曲线包括多个速度-减速度对应分段,并且被分为5段。可选地,如果速度和减速度对应的分段过多,则需要对其进行预处理,将减速度接近的合并为一段。合并后的减速度值按合并前的各分段中的最小值计算,以确保安全。 FIG. 2 is a schematic diagram of an exemplary deceleration model according to an embodiment of the present invention. In FIG. 2, the horizontal axis is the real-time train speed V (km / h), and the vertical axis is the calculated train braking deceleration (m / s 2 ). As can be seen in Figure 2, the curve in this example deceleration model includes multiple speed-deceleration corresponding segments, and is divided into 5 segments. Optionally, if there are too many segments corresponding to the speed and the deceleration, they need to be pre-processed, and the decelerations are closely combined into one segment. The merged deceleration value is calculated based on the minimum value of each segment before the merge to ensure safety.
图3是根据本发明的一个实施例的对于减速模型进行处理的示例方法300的流程图。FIG. 3 is a flowchart of an example method 300 for processing a deceleration model according to one embodiment of the present invention.
方法300开始于步骤302,确定输入。此处的输入可以是如之前结合图1描述的地面设备相关输入信息和列车相关输入信息。The method 300 begins at step 302 with input determination. The inputs here may be ground equipment related input information and train related input information as previously described in connection with FIG. 1.
接着,方法300前进至步骤304,获得速度和减速度对应表。速度和减速度对应表可以是如图2所描述的基于步骤302中所确定的输入计算出的减速模型。Next, the method 300 proceeds to step 304 to obtain a speed and deceleration correspondence table. The speed and deceleration correspondence table may be a deceleration model calculated based on the input determined in step 302 as described in FIG. 2.
随后,方法300前进至步骤306,判断减速模型中包含的分段是否过多,例如是否大于预定阈值。根据本发明的一个实施例,减速模型可被设置为最多分为7段。因此,在该步骤中可以判断减速模型中包含的分段是否大于7段。Subsequently, the method 300 proceeds to step 306 to determine whether there are too many segments included in the deceleration model, such as whether it is greater than a predetermined threshold. According to an embodiment of the present invention, the deceleration model may be set to be divided into a maximum of 7 segments. Therefore, in this step, it can be judged whether the segments included in the deceleration model are larger than 7 segments.
如果包含的分段大于预定阈值(“是”,例如,大于7段),则方法300前进至步骤308,合并减速度接近的相邻分段,合并后的分段的减速度值取合并前的各分段中的最小值。步骤308可进一步包括基于判断相邻分段的减速度的差是否小于预定阈值来判断相邻分段的减速度是否接近。该阈值可以根据实际情况进行适当地设置。在合并了减速度接近的相邻分段之后,方法300结束。If the contained segments are greater than a predetermined threshold ("Yes", for example, greater than 7 segments), the method 300 proceeds to step 308, and merges adjacent segments that are close in deceleration. The smallest of the segments. Step 308 may further include determining whether the decelerations of the adjacent segments are close based on whether the difference in the decelerations of the adjacent segments is less than a predetermined threshold. This threshold can be set appropriately according to the actual situation. After merging adjacent segments with deceleration close, the method 300 ends.
另一方面,如果包含的分段小于等于预定阈值(“否”,例如,小于等于7段),则意味着不需要进行分段合并,则方法300结束。On the other hand, if the included segment is less than or equal to a predetermined threshold (“No”, for example, 7 segments or less), it means that segment consolidation is not required, and the method 300 ends.
重新回到图1,如背景技术中提到的,如果按照图2所计算出的减速模型进行车速控制,则存在曲线不平滑的问题,例如在各个速度分段的边界,施加的减速度会产 生骤变。为了克服这一问题,本发明的方法对这一减速模型进行进一步平滑处理。更具体地,方法100前进至步骤104,针对当前车速所对应的分段确定二阶Bézier曲线特征点。更具体地,在一个实施例中,在确定二阶Bézier曲线特征点时需要针对静态线路最限制速度曲线(Most Restrictive Speed Profile)MRSP的每一个速度段中来查找基于二阶Bézier曲线实时计算出的制动曲线的特征点。Returning to FIG. 1, as mentioned in the background art, if the vehicle speed control is performed according to the deceleration model calculated in FIG. 2, there is a problem that the curve is not smooth. For example, at the boundary of each speed segment, the applied deceleration will be Sudden change. To overcome this problem, the method of the present invention further smoothes this deceleration model. More specifically, the method 100 proceeds to step 104 to determine a second-order Bézier curve feature point for a segment corresponding to the current vehicle speed. More specifically, in one embodiment, when determining the characteristic points of the second-order Bézier curve, it is necessary to find the real-time calculation based on the second-order Bézier curve for each speed segment of the MRSP of the Most Restrictive Speed Profile of the static line. The characteristic point of the braking curve.
图4是根据本发明的一个实施例的线路的实际最限制速度曲线的示意图。如图4中所示,横轴代表位置(以距离d表示),纵轴代表速度V。在图4中,存在针对不同种类的列车的速度限制曲线。MRSP则是由任意给定位置处的各速度限制中的最小值构成的曲线。FIG. 4 is a schematic diagram of an actual maximum speed limit curve of a line according to an embodiment of the present invention. As shown in FIG. 4, the horizontal axis represents the position (indicated by the distance d), and the vertical axis represents the speed V. In FIG. 4, there are speed limit curves for different kinds of trains. MRSP is a curve formed by the minimum value of each speed limit at any given position.
图5是根据本发明的一个实施例的二阶Bézier曲线的特征点的示意图。如图5所示,设P 0、P 0 2、P 2是一条抛物线上顺序三个不同的点。若P 0和P 2点的两切线交于P 1点,在P 0 2点的切线交P 0P 1和P 2P 1于P 0 1和P 1 1,使下比例成立: FIG. 5 is a schematic diagram of feature points of a second-order Bézier curve according to an embodiment of the present invention. As shown in FIG. 5, let P 0 , P 0 2 , and P 2 be three different points in sequence on a parabola. If the two tangent lines at points P 0 and P 2 intersect at point P 1 , the tangent lines at point P 0 2 intersect P 0 P 1 and P 2 P 1 at P 0 1 and P 1 1 , so that the following ratio holds:
Figure PCTCN2019083373-appb-000001
Figure PCTCN2019083373-appb-000001
则该曲线为二阶Bézier曲线。Then the curve is a second-order Bézier curve.
当P 0、P 2固定,引入参数t,令上述比值为t:(1-t),即有: When P 0 and P 2 are fixed, the parameter t is introduced so that the above ratio is t: (1-t), that is:
P 0 1=(1-t)*P 0+t*P 1;P 1 1=(1-t)*P 1+t*P 2;P 0 2=(1-t)*P 0 1+t*P 1 1P 0 1 = (1-t) * P 0 + t * P 1 ; P 1 1 = (1-t) * P 1 + t * P 2 ; P 0 2 = (1-t) * P 0 1 + t * P 1 1 ;
二阶Bézier曲线上的点即可以通过公式P 0 2=(1-t) 2*P 0+2t*(1-t)*P 1+t 2*P 2得出,其中t的范围为0~1。 The points on the second-order Bézier curve can be obtained by the formula P 0 2 = (1-t) 2 * P 0 + 2t * (1-t) * P 1 + t 2 * P 2 , where the range of t is 0 ~ 1.
回到图1中的步骤104,计算需要施加的减速度就必需考虑距离和速度的限制,即在当前线路位置开始的多少距离内要从当前速度减速到多少速度,并相应地计算平滑的减速曲线。因此,步骤104中的确定二阶Bézier曲线所需的特征点可如下所述地针对每个速度下降点获得二阶Bézier曲线所需的特征点。图6是根据本发明的一个实施例的将上述的获得二阶Bézier曲线所需特征点的示例方法应用于计算速度曲线的示意图。如图6所示,所需的二阶Bézier曲线特征点为P 0、P 1、P 2,其中P 0为当前段MRSP中按减速模型提取的最小减速度推导出的最早需要开始减速的列车位置,P 1为当前段和下一段MRSP分段的交点,P 2为下一段MRSP的起点。 Returning to step 104 in FIG. 1, to calculate the deceleration that needs to be applied, the distance and speed restrictions must be considered, that is, how many distances from the current line position to decelerate from the current speed to how fast, and calculate the smooth deceleration accordingly. curve. Therefore, in step 104, the feature points required for determining the second-order Bézier curve may be obtained for each speed drop point as described below. FIG. 6 is a schematic diagram of applying the above-mentioned exemplary method of obtaining the characteristic points required for the second-order Bézier curve to the calculation of the speed curve according to an embodiment of the present invention. As shown in Figure 6, the required second-order Bézier curve feature points are P 0 , P 1 , and P 2 , where P 0 is the earliest train that needs to start deceleration derived from the minimum deceleration extracted by the deceleration model in the current segment MRSP. Position, P 1 is the intersection of the current segment and the next MRSP segment, and P 2 is the starting point of the next segment MRSP.
回到图1,在步骤104获得二阶Bézier曲线特征点后(即图6中的P 0、P 1、P 2),方法100前进至步骤106,基于二阶Bézier曲线实时计算二阶Bézier曲线作为减速曲线。更具体地,在确定二阶Bézier曲线特征点后(例如图6中的P 0、P 1、P 2),根据公 式P 0 2=(1-t) 2*P 0+2t*(1-t)*P 1+t 2*P 2(t的范围为0~1)计算得出曲线上的所有点,该曲线即为平滑高效的列车制动曲线,从而避免触发紧急停车。由图6可看出,本发明提供给ATP使用的制动曲线要比实际使用所有位置的加速段倒推获得的制动曲线更平滑,而且计算过程更为简单高效。在计算出列车制动曲线之后,方法100结束。随后,列车即可基于该减速曲线计算出需要施加的减速度,从而控制列车平稳减速。 Returning to FIG. 1, after obtaining the characteristic points of the second-order Bézier curve in step 104 (that is, P 0 , P 1 , P 2 in FIG. 6), the method 100 proceeds to step 106 to calculate the second-order Bézier curve in real time based on the second-order Bézier curve. As a deceleration curve. More specifically, after determining the characteristic points of the second-order Bézier curve (for example, P 0 , P 1 , and P 2 in FIG. 6), according to the formula P 0 2 = (1-t) 2 * P 0 + 2t * (1- t) * P 1 + t 2 * P 2 (t ranges from 0 to 1). All points on the curve are calculated. This curve is a smooth and efficient train braking curve, so as to avoid triggering an emergency stop. It can be seen from FIG. 6 that the braking curve provided to the ATP by the present invention is smoother than the braking curve obtained by actually using the reverse acceleration of all positions, and the calculation process is simpler and more efficient. After the train braking curve is calculated, the method 100 ends. Then, the train can calculate the deceleration to be applied based on the deceleration curve, thereby controlling the train to decelerate smoothly.
作为可选实施例,可进一步针对紧急制动和常用制动分别建立减速模型。更具体地,可根据本发明的算法分别使用急制动减速度和常用制动减速度来计算紧急制动减速EBD(Emergency Brake Deceleration)曲线、常用制动减速SBD(Service Brake Deceleration)曲线,并根据EBD曲线和SBD曲线确定紧急制动干预曲线EBI(Emergency Brake Intervention)曲线、常用制动干预曲线SBI(Service Brake Intervention)曲线、允许速度P(Permitted speed)曲线、报警W(Warning)曲线和提示I(Indication)曲线。As an optional embodiment, a deceleration model may be further established for emergency braking and common braking. More specifically, the emergency braking deceleration EBD (Emergency Brake Deceleration) curve and the common braking deceleration SBD (Service Brake Deceleration) curve can be calculated using the rapid braking deceleration and the common braking deceleration respectively according to the algorithm of the present invention, and According to the EBD curve and SBD curve, determine the emergency braking intervention curve EBI (Emergency and Brake Intervention) curve, commonly used braking intervention curve SBI (Service Brake Intervention) curve, allowable speed P (Permitted speed) curve, alarm W (Warning) curve and prompt I (Indication) curve.
图7是根据本发明的一个实施例的列车自动防护设备700的结构示意图。如图7中所示,列车自动防护设备700至少包括输入接口702、处理器704、以及输出接口706。FIG. 7 is a schematic structural diagram of a train automatic protection device 700 according to an embodiment of the present invention. As shown in FIG. 7, the train automatic protection device 700 includes at least an input interface 702, a processor 704, and an output interface 706.
输入接口702可用于从外部设备接收输入信息。如之前描述的,输入信息包括地面设备相关输入信息和列车相关输入信息。The input interface 702 may be used to receive input information from an external device. As described earlier, the input information includes ground equipment related input information and train related input information.
处理器704可被配置成执行列车减速曲线的计算。例如,如之前结合图1描述的,执行列车减速曲线的计算可包括根据所述输入建立减速模型,其中所述减速模型可包括多个速度-减速度对应分段,针对当前速度所对应的分段,确定二阶Bézier曲线的特征点,以及基于所确定的特征点计算二阶Bézier曲线作为所述减速曲线。处理器704可被进一步配置成基于该减速曲线计算出需要施加的减速度。The processor 704 may be configured to perform calculations of a train deceleration curve. For example, as previously described in connection with FIG. 1, performing calculation of a train deceleration curve may include establishing a deceleration model based on the input, where the deceleration model may include multiple speed-deceleration corresponding segments, and for the points corresponding to the current speed Segment, determining a characteristic point of the second-order Bézier curve, and calculating a second-order Bézier curve based on the determined characteristic point as the deceleration curve. The processor 704 may be further configured to calculate a deceleration to be applied based on the deceleration curve.
输出接口706可用于基于计算出的减速度输出列车制动指令,用于实施列车的平稳减速。The output interface 706 can be used to output a train braking instruction based on the calculated deceleration, and is used to implement a smooth deceleration of the train.
以上所已经描述的内容包括所要求保护主题的各方面的示例。当然,出于描绘所要求保护主题的目的而描述每一个可以想到的组件或方法的组合是不可能的,但本领域内的普通技术人员应该认识到,所要求保护主题的许多进一步的组合和排列都是可能的。从而,所公开的主题旨在涵盖落入所附权利要求书的精神和范围内的所有这样的变更、修改和变化。What has been described above includes examples of aspects of the claimed subject matter. Of course, it is not possible to describe every conceivable combination of components or methods for the purpose of depicting the claimed subject matter, but one of ordinary skill in the art should recognize that many further combinations of the claimed subject matter and Permutations are possible. Accordingly, the disclosed subject matter is intended to cover all such alterations, modifications, and variations that fall within the spirit and scope of the appended claims.

Claims (10)

  1. 一种用于计算列车的减速曲线的方法,其特征在于,所述方法包括:A method for calculating a deceleration curve of a train, wherein the method includes:
    根据输入建立减速模型,所述输入包括地面设备相关输入信息和列车相关输入信息,所述减速模型包括多个速度-减速度对应分段;Establishing a deceleration model based on inputs, the inputs including ground equipment related input information and train related input information, the deceleration model including multiple speed-deceleration corresponding segments;
    针对当前速度所对应的分段,确定二阶Bézier曲线的特征点;以及Determine the characteristic points of the second-order Bézier curve for the segment corresponding to the current speed; and
    基于所确定的特征点计算二阶Bézier曲线作为所述减速曲线。A second-order Bézier curve is calculated as the deceleration curve based on the determined feature points.
  2. 如权利要求1所述的方法,其特征在于,所述地面设备相关输入信息包括以下中的一项或多项:The method according to claim 1, wherein the ground equipment-related input information comprises one or more of the following:
    (a)轨旁相关速度限制;(a) Relevant speed limits beside the track;
    (b)坡度;(b) the slope;
    (c)制动抑制相关的轨道条件;(c) track conditions related to brake suppression;
    (d)无电区段相关的轨道条件;(d) the orbital conditions associated with the non-electrical sector;
    (e)降低粘着条件;(e) reduce sticking conditions;
    (f)特定的速度和距离限制;以及(f) specific speed and distance limits; and
    (g)国家值,并且(g) country value, and
    所述列车相关输入信息包括以下中的一项或多项:The train-related input information includes one or more of the following:
    (a)牵引模型;(a) traction model;
    (b)制动模型或制动比率;(b) the braking model or braking ratio;
    (c)制动位置;(c) the braking position;
    (d)特殊制动;(d) special braking;
    (e)常用制动;(e) Common braking;
    (f)切牵引接口;(f) Cut the traction interface;
    (g)车载修正因子;(g) vehicle correction factor;
    (h)正向转动惯量;(h) positive moment of inertia;
    (i)列车长度;(i) train length;
    (j)速度和距离监控的固定值;以及(j) fixed values for speed and distance monitoring; and
    (k)列车相关速度限制。(k) Train-related speed limits.
  3. 如权利要求1所述的方法,其特征在于,所述确定二阶Bézier曲线的特征点是针对静态线路最限制速度曲线MRSP的每一段来确定的。The method according to claim 1, wherein the determining the characteristic points of the second-order Bézier curve is determined for each segment of the static line maximum speed curve MRSP.
  4. 如权利要求3所述的方法,其特征在于,所述确定二阶Bézier曲线的特征点进一步包括:The method according to claim 3, wherein determining the feature points of the second-order Bézier curve further comprises:
    对于二阶Bézier曲线,特征点为P0、P1、P2,其中P0为当前段MRSP中按所述减速模型提取的最小减速度推导出的最早需要开始减速的列车位置,P1为当前MRSP分段和下一MRSP分段的交点,P2为下一MRSP分段的起点。For the second-order Bézier curve, the feature points are P0, P1, and P2, where P0 is the earliest train position to start deceleration derived from the minimum deceleration extracted by the deceleration model in the current segment MRSP, and P1 is the current MRSP segment and The intersection of the next MRSP segment, P2 is the starting point of the next MRSP segment.
  5. 如权利要求4所述的方法,其特征在于,计算二阶Bézier曲线包括根据以下公式计算得出二阶Bézier曲线上的所有点:The method according to claim 4, wherein calculating the second-order Bézier curve comprises calculating all points on the second-order Bézier curve according to the following formula:
    P02=(1-t)2*P0+2t*(1-t)*P1+t2*P2,其中0<t<1。P02 = (1-t) 2 * P0 + 2t * (1-t) * P1 + t2 * P2, where 0 <t <1.
  6. 如权利要求1所述的方法,其特征在于,所述根据输入建立减速模型进一步包括:The method of claim 1, wherein the establishing a deceleration model based on the input further comprises:
    确定输入;Confirm input
    获得速度和减速度对应表;Get the speed and deceleration correspondence table;
    确定减速模型中包含的分段数量是否大于预定阈值;以及Determining whether the number of segments included in the deceleration model is greater than a predetermined threshold; and
    如果确定分段数量大于预定阈值,则合并减速度接近的相邻分段。If it is determined that the number of segments is greater than a predetermined threshold, adjacent segments with a deceleration approaching are merged.
  7. 如权利要求6所述的方法,其特征在于,合并减速度接近的相邻分段进一步包括:将合并前的各分段中的最小值取为合并后的分段的减速度值。The method according to claim 6, wherein merging adjacent segments with a deceleration close to each other further comprises: taking a minimum value of each segment before merging as a deceleration value of the merging segment.
  8. 如权利要求1所述的方法,其特征在于,所述根据输入建立减速模型进一步包括针对紧急制动和常用制动分别建立减速模型。The method of claim 1, wherein the establishing a deceleration model based on the input further comprises separately establishing a deceleration model for emergency braking and commonly used braking.
  9. 一种列车自动防护设备,其特征在于,包括:An automatic train protection device is characterized in that it includes:
    输入接口,用于从外部设备接收输入,所述输入包括地面设备相关输入信息和列车相关输入信息;An input interface for receiving input from an external device, the input including ground device related input information and train related input information;
    处理器,所述处理器被配置成:A processor configured to:
    根据所述输入建立减速模型,所述减速模型包括多个速度-减速度对应分段;Establishing a deceleration model according to the input, the deceleration model including a plurality of speed-deceleration corresponding segments;
    针对当前速度所对应的分段,确定二阶Bézier曲线的特征点;以及Determine the characteristic points of the second-order Bézier curve for the segment corresponding to the current speed; and
    基于所确定的特征点计算二阶Bézier曲线作为所述减速曲线;以及Calculating a second-order Bézier curve as the deceleration curve based on the determined feature points; and
    输出接口,用于基于所述减速曲线输出相应的列车制动指令。An output interface is used to output a corresponding train braking instruction based on the deceleration curve.
  10. 如权利要求9所述的列车自动防护设备,其特征在于,所述处理器被进一步配置成:The automatic train protection device according to claim 9, wherein the processor is further configured to:
    基于所述减速曲线计算需要施加的减速度。A deceleration to be applied is calculated based on the deceleration curve.
PCT/CN2019/083373 2018-09-28 2019-04-19 Method for calculating vehicle-mounted speed curve for avoiding emergency triggering WO2020062844A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201811137254.2A CN109283929A (en) 2018-09-28 2018-09-28 It is a kind of to avoid triggering urgent vehicular speeds curve calculation method
CN201811137254.2 2018-09-28

Publications (1)

Publication Number Publication Date
WO2020062844A1 true WO2020062844A1 (en) 2020-04-02

Family

ID=65181778

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/083373 WO2020062844A1 (en) 2018-09-28 2019-04-19 Method for calculating vehicle-mounted speed curve for avoiding emergency triggering

Country Status (2)

Country Link
CN (1) CN109283929A (en)
WO (1) WO2020062844A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP4030404A4 (en) * 2020-11-02 2022-07-20 Crsc Research & Design Institute Group Co., Ltd. Method for optimizing segmented braking deceleration model
EP4044061A4 (en) * 2021-01-04 2022-11-16 CRSC Research & Design Institute Group Co., Ltd. Speed segmentation method and apparatus, and electronic device and storage medium

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109283929A (en) * 2018-09-28 2019-01-29 湖南中车时代通信信号有限公司 It is a kind of to avoid triggering urgent vehicular speeds curve calculation method
CN112590864B (en) * 2020-12-24 2023-10-31 交控科技股份有限公司 Method and device for calculating engineering truck EBI curve for ATP protection
CN113753103B (en) * 2021-08-11 2022-09-02 交控科技股份有限公司 Train running speed control method compatible with CTCS system and city system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104015758A (en) * 2014-06-20 2014-09-03 株洲南车时代电气股份有限公司 Speed control method and system
CN104883697A (en) * 2015-04-20 2015-09-02 北京全路通信信号研究设计院有限公司 Train-ground wireless communication system performance simulation method and train-ground wireless communication system performance simulation system
CN106828493A (en) * 2017-02-20 2017-06-13 北理慧动(常熟)车辆科技有限公司 A kind of automatic driving vehicle layer-stepping longitudinal direction planning control system and method
US20170190340A1 (en) * 2015-12-31 2017-07-06 Lsis Co., Ltd. System for controlling speed of railway vehicles by considering braking characteristic
CN109283929A (en) * 2018-09-28 2019-01-29 湖南中车时代通信信号有限公司 It is a kind of to avoid triggering urgent vehicular speeds curve calculation method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104015758A (en) * 2014-06-20 2014-09-03 株洲南车时代电气股份有限公司 Speed control method and system
CN104883697A (en) * 2015-04-20 2015-09-02 北京全路通信信号研究设计院有限公司 Train-ground wireless communication system performance simulation method and train-ground wireless communication system performance simulation system
US20170190340A1 (en) * 2015-12-31 2017-07-06 Lsis Co., Ltd. System for controlling speed of railway vehicles by considering braking characteristic
CN106828493A (en) * 2017-02-20 2017-06-13 北理慧动(常熟)车辆科技有限公司 A kind of automatic driving vehicle layer-stepping longitudinal direction planning control system and method
CN109283929A (en) * 2018-09-28 2019-01-29 湖南中车时代通信信号有限公司 It is a kind of to avoid triggering urgent vehicular speeds curve calculation method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
TANG, JINJIN ET AL.: "The Method of Data Processing for Train Characteristic Curve based on Bezier Function", JOURNAL OF TRANSPORTATIONS SYSTEMS ENG. AND INF. TECHNOLOGY, vol. 11, no. 3, 30 June 2011 (2011-06-30) *
YUE, LIN ET AL.: "Research on Speed Supervision Curve for High Speed Trains", RAILWAY SIGNALLING & COMMUNICATION ENGINEERING, vol. 11, no. 6, 31 December 2014 (2014-12-31) *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP4030404A4 (en) * 2020-11-02 2022-07-20 Crsc Research & Design Institute Group Co., Ltd. Method for optimizing segmented braking deceleration model
EP4044061A4 (en) * 2021-01-04 2022-11-16 CRSC Research & Design Institute Group Co., Ltd. Speed segmentation method and apparatus, and electronic device and storage medium

Also Published As

Publication number Publication date
CN109283929A (en) 2019-01-29

Similar Documents

Publication Publication Date Title
WO2020062844A1 (en) Method for calculating vehicle-mounted speed curve for avoiding emergency triggering
WO2018121691A1 (en) Train automatic control method and apparatus, and vehicle-mounted automatic train operation system
CN106184160B (en) Automatic train stop control method
CN108263449B (en) Urban rail train tracking method based on speed tracking
KR101811470B1 (en) Method of preventing collision in vehicle
CN105788360B (en) A kind of methods, devices and systems of vehicle collision avoidance
CN112572541B (en) Freight railway train safety position calculation method, device and equipment
CN107972698B (en) A kind of train ATO hypervelocity safe precaution method
CN110789576B (en) Collaborative formation train safety protection scene division method and device
CN112124374B (en) Method and system for calculating triggering speed of train emergency braking
CN112590864B (en) Method and device for calculating engineering truck EBI curve for ATP protection
CN112124364B (en) Control method for accurate train stop, ATO, VOBC and train
WO2022021700A1 (en) Locomotive running speed curve planning method and apparatus, and related components
CN106043351A (en) Novel safety braking model and method for parking in movement authority limit distance
CN104260758A (en) Train control method and device
CN109484427A (en) A kind of train braking method and device
US11827258B2 (en) Train driver assistance method, system, device, and computer-readable storage medium
CN105632203B (en) A kind of traffic security early warning method of traffic control and system
CN112124370A (en) Train brake control method and system
CN106997671B (en) Vehicle control method for improving passing efficiency of tramcar signal intersection
WO2022205847A1 (en) Vehicle speed control method and apparatus, and related device
CN114179864A (en) Train control method, device, equipment and storage medium
CN112590870B (en) Departure method and device based on virtual annunciator, electronic equipment and storage medium
CN107539298B (en) Method and system for controlling air brake of train
CN106649951B (en) Train speed calculation method based on axle speed measurement

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19865042

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19865042

Country of ref document: EP

Kind code of ref document: A1