EP3608199A1 - Route control method and apparatus based on static interlocking table, and computer storage medium - Google Patents

Route control method and apparatus based on static interlocking table, and computer storage medium Download PDF

Info

Publication number
EP3608199A1
EP3608199A1 EP18875607.6A EP18875607A EP3608199A1 EP 3608199 A1 EP3608199 A1 EP 3608199A1 EP 18875607 A EP18875607 A EP 18875607A EP 3608199 A1 EP3608199 A1 EP 3608199A1
Authority
EP
European Patent Office
Prior art keywords
route
interlocking table
static
static interlocking
table according
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
EP18875607.6A
Other languages
German (de)
French (fr)
Other versions
EP3608199A4 (en
Inventor
Xihong QIU
Zhiguo NIE
Songyue JIN
Lifeng Zhang
Zhaoyang QIU
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.)
CRSC Research and Design Institute Group Co Ltd
Original Assignee
CRSC Research and Design Institute Group Co 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 CRSC Research and Design Institute Group Co Ltd filed Critical CRSC Research and Design Institute Group Co Ltd
Publication of EP3608199A1 publication Critical patent/EP3608199A1/en
Publication of EP3608199A4 publication Critical patent/EP3608199A4/en
Pending legal-status Critical Current

Links

Images

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B61RAILWAYS
    • B61LGUIDING RAILWAY TRAFFIC; ENSURING THE SAFETY OF RAILWAY TRAFFIC
    • B61L21/00Station blocking between signal boxes in one yard
    • B61L21/04Electrical locking and release of the route; Electrical repeat locks
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B61RAILWAYS
    • B61LGUIDING RAILWAY TRAFFIC; ENSURING THE SAFETY OF RAILWAY TRAFFIC
    • B61L19/00Arrangements for interlocking between points and signals by means of a single interlocking device, e.g. central control
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B61RAILWAYS
    • B61LGUIDING RAILWAY TRAFFIC; ENSURING THE SAFETY OF RAILWAY TRAFFIC
    • B61L27/00Central railway traffic control systems; Trackside control; Communication systems specially adapted therefor
    • B61L27/20Trackside control of safe travel of vehicle or train, e.g. braking curve calculation
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B61RAILWAYS
    • B61LGUIDING RAILWAY TRAFFIC; ENSURING THE SAFETY OF RAILWAY TRAFFIC
    • B61L27/00Central railway traffic control systems; Trackside control; Communication systems specially adapted therefor
    • B61L27/40Handling position reports or trackside vehicle data

Definitions

  • the present disclosure relates to the field of computer technology, especially a route control method, and more particularly to a route control method and device based on a static interlocking table, and a computer storage medium.
  • the route selection adopts a dynamic search scheme, such as the shortest path search algorithm
  • the shortest path search algorithm is used to calculate the shortest path from one signal point to all other signal points.
  • the main feature is extending to the outside layer by layer with the start point as a center, until it extends to the end point, signal points that need to be traversed and calculated are a lot, more computing resources are occupied.
  • the number of routes that may be searched is large, resulting in a difference between the actual usable route and the interlock table given by the design units.
  • the design units when there are multiple routes from signal point A to signal point B, the design units only allows one of the paths to be arranged, and the other paths are not allowed to be arranged; while the dynamic search mode considers all the multiple paths from signal point A to signal point B as effective routes.
  • the design units requires that the route between the specified number of signal points sends to the other devices a route state with a fixed unique number; whereas the dynamic search mode dynamically retrieves the route when receiving an operation command, and the route has bad capability of maintaining a fixed unique number.
  • the present disclosure aims to provide a route control method and device based on a static interlocking table, and a computer storage medium, thereby solve the problem that the selected route is not inconsistent with the interlocking table provided by the design units in the prior art.
  • a specific embodiment of the present disclosure provides a route control method based on a static interlocking table, wherein the method comprises: converting an original interlocking table provided by design units to a static interlocking table; and selecting a route in the static interlocking table according to a routing command.
  • a specific embodiment of the present disclosure further provides a computer storage medium containing computer-executable instructions, wherein when the computer-executable instructions are processed by a data processing device, the data processing device executes the following steps: converting an original interlocking table provided by design units to a static interlocking table; and selecting a route in the static interlocking table according to a routing command.
  • a specific embodiment of the present disclosure further provides a route control device based on a static interlocking table, wherein the device comprises: a conversion unit configured to convert an original interlocking table provided by design units to a static interlocking table; a selection unit configured to select a route in the static interlocking table according to a routing command.
  • the route control method and device based on a static interlocking table and the computer storage medium at least have the following advantageous effects: the original interlocking table given by the design units is converted into a static interlocking table, and the route in the static interlocking table is selected by route selecting command to ensure that the selected route can be completely consistent with the design units' requirement so as to ensure travel safety; since each route in the static interlocking table has a fixed unique number, during the route selecting process, the unique number can be directly used, which improves the data processing efficiency; the static interlocking table is resident in the memory, the running speed is fast and the processing efficiency is high.
  • FIG. 1 is a flowchart of a first embodiment of a route control method based on a static interlocking table according to a specific implementation of the present disclosure, as shown in FIG. 1 , an original interlocking table of design units is converted to a static interlocking table, and a route in the static interlocking table is selected according to route selecting command.
  • the route control method based on a static interlocking table comprises:
  • the route selecting command is used to select a route in the static interlocking table to ensure that the selected route is exactly consistent with the requirement of the design units.
  • FIG. 2 is a flowchart of a second embodiment of a route control method based on a static interlocking table according to a specific implementation of the present disclosure, as shown in FIG. 2 , after a route is selected, traveling of trains is guided by using the selected route.
  • the route control method based on a static interlocking table further comprises: Step 103: guiding traveling of trains by using the selected route.
  • the trains are operated according to the route selected from the static interlocking table to ensure safe driving.
  • FIG. 3 is a flowchart of a second embodiment of a route control method based on a static interlocking table according to a specific implementation of the present disclosure, as shown in FIG. 3 , an original interlocking table provided by design units is converted to a static interlocking table by the way of tabular conversion, a unique number of a route in the static interlocking table is selected according to the route selecting command, and a control logic is generated based on the unique number to control the travelling of the train.
  • step 101 specifically comprises: Step 101': converting an original interlocking table provided by design units to a static interlocking table by the way of tabular conversion.
  • Step 102 specifically comprises:
  • Step 103 specifically comprises: Step 103': guiding traveling of trains by using the control logic.
  • the trains can be automatically guided.
  • an original interlocking table provided by design units is converted to a static interlocking table by the way of tabular conversion, a control logic is generated by using a unique number of the route in the static interlocking table, to control the normal operation of trains, the data processing amount is small, the data processing efficiency is high, and traveling is safe.
  • the specific implementation of the present disclosure further provides a computer storage medium containing computer-executable instructions, wherein when the computer-executable instructions are processed by a data processing device, the data processing device performs the following steps:
  • the specific implementation of the present disclosure further provides a computer storage medium containing computer-executable instructions, wherein when the computer-executable instructions are processed by a data processing device, the data processing device performs the following steps:
  • the specific implementation of the present disclosure further provides a computer storage medium containing computer-executable instructions, wherein when the computer-executable instructions are processed by a data processing device, the data processing device performs the following steps: Step 101': converting an original interlocking table provided by design units to a static interlocking table by the way of tabular conversion.
  • Step 1021' selecting a unique number of a route in the static interlocking table according to route selecting command.
  • Step 1022' generating a control logic based on the unique number.
  • Step 103' guiding traveling of trains by using the control logic.
  • FIG. 4 is a structural schematic diagram of a first embodiment of a route control device based on a static interlocking table according to a specific implementation of the present disclosure, the device shown in FIG. 4 can be applied to the method shown in FIGS. 1 to 3 , to convert an original interlocking table provided by design units to a static interlocking table, and select a route in the static interlocking table according to route selecting command.
  • a route control device based on a static interlocking table comprises: a conversion unit 1 and a selection unit 2.
  • the conversion unit 1 is configured to convert an original interlocking table provided by a design units to a static interlocking table; the selection unit 2 is configured to select a route in the static interlocking table according to route selecting command.
  • the static interlocking table contains the following contents: route unique code, signal name, signal display, quantity of switch in route, switch name, switch position, quantity of switch with follow up movement in route, name of switch with follow up movement, position of switch with follow up movement, name of approach section, number of sections in route, section name, name of external section of terminal signal, name of inner section of terminal signal, number of out-of-gauge sections, and name of out-of-gauge section.
  • the routing command is used to select a route in the static interlocking table, so as to ensure that the selected route is exactly consistent with the requirement of the design units.
  • FIG. 5 is a structural schematic diagram of a second embodiment of a route control device based on a static interlocking table according to a specific implementation of the present disclosure, as shown in FIG. 5 , after a route is selected, traveling of trains is guided by using the selected route.
  • the route control device based on a static interlocking table comprises: a guidance unit 3.
  • the guidance unit 3 is configured to guide traveling of trains by using the selected route.
  • the operation of trains is controlled according to the selected route, safe driving is ensured, safety is good.
  • FIG. 6 is a structural schematic diagram of a third embodiment of a route control device based on a static interlocking table according to a specific implementation of the present disclosure, as shown in FIG. 6 , an original interlocking table provided by design units is converted to a static interlocking table by the way of tabular conversion, a unique number of a route in the static interlocking table is selected according to the route selecting command, and a control logic is generated based on the unique number.
  • the conversion unit 1 is further configured to convert an original interlocking table provided by design units to a static interlocking table by way of tabular conversion.
  • the selection unit 2 specifically comprises: a selection module 21 and a generation module 22.
  • the selection module 21 is configured to select a unique number of a route in the static interlocking table according to the route selecting command; and the generation module 22 is configured to generate a control logic based on the unique number.
  • the guidance unit 3 is specifically configured to guide traveling of trains by using the control logic.
  • an original interlocking table provided by design units is converted to a static interlocking table by the way of tabular conversion, a control logic is generated by using a unique number of the route in the static interlocking table, to control the normal operation of trains, the data processing amount is small, the data processing efficiency is high, and traveling safety can be ensured.
  • FIG. 7 is a schematic diagram of transition of a route state provided by a specific implementation of the present disclosure, as shown in FIG. 7 , routing information in the static interlocking table is converted into a route control table through the route selecting command, and corresponding interlocking relationship is achieved by transition of various states of the route.
  • FIG. 8 is a schematic diagram of route establishment time sequence provided by a specific implementation of the present disclosure
  • FIG. 9 is a schematic diagram of route cancellation time sequence provided by a specific implementation of the present disclosure
  • FIG. 10 is a schematic diagram of route manual release time sequence provided by a specific implementation of the present disclosure
  • FIG. 11 is a schematic diagram of failure release time sequence in a route section provided by a specific implementation of the present disclosure. As shown in FIGS.
  • the specific embodiments of the present disclosure provide a route control method and device based on a static interlocking table, and a computer storage medium, with which the original interlocking table given by the design units is converted into a static interlocking table, and the route in the static interlocking table is selected by using route selecting command to ensure that the selected route can be completely consistent with the design units' requirement so as to ensure travel safety; since each route in the static interlocking table has a fixed unique number, during the route selection process, the unique number can be directly used, which improves the data processing efficiency; the static interlocking table is resident in the memory, the running speed is fast, and the processing efficiency is high.
  • the embodiments of the present disclosure may be implemented in various hardware, software codes, or a combination thereof.
  • the embodiments of the present disclosure may also be program codes for executing the above method in a Digital Signal Processor (DSP).
  • DSP Digital Signal Processor
  • the present disclosure may also relate to a variety of functions performed by a computer processor, a digital signal processor, a microprocessor, or a Field Programmable Gate Array (FPGA).
  • the above-mentioned processor may be configured to perform specific tasks in accordance with the present disclosure, which is implemented by executing machine-readable software codes or firmware codes that define a particular method disclosed by the present disclosure.
  • Software codes or firmware codes may be developed into different programming languages and different formats or forms. Software codes may also be complied for different target platforms. However, different code patterns, types, and languages of software codes and other types of configuration code that perform tasks in accordance with the present disclosure do not depart from the spirits and scopes of the present disclosure.

Landscapes

  • Engineering & Computer Science (AREA)
  • Mechanical Engineering (AREA)
  • Train Traffic Observation, Control, And Security (AREA)

Abstract

The present disclosure provides a route control method based on a static interlocking table, wherein the method comprises: converting an original interlocking table provided by design units to a static interlocking table; and selecting a route in the static interlocking table according to route selecting command. The present disclosure can ensure that the selected route is exactly consistent with the requirement of the design units. The present disclosure further discloses a route control device based on a static interlocking table, and a computer storage medium.

Description

  • The present application claims priority of the Chinese Patent Application No. 201711107350.8 filed on November 10, 2017 , the entire disclosure of which is hereby incorporated in full text by reference as part of the present application.
  • TECHNICAL FIELD
  • The present disclosure relates to the field of computer technology, especially a route control method, and more particularly to a route control method and device based on a static interlocking table, and a computer storage medium.
  • BACKGROUND
  • In the field of railway station computer interlock technology, when the route selection adopts a dynamic search scheme, such as the shortest path search algorithm, the shortest path search algorithm is used to calculate the shortest path from one signal point to all other signal points. The main feature is extending to the outside layer by layer with the start point as a center, until it extends to the end point, signal points that need to be traversed and calculated are a lot, more computing resources are occupied. Moreover, the number of routes that may be searched is large, resulting in a difference between the actual usable route and the interlock table given by the design units.
  • For example, when there are multiple routes from signal point A to signal point B, the design units only allows one of the paths to be arranged, and the other paths are not allowed to be arranged; while the dynamic search mode considers all the multiple paths from signal point A to signal point B as effective routes. The design units requires that the route between the specified number of signal points sends to the other devices a route state with a fixed unique number; whereas the dynamic search mode dynamically retrieves the route when receiving an operation command, and the route has bad capability of maintaining a fixed unique number.
  • Therefore, in order for the actual route to be consistent with the interlock given by the design units, those skilled in the art urgently need to develop a route control method that enables the route to maintain a unique number.
  • SUMMARY
  • In view of the above, the present disclosure aims to provide a route control method and device based on a static interlocking table, and a computer storage medium, thereby solve the problem that the selected route is not inconsistent with the interlocking table provided by the design units in the prior art.
  • In order to solve the above technical problem, a specific embodiment of the present disclosure provides a route control method based on a static interlocking table, wherein the method comprises: converting an original interlocking table provided by design units to a static interlocking table; and selecting a route in the static interlocking table according to a routing command.
  • A specific embodiment of the present disclosure further provides a computer storage medium containing computer-executable instructions, wherein when the computer-executable instructions are processed by a data processing device, the data processing device executes the following steps: converting an original interlocking table provided by design units to a static interlocking table; and selecting a route in the static interlocking table according to a routing command.
  • A specific embodiment of the present disclosure further provides a route control device based on a static interlocking table, wherein the device comprises: a conversion unit configured to convert an original interlocking table provided by design units to a static interlocking table; a selection unit configured to select a route in the static interlocking table according to a routing command.
  • As known from the above specific embodiments of the present disclosure, the route control method and device based on a static interlocking table and the computer storage medium at least have the following advantageous effects: the original interlocking table given by the design units is converted into a static interlocking table, and the route in the static interlocking table is selected by route selecting command to ensure that the selected route can be completely consistent with the design units' requirement so as to ensure travel safety; since each route in the static interlocking table has a fixed unique number, during the route selecting process, the unique number can be directly used, which improves the data processing efficiency; the static interlocking table is resident in the memory, the running speed is fast and the processing efficiency is high.
  • It should be understood that the foregoing general description and the following detailed description of the embodiments are exemplary and illustrative only, and should not be construed as limiting the scope claimed by the present disclosure.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The accompanying drawings below are a part of the specification of the present disclosure, they illustrate exemplary embodiments of the present disclosure. The accompanying drawings together with the description of the specification are used to explain principles of the present disclosure.
    • FIG. 1 is a flowchart of a first embodiment of a route control method based on a static interlocking table according to a specific implementation of the present disclosure;
    • FIG. 2 is a flowchart of a second embodiment of a route control method based on a static interlocking table according to a specific implementation of the present disclosure;
    • FIG. 3 is a flowchart of a third embodiment of a route control method based on a static interlocking table according to a specific implementation of the present disclosure;
    • FIG. 4 is a structural schematic diagram of a first embodiment of a route control device based on a static interlocking table according to a specific implementation of the present disclosure;
    • FIG. 5 is a structural schematic diagram of a second embodiment of a route control device based on a static interlocking table according to a specific implementation of the present disclosure;
    • FIG. 6 is a structural schematic diagram of a third embodiment of a route control device based on a static interlocking table according to a specific implementation of the present disclosure;
    • FIG. 7 is a schematic diagram of route state transition provided by a specific implementation of the present disclosure;
    • FIG. 8 is a schematic diagram of route establishment time sequence provided by a specific implementation of the present disclosure;
    • FIG. 9 is a schematic diagram of route cancellation time sequence provided by a specific implementation of the present disclosure;
    • FIG. 10 is a schematic diagram of route manual release time sequence provided by a specific implementation of the present disclosure; and
    • FIG. 11 is a schematic diagram of failure release time sequence in a route section provided by a specific implementation of the present disclosure.
    DETAILED DESCRIPTION OF THE EMBODIMENTS
  • To make the objectives, technical solutions, and advantages of the embodiments of the present disclosure more clear and comprehensible, the spirits of the present disclosure will be clearly described below with reference to the drawings and the detailed descriptions. After learning the embodiments of the present disclosure, those skilled in the art can make changes and modifications based on techniques taught by the contents of the present disclosure, without departing from the spirits and scopes of the present disclosure.
  • FIG. 1 is a flowchart of a first embodiment of a route control method based on a static interlocking table according to a specific implementation of the present disclosure, as shown in FIG. 1, an original interlocking table of design units is converted to a static interlocking table, and a route in the static interlocking table is selected according to route selecting command.
  • In the specific implementation shown in this figure, the route control method based on a static interlocking table comprises:
    • Step 101: converting an original interlocking table provided by design units to a static interlocking table. In a specific embodiment of the present disclosure, only one path between two signal points in the original interlocking table provided by the design units is an effective route.
    • Step 102: selecting a route in the static interlocking table according to route selecting command. In a specific embodiment of the present disclosure, the static interlocking table is resident in the memory and the route can be selected quickly. The static interlocking table contains the following contents: route unique code, signal name, signal display, quantity of switch in route, switch name, switch position, quantity of switch with follow up movement in route, name of switch with follow up movement, position of switch with follow up movement, name of approach section, number of sections in route, section name, name of external section of terminal signal, name of inner section of terminal signal, number of out-of-gauge section, and name of out-of-gauge section.
  • Referring to FIG. 1, the route selecting command is used to select a route in the static interlocking table to ensure that the selected route is exactly consistent with the requirement of the design units.
  • FIG. 2 is a flowchart of a second embodiment of a route control method based on a static interlocking table according to a specific implementation of the present disclosure, as shown in FIG. 2, after a route is selected, traveling of trains is guided by using the selected route.
  • In the specific implementation shown this figure, after step 102, the route control method based on a static interlocking table further comprises:
    Step 103: guiding traveling of trains by using the selected route.
  • Referring to FIG. 2, the trains are operated according to the route selected from the static interlocking table to ensure safe driving.
  • FIG. 3 is a flowchart of a second embodiment of a route control method based on a static interlocking table according to a specific implementation of the present disclosure, as shown in FIG. 3, an original interlocking table provided by design units is converted to a static interlocking table by the way of tabular conversion, a unique number of a route in the static interlocking table is selected according to the route selecting command, and a control logic is generated based on the unique number to control the travelling of the train.
  • In a specific embodiment shown in this figure, step 101 specifically comprises:
    Step 101': converting an original interlocking table provided by design units to a static interlocking table by the way of tabular conversion.
  • Step 102 specifically comprises:
    • Step 1021': selecting a unique number of a route in the static interlocking table according to the route selecting command. In the specific embodiment of the present disclosure, each route in the static interlocking table has a fixed unique number, the processing efficiency of the data is improved when the unique number corresponding to the route is selected.
    • Step 1022': generating a control logic based on the unique number. In the specific embodiment of the present disclosure, compared with the data characterizing the route itself, the unique number is easier to generate a control logic, which saves computation amount.
  • Step 103 specifically comprises:
    Step 103': guiding traveling of trains by using the control logic. In the specific embodiment of the present disclosure, when the control logic is processed by a data processing device, the trains can be automatically guided.
  • Referring to FIG.3, an original interlocking table provided by design units is converted to a static interlocking table by the way of tabular conversion, a control logic is generated by using a unique number of the route in the static interlocking table, to control the normal operation of trains, the data processing amount is small, the data processing efficiency is high, and traveling is safe.
  • The specific implementation of the present disclosure further provides a computer storage medium containing computer-executable instructions, wherein when the computer-executable instructions are processed by a data processing device, the data processing device performs the following steps:
    • Step 101: converting an original interlocking table provided by design units to a static interlocking table.
    • Step 102: selecting a route in the static interlocking table according to route selecting command.
  • The specific implementation of the present disclosure further provides a computer storage medium containing computer-executable instructions, wherein when the computer-executable instructions are processed by a data processing device, the data processing device performs the following steps:
    • Step 101: converting an original interlocking table provided by design units to a static interlocking table.
    • Step 102: selecting a route in the static interlocking table according to route selecting command.
    • Step 103: guiding traveling of trains by using the selected route.
  • The specific implementation of the present disclosure further provides a computer storage medium containing computer-executable instructions, wherein when the computer-executable instructions are processed by a data processing device, the data processing device performs the following steps:
    Step 101': converting an original interlocking table provided by design units to a static interlocking table by the way of tabular conversion.
  • Step 1021': selecting a unique number of a route in the static interlocking table according to route selecting command.
  • Step 1022': generating a control logic based on the unique number.
  • Step 103': guiding traveling of trains by using the control logic.
  • FIG. 4 is a structural schematic diagram of a first embodiment of a route control device based on a static interlocking table according to a specific implementation of the present disclosure, the device shown in FIG. 4 can be applied to the method shown in FIGS. 1 to 3, to convert an original interlocking table provided by design units to a static interlocking table, and select a route in the static interlocking table according to route selecting command.
  • In a specific embodiment shown in this figure, a route control device based on a static interlocking table comprises: a conversion unit 1 and a selection unit 2. The conversion unit 1 is configured to convert an original interlocking table provided by a design units to a static interlocking table; the selection unit 2 is configured to select a route in the static interlocking table according to route selecting command. In a specific embodiment of the present disclosure, the static interlocking table contains the following contents: route unique code, signal name, signal display, quantity of switch in route, switch name, switch position, quantity of switch with follow up movement in route, name of switch with follow up movement, position of switch with follow up movement, name of approach section, number of sections in route, section name, name of external section of terminal signal, name of inner section of terminal signal, number of out-of-gauge sections, and name of out-of-gauge section.
  • Referring to FIG 4, the routing command is used to select a route in the static interlocking table, so as to ensure that the selected route is exactly consistent with the requirement of the design units.
  • FIG. 5 is a structural schematic diagram of a second embodiment of a route control device based on a static interlocking table according to a specific implementation of the present disclosure, as shown in FIG. 5, after a route is selected, traveling of trains is guided by using the selected route.
  • In a specific embodiment shown in this figure, the route control device based on a static interlocking table comprises: a guidance unit 3. The guidance unit 3 is configured to guide traveling of trains by using the selected route.
  • Referring to FIG. 5, the operation of trains is controlled according to the selected route, safe driving is ensured, safety is good.
  • FIG. 6 is a structural schematic diagram of a third embodiment of a route control device based on a static interlocking table according to a specific implementation of the present disclosure, as shown in FIG. 6, an original interlocking table provided by design units is converted to a static interlocking table by the way of tabular conversion, a unique number of a route in the static interlocking table is selected according to the route selecting command, and a control logic is generated based on the unique number.
  • In a specific embodiment shown in this figure, the conversion unit 1 is further configured to convert an original interlocking table provided by design units to a static interlocking table by way of tabular conversion. The selection unit 2 specifically comprises: a selection module 21 and a generation module 22. The selection module 21 is configured to select a unique number of a route in the static interlocking table according to the route selecting command; and the generation module 22 is configured to generate a control logic based on the unique number. The guidance unit 3 is specifically configured to guide traveling of trains by using the control logic.
  • Referring to FIG. 6, an original interlocking table provided by design units is converted to a static interlocking table by the way of tabular conversion, a control logic is generated by using a unique number of the route in the static interlocking table, to control the normal operation of trains, the data processing amount is small, the data processing efficiency is high, and traveling safety can be ensured.
  • FIG. 7 is a schematic diagram of transition of a route state provided by a specific implementation of the present disclosure, as shown in FIG. 7, routing information in the static interlocking table is converted into a route control table through the route selecting command, and corresponding interlocking relationship is achieved by transition of various states of the route.
  • FIG. 8 is a schematic diagram of route establishment time sequence provided by a specific implementation of the present disclosure; FIG. 9 is a schematic diagram of route cancellation time sequence provided by a specific implementation of the present disclosure; FIG. 10 is a schematic diagram of route manual release time sequence provided by a specific implementation of the present disclosure; and FIG. 11 is a schematic diagram of failure release time sequence in a route section provided by a specific implementation of the present disclosure. As shown in FIGS. 8 to 11, working time diagrams of route establishment, route cancellation, route manual release, and failure release of route section are shown, and it can be seen that the original interlocking table provided by the design units is converted into a static interlocking, the fixed unique number of the route in the static interlocking table is directly used to generate a control logic so as to control the normal operation of trains, which can ensure that the selected route can be completely consistent to the requirement of the design units, thereby safe driving is ensured.
  • The specific embodiments of the present disclosure provide a route control method and device based on a static interlocking table, and a computer storage medium, with which the original interlocking table given by the design units is converted into a static interlocking table, and the route in the static interlocking table is selected by using route selecting command to ensure that the selected route can be completely consistent with the design units' requirement so as to ensure travel safety; since each route in the static interlocking table has a fixed unique number, during the route selection process, the unique number can be directly used, which improves the data processing efficiency; the static interlocking table is resident in the memory, the running speed is fast, and the processing efficiency is high.
  • The above-described embodiments of the present disclosure may be implemented in various hardware, software codes, or a combination thereof. For example, the embodiments of the present disclosure may also be program codes for executing the above method in a Digital Signal Processor (DSP). The present disclosure may also relate to a variety of functions performed by a computer processor, a digital signal processor, a microprocessor, or a Field Programmable Gate Array (FPGA). The above-mentioned processor may be configured to perform specific tasks in accordance with the present disclosure, which is implemented by executing machine-readable software codes or firmware codes that define a particular method disclosed by the present disclosure. Software codes or firmware codes may be developed into different programming languages and different formats or forms. Software codes may also be complied for different target platforms. However, different code patterns, types, and languages of software codes and other types of configuration code that perform tasks in accordance with the present disclosure do not depart from the spirits and scopes of the present disclosure.
  • The foregoing descriptions are merely exemplary embodiments of the present disclosure. Any changes and modifications made by those skilled in the art without departing from the concepts and principles of the present disclosure shall fall within the protection scopes of the present disclosure.

Claims (12)

  1. A route control method based on a static interlocking table, wherein the method comprises:
    converting an original interlocking table provided by design units to a static interlocking table; and
    selecting a route in the static interlocking table according to route selecting command.
  2. The route control method based on a static interlocking table according to claim 1, wherein the method further comprises:
    guiding traveling of trains by using the selected route.
  3. The method according to any of claims 1 to 2, wherein the step of converting an original interlocking table provided by design units to a static interlocking table specifically comprises:
    converting an original interlocking table provided by design units to a static interlocking table by the way of tabular conversion.
  4. The route control method based on a static interlocking table according to any of claims 1 to 3, wherein the step of selecting a route in the static interlocking table according to route selecting command specifically comprises:
    selecting a unique number of a route in the static interlocking table according to the route selecting command; and
    generating a control logic based on the unique number.
  5. The route control method based on a static interlocking table according to any of claims 1 to 4, wherein the step of guiding traveling of trains by using the selected route specifically comprises:
    guiding traveling of trains by using the control logic.
  6. The route control method based on a static interlocking table according to any of claims 1 to 5, wherein the static interlocking table is resident in a memory.
  7. A computer storage medium comprising computer-executable instructions, wherein when the computer-executable instructions are processed via a data processing device, the data processing device performs the method according to any of claims 1 to 6.
  8. A route control device based on a static interlocking table, wherein the device comprises:
    a conversion unit configured to convert an original interlocking table provided by design units to a static interlocking table; and
    a selection unit configured to select a route in the static interlocking table according to route selecting command.
  9. The route control device based on a static interlocking table according to claim 8, wherein the device further comprises:
    a guidance unit configured to guide traveling of trains by using the selected route.
  10. The route control device based on a static interlocking table according to any of claims 8 to 9, wherein the conversion unit is further configured to convert an original interlocking table provided by design units to a static interlocking table by the way of tabular conversion.
  11. The route control device based on a static interlocking table according to any of claims 8 to 10, wherein the selection unit specifically comprises:
    a selection module configured to select a unique number of a route in the static interlocking table according to route selecting command; and
    a generation module configured to generate a control logic based on the unique number.
  12. The route control device based on a static interlocking table according to any of claims 8 to 11, wherein the guidance unit is specifically configured to guide traveling of trains by using the control logic.
EP18875607.6A 2017-11-10 2018-05-07 Route control method and apparatus based on static interlocking table, and computer storage medium Pending EP3608199A4 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201711107350.8A CN108082213A (en) 2017-11-10 2017-11-10 Static interlocking table-based route control method and device and computer storage medium
PCT/CN2018/085831 WO2019091061A1 (en) 2017-11-10 2018-05-07 Route control method and apparatus based on static interlocking table, and computer storage medium

Publications (2)

Publication Number Publication Date
EP3608199A1 true EP3608199A1 (en) 2020-02-12
EP3608199A4 EP3608199A4 (en) 2020-08-12

Family

ID=62170461

Family Applications (1)

Application Number Title Priority Date Filing Date
EP18875607.6A Pending EP3608199A4 (en) 2017-11-10 2018-05-07 Route control method and apparatus based on static interlocking table, and computer storage medium

Country Status (4)

Country Link
EP (1) EP3608199A4 (en)
CN (1) CN108082213A (en)
EA (1) EA202091190A1 (en)
WO (1) WO2019091061A1 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109436035B (en) * 2018-09-18 2020-10-16 交控科技股份有限公司 Interlock data generation method
CN109552368B (en) * 2018-12-10 2020-11-10 交控科技股份有限公司 Automatic interlocking table generation method and device
CN113562025B (en) * 2021-06-30 2023-10-20 通号城市轨道交通技术有限公司 Computer interlocking table generation method and device, electronic equipment and storage medium
CN114771602B (en) * 2022-05-07 2024-01-02 通号城市轨道交通技术有限公司 Method and device for setting driving turnout
CN115923883B (en) * 2023-03-01 2023-05-30 北京全路通信信号研究设计院集团有限公司 Implementation method for configurable interlocking condition, interlocking system and electronic equipment
CN116142253B (en) * 2023-04-23 2023-08-01 卡斯柯信号(北京)有限公司 Code bit table generation method and device

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000010860A1 (en) * 1998-08-19 2000-03-02 Siemens Schweiz Ag Method and device for controlling a traffic installation
CN101431391B (en) * 2008-12-12 2011-08-17 北京佳讯飞鸿电气股份有限公司 Method for improving dynamic coding packet security of train control system
CN102616251B (en) * 2011-01-27 2014-12-10 中国铁路总公司 Automatic access management method and control device for high-speed train
WO2014010070A1 (en) * 2012-07-13 2014-01-16 株式会社日立製作所 Method for selecting alternate operating route for train, and system therefor
JP5863604B2 (en) * 2012-08-29 2016-02-16 三菱電機株式会社 Display control panel, train operation management system, and track circuit display method
JP5931760B2 (en) * 2013-01-21 2016-06-08 三菱重工業株式会社 Train operation control inspection device, train operation control inspection method, and program
CN103107942B (en) * 2013-02-26 2016-08-03 杭州华三通信技术有限公司 The tracking of a kind of static routing and equipment
CN104317812B (en) * 2014-09-25 2018-04-27 株洲南车时代电气股份有限公司 A kind of LKJ basic datas automatic generation method and system
CN106218671B (en) * 2016-09-06 2018-04-03 兰州铁路局 The control method and device of station train travel operation
CN106672022B (en) * 2016-12-15 2018-12-28 天津交控科技有限公司 A kind of rail traffic interlocking table generating method and system
CN106828541B (en) * 2017-01-23 2019-01-15 北京交通大学 It is suitable for the Road defence method of Che-vehicle communication Train Operation Control System Onboard interlocking

Also Published As

Publication number Publication date
EP3608199A4 (en) 2020-08-12
EA202091190A1 (en) 2020-11-24
CN108082213A (en) 2018-05-29
WO2019091061A1 (en) 2019-05-16

Similar Documents

Publication Publication Date Title
EP3608199A1 (en) Route control method and apparatus based on static interlocking table, and computer storage medium
US11226631B2 (en) Shuttle vehicle speed control method and apparatus, and shuttle vehicle
CN106020183A (en) AGV traffic dispatching management method based on traffic control area
CN110006442A (en) Air navigation aid, device, equipment and medium
CN112258873B (en) Method, apparatus, electronic device, and storage medium for controlling vehicle
KR102379060B1 (en) Velocity trajectory generation method, apparatus, and storage medium
AU2018202873A1 (en) Method for checking safety requirements of SSI-based data used in an interlocking control system
EP3713127B1 (en) Method and apparatus for hot backup of master control unit, and computer storage medium
JP6466116B2 (en) Operation control system
JP6484261B2 (en) Numerical controller
CN110328661B (en) Track planning method for single-step motion of robot
US20170003135A1 (en) Intelligent global positioning system service
CN113778455B (en) Code conversion method and device, electronic equipment and storage medium
CN110142757A (en) A kind of method, apparatus and slave computer controlling robot motion
JP7469173B2 (en) Train group control system and train group control method
CN112764413B (en) Robot path planning method
CN112859883B (en) Control method and control device of unmanned equipment
WO2021181630A1 (en) Moving object cooperative control device and management system
KR20210056963A (en) Method for building intersection model, device and medium
CN104767687B (en) Propagate critical path by and establish and update routing table method and apparatus
JP2016049924A (en) Program and operation curve creation device
CN112987761B (en) Control system, method and device of unmanned equipment
JP6298664B2 (en) Diamond data proposing device and diamond data proposing method
CN103661495A (en) Circuit data processing method and circuit data processing device
CN110763249A (en) Method, device and equipment for determining arrival station of automatic driving vehicle and storage medium

Legal Events

Date Code Title Description
STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE

PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE

17P Request for examination filed

Effective date: 20191104

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

AX Request for extension of the european patent

Extension state: BA ME

A4 Supplementary search report drawn up and despatched

Effective date: 20200710

RIC1 Information provided on ipc code assigned before grant

Ipc: B61L 27/00 20060101ALI20200706BHEP

Ipc: B61L 21/04 20060101ALI20200706BHEP

Ipc: B61L 19/00 20060101AFI20200706BHEP

DAV Request for validation of the european patent (deleted)
DAX Request for extension of the european patent (deleted)
STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: EXAMINATION IS IN PROGRESS

17Q First examination report despatched

Effective date: 20230228