CN110884537A - Linkage function implementation system and method - Google Patents

Linkage function implementation system and method Download PDF

Info

Publication number
CN110884537A
CN110884537A CN201911114499.8A CN201911114499A CN110884537A CN 110884537 A CN110884537 A CN 110884537A CN 201911114499 A CN201911114499 A CN 201911114499A CN 110884537 A CN110884537 A CN 110884537A
Authority
CN
China
Prior art keywords
linkage
plan
module
monitoring system
execution
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
CN201911114499.8A
Other languages
Chinese (zh)
Inventor
周俊辉
赵青莉
周伯尼
肖孟
郭佳
张帅
李卓林
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
CRSC Urban Rail Transit Technology Co Ltd
Original Assignee
CRSC Urban Rail Transit Technology 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 Urban Rail Transit Technology Co Ltd filed Critical CRSC Urban Rail Transit Technology Co Ltd
Priority to CN201911114499.8A priority Critical patent/CN110884537A/en
Publication of CN110884537A publication Critical patent/CN110884537A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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/04Automatic systems, e.g. controlled by train; Change-over to manual control

Landscapes

  • Engineering & Computer Science (AREA)
  • Mechanical Engineering (AREA)
  • Train Traffic Observation, Control, And Security (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The embodiment of the invention provides a system and a method for realizing linkage function, wherein the system comprises: the linkage front-end module is used for providing a universal action description language for a user to edit a linkage plan according to the dynamically changed train information and plan information and displaying the specific content of the linkage plan which is being executed; and the linkage background service module is used for judging whether the triggering condition of the linkage plan is met, analyzing the linkage plan after the linkage plan is triggered, converting the analysis result into a command to be processed, and sending the command to be processed to a module for executing the corresponding linkage plan in the automatic train monitoring system. According to the embodiment of the invention, a user edits the linkage plan according to the dynamically changed train information and plan information, so that the linkage function of the automatic train monitoring system is expanded, each independently running module realizes the linkage function, the specific content of the linkage plan which is being executed is visually displayed, and the usability of the linkage function in the whole system is ensured.

Description

Linkage function implementation system and method
Technical Field
The invention relates to the technical field of rail transit train operation control, in particular to a linkage function implementation system and method.
Background
The technical requirements of rail transit FAO (Full automatic operation) are to reduce manual participation as much as possible, wherein an automatic train monitoring system directly interacts with people, and the automation degree plays a key role in the operation process. In the operation process of the system, frequent manual operations such as power-on in the morning, train awakening, train delivery and the like exist, normal conditions in the operation process such as departure, stop and return, train clearing, line transfer in a vehicle section and the like of a communication vehicle running on a track exist, and various emergencies such as fire, loss of running state, toxic and harmful gas leakage and the like also exist. The common solution in the industry is to use the integrated monitoring system to operate and solve the problems of the actions and problems of the integrated monitoring system, and to use the dispatcher to operate the actions and problems of the signal system or the general dispatcher to give orders to process the emergency according to the contents of the emergency treatment plan manual.
The comprehensive monitoring system inherits most of the major and systems and realizes linkage operation between more than two subsystems or equipment linkage operation between different places. The linkage control of the integrated monitoring system is triggered by a predefined event, and a group of control commands related to a plurality of subsystems are executed, so that the cooperative control among the corresponding subsystems is completed. For example, when the morning startup time is reached, the linkage function sequentially triggers the morning startup modes of the environmental and equipment monitoring system, the tunnel ventilation system, the power lighting system, the broadcasting system and other subsystems; when the automatic fire alarm system triggers an alarm, the linkage function firstly starts the video monitoring system for the dispatcher to confirm the scene condition related to the alarm, and then the dispatcher performs semi-automatic linkage to trigger the corresponding operation of each related subsystem.
The linkage function of the existing comprehensive monitoring system can trigger simple actions and can also trigger a series of linkage actions between different devices or different places which are executed in sequence. The method has the disadvantages that the targeted trigger conditions are determined nodes, for example, point state information of a certain fixed time and a certain determining module cannot be targeted at dynamically changed nodes, the linkage function cannot be expanded, and the train operation plan is dynamically changed, so that the fixation of the linkage function cannot meet the actual operation requirement. Secondly, although a series of steps executed in a certain specific operation scene and related to a plurality of subsystems are abstracted into a linkage, the steps may be parallel or serial in the execution process, but the series of steps in the linkage are displayed in a list form in the interface display process, the list form cannot show the adjacent relation among the steps, and the current execution stage of the linkage cannot be intuitively displayed.
Disclosure of Invention
Embodiments of the present invention provide a system and method for implementing a linkage function that overcomes or at least partially solves the above-mentioned problems.
In a first aspect, an embodiment of the present invention provides a system for implementing a linkage function, including:
the linkage front-end module is used for providing a universal action description language for a user to edit a linkage plan according to the dynamically changed train information and plan information and displaying the specific content of the linkage plan which is being executed;
and the linkage background service module is used for judging whether the real-time running state of each subsystem of the automatic train monitoring system meets the triggering condition of the linkage plan, analyzing the linkage plan after the linkage plan is triggered, converting the analysis result into a command to be processed, and sending the command to be processed to a module for executing the corresponding linkage plan in the automatic train monitoring system.
Wherein the linkage front end module further comprises: a linkage definition module and a linkage execution display module, wherein,
the linkage definition module is used for refining linkage function triggering conditions of the automatic train monitoring system, determining a general action description language and editing a linkage plan by a user according to dynamically changed train information and plan information;
and the linkage execution display module is used for displaying the specific content of the currently executed linkage plan.
Wherein, linkage backstage supporter service module further includes: a linkage background trigger service module and a linkage background execution service module, wherein,
the linkage background triggering service module is used for uninterruptedly polling the real-time running data of each subsystem of the automatic train monitoring system or receiving the real-time running data of each subsystem of the automatic train monitoring system by taking the triggering condition of the linkage plan as a target, analyzing the real-time running data, acquiring the real-time running state of each subsystem of the automatic train monitoring system, and judging whether the real-time running state of each subsystem of the automatic train monitoring system meets the triggering condition of the linkage plan or not;
and the linkage background execution service module is used for analyzing the specific content of each node in the linkage plan and converting the analyzed result into a command to be processed if the real-time running state of each subsystem of the automatic train monitoring system meets the triggering condition of the linkage plan, and sending the command to be processed to the command processing module of the automatic train monitoring system so that the command processing module can execute the corresponding linkage plan.
Wherein, linkage function implementation system still includes:
and the linkage database operation module is used for storing all linkage plans edited by the user through the linkage definition module, receiving request commands of other modules of the linkage function realization system, feeding back related data to the other modules and storing executed linkage plan information.
The linkage execution display module is specifically configured to:
the method comprises the steps of visually displaying a currently executed plan and specific contents thereof in a directed acyclic graph mode, displaying states of each node of the currently executed plan in a different mode in a distinguishing mode, and providing automatic, semi-automatic and manual executed scheme switching functions.
Wherein, the linkage background execution service module is further used for:
and switching the state mechanism according to the current state of each node in the linkage plan which is currently executed and the final execution result receipt message of the command processing module, and finally determining whether the execution result is successful or failed.
Wherein, the linkage execution display module is further configured to:
receiving a linkage execution scheme setting message of a user, and sending the linkage execution scheme setting message to the linkage background service module; accordingly, the number of the first and second electrodes,
the linkage background service module analyzes the linkage execution scheme setting message, converts the result obtained by analysis into a related command, and sends the related command to a module which is currently executing a corresponding linkage plan in the automatic train monitoring system;
wherein the linkage execution scheme setting message includes: pausing or terminating the currently executing linkage plan, performing linkage actions in a single step or multiple steps, and skipping one of the linkage actions over time.
In a second aspect, an embodiment of the present invention provides a linkage function implementing method applied to the linkage function implementing system according to the first aspect, including:
providing a universal action description language for a user to edit the linkage plan according to the dynamically changed train information and plan information;
judging whether the real-time running state of each subsystem of the automatic train monitoring system meets the triggering condition of the linkage plan or not;
if the real-time running state of each subsystem of the automatic train monitoring system meets the triggering condition of the linkage plan, analyzing the linkage plan, converting the analysis result into a command to be processed, and sending the command to be processed to a module for executing the corresponding linkage plan;
and showing the specific content of the linkage plan which is being executed.
Wherein, still include:
and storing complete linkage plan information, and performing disconnection recovery processing according to the complete linkage plan information.
The method comprises the steps of receiving linkage execution scheme setting information of a user, analyzing the linkage execution scheme setting information, converting a result obtained by analysis into a related command, and sending the related command to a module which is currently executing a corresponding linkage plan in the automatic train monitoring system.
The linkage function implementation system and method provided by the embodiment of the invention provide a universal and recognizable action description language, so that a user can edit a linkage plan meeting the actual situation according to dynamically changed train information and plan information, the linkage function of the automatic train monitoring system is expanded, each independently running module realizes the linkage function, the automation level capability of the automatic train monitoring system is improved, and the operation efficiency is improved. In addition, the specific content of the linkage plan which is being executed can be visually displayed, the usability of the linkage function in the whole system can be ensured, and the quick application of a user is realized.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
Fig. 1 is a schematic structural diagram of a linkage function implementation system according to an embodiment of the present invention;
fig. 2 is a schematic diagram illustrating an implementation of a linkage function implementation system according to an embodiment of the present invention;
fig. 3 is a timing diagram of a linkage function implementing system according to an embodiment of the present invention;
fig. 4 is a schematic flow chart of a linkage function implementation method according to an embodiment of the present invention;
fig. 5 is a schematic physical structure diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a schematic structural diagram of a linkage function implementation system provided in an embodiment of the present invention, including: a linkage front-end module 110 and a linkage back-end service module 120, wherein,
the linkage front-end module 110 is configured to provide a general action description language for a user to edit a linkage plan according to dynamically changing train information and plan information, and to display specific contents of the linkage plan being executed;
specifically, the linkage front-end module 110 mainly functions to implement human-computer interaction based on a linkage plan, and provide a universal action description language for a user to edit the linkage plan according to dynamically changing train information and plan information. Wherein, the following method is adopted to obtain the universal action descriptor: the method comprises the steps of deeply mining various data in an automatic monitoring system of the urban rail transit train and operation scenes under various conditions, extracting specific implementation steps or emergency treatment schemes, extracting all possible trigger conditions, carrying out unified deep data mining, and obtaining a general action description language which can be identified.
Wherein the trigger condition includes, but is not limited to, one or more of presentation information, train information, and schedule information. The representation information refers to state representation information of each module in subsystems such as an environment and equipment monitoring system, a tunnel ventilation system, a power lighting system, a broadcasting system and the like, for example, the specific state of a certain button; train information refers to information relating to the train itself, such as a number; the plan information is train operation plan information.
The linkage front-end module 110 provides a general action description language to the user for the user to edit the linkage plan according to the actual situation.
The user edits the linkage plan by using the general action description language provided by the linkage front-end module 110, for example, in an operation scene with the presentation information as the trigger condition, the trigger condition is clear presentation information, the related execution steps are linkage execution steps of each module of each subsystem related to the presentation information, and the related execution steps can be edited into a complete linkage plan by using the general action description language.
The linkage front-end module 110 is further configured to display specific contents of the linkage plan being executed, for example, visually display the plan currently being executed and the specific contents thereof, and display states of each node of the plan currently being executed in different colors in a differentiated manner, and provide automatic, semi-automatic, and manually executed scheme switching functions.
The linkage background service module 120 is configured to determine whether a real-time operating state of each subsystem of the train automatic monitoring system meets a triggering condition of a linkage plan, analyze the linkage plan after the linkage plan is triggered, convert an analysis result into a to-be-processed command, and send the to-be-processed command to a module in the train automatic monitoring system, where the module executes a corresponding linkage plan.
Specifically, the main function of the linkage background service module 120 is to implement linkage plan triggering and linkage execution processing.
The linkage background service module 120 acquires the real-time running state of each subsystem of the train automatic monitoring system, judges whether the real-time running state meets the triggering condition of a certain linkage plan, if so, triggers the linkage plan, analyzes the specific content of each step in the linkage plan, converts the specific content into a command which can be identified by the train automatic monitoring system, sends the command to a module for executing the corresponding linkage plan in the train automatic monitoring system, and specifically executes the corresponding linkage plan by the module for executing the corresponding linkage plan.
The linkage function implementation system provided by the embodiment of the invention provides a universal and recognizable action description language, so that a user can edit a linkage plan meeting the actual situation according to dynamically changed train information and plan information, the linkage function of the automatic train monitoring system is expanded, each independently running module realizes the linkage function, the automation level capability of the automatic train monitoring system is improved, and the operation efficiency is improved. In addition, the specific content of the linkage plan which is being executed can be visually displayed, the usability of the linkage function in the whole system can be ensured, and the quick application of a user is realized.
Based on the content of the above embodiment, the linkage front-end module 110 further includes: a linkage definition module and a linkage execution display module, wherein,
the linkage definition module is used for refining linkage function triggering conditions of the automatic train monitoring system, determining a general action description language and editing a linkage plan by a user according to dynamically changed train information and plan information;
specifically, the linkage definition module provides an editing interface for a user to edit the linkage plan according to the dynamically changed train information and plan information. By collecting, arranging and refining the data of the automatic monitoring system of the urban rail transit train, the universal action description language including node data, train information, plan information and the like is realized.
And the linkage execution display module is used for displaying the specific content of the currently executed linkage plan.
Specifically, the linkage execution display module provides an execution interface, and intuitively displays the specific content of the currently executed linkage plan to the user.
In one embodiment, the linkage execution display module is specifically configured to:
the method comprises the steps of visually displaying a currently executed plan and specific contents thereof in a directed acyclic graph mode, displaying states of each node of the currently executed plan in a different mode, such as displaying in different colors, and providing automatic, semi-automatic and manually executed scheme switching functions.
The linkage function implementation system provided by the embodiment of the invention can realize the extension of the linkage function, and can more intuitively display the execution process of the linkage plan by drawing a series of action steps into a dynamically-changed directed acyclic graph, thereby determining the usability of the linkage function in the whole automatic train monitoring system.
In another embodiment of the present invention, based on the above embodiment, the system for implementing a linkage function further includes:
and the linkage database operation module is used for storing all linkage plans edited by the user through the linkage definition module, receiving request commands of other modules of the linkage function realization system, feeding back related data to the other modules and storing executed linkage plan information.
Specifically, the linkage database operation module is responsible for storing all plans edited by a user through the linkage definition module, receiving request commands of other modules (namely the linkage front-end module and the linkage background service module) after the linkage function realization system is started, and feeding data back to the other modules. The linkage database operation module is also used for storing complete linkage plan information, not only can provide reference data, but also can recover an unexecuted plan when the system is interrupted suddenly by inquiring the linkage plan information.
According to the linkage function implementation system provided by the embodiment of the invention, the disconnection recovery processing of the linkage function can be realized through the linkage database operation module.
Based on the content of the above embodiment, the linkage background service module 120 further includes: a linkage background trigger service module and a linkage background execution service module, wherein,
the linkage background triggering service module is used for uninterruptedly polling the real-time running data of each subsystem of the automatic train monitoring system or receiving the real-time running data of each subsystem of the automatic train monitoring system by taking the triggering condition of the linkage plan as a target, analyzing the real-time running data, acquiring the real-time running state of each subsystem of the automatic train monitoring system, and judging whether the real-time running state of each subsystem of the automatic train monitoring system meets the triggering condition of the linkage plan or not;
specifically, the linkage background triggering service module may acquire real-time operation data of each subsystem of the train automatic monitoring system by means of active polling or passive receiving, automatically analyze the acquired real-time operation data to acquire a real-time operation state of each subsystem of the train automatic monitoring system, determine whether the real-time operation state satisfies a triggering condition of a certain linkage plan according to the acquired real-time operation state, trigger the linkage plan if the real-time operation state satisfies the triggering condition, and not trigger the linkage plan if the real-time operation state does not satisfy the triggering condition.
And the linkage background execution service module is used for analyzing the specific content of each node in the linkage plan and converting the analyzed result into a command to be processed if the real-time running state of each subsystem of the automatic train monitoring system meets the triggering condition of the linkage plan, and sending the command to be processed to the command processing module of the automatic train monitoring system so that the command processing module can execute the corresponding linkage plan.
Specifically, if the linkage background execution service module learns that the real-time running state of each subsystem of the current automatic train monitoring system meets the triggering condition of a certain linkage plan, the linkage plan is analyzed, the analysis result is converted into a command which can be processed by a command processing module of the automatic train monitoring system, namely, a command to be processed, and the command to be processed is sent to the command processing module of the automatic train monitoring system, so that the command processing module executes the linkage plan.
The linkage function implementation system provided by the embodiment of the invention realizes automatic triggering and linkage execution processing of the linkage function.
Based on the content of the above embodiment, the linkage background execution service module is further configured to:
and switching the state mechanism according to the current state of each node in the linkage plan which is currently executed and the final execution result receipt message of the command processing module, and finally determining whether the execution result is successful or failed.
Specifically, in order to display the linkage execution state to the user in real time, the linkage background execution service module switches the state mechanism according to the current state of each node in the currently executing linkage plan and the final execution result receipt message of the command processing module, or continues to execute the plan, or waits, or automatically skips over time, or terminates executing the plan, and finally determines whether the execution result is successful or failed, and then the linkage execution display module displays the linkage execution state on the execution interface.
Based on the content of the above embodiment, the linkage execution display module is further configured to:
receiving a linkage execution scheme setting message of a user, and sending the linkage execution scheme setting message to the linkage background service module; accordingly, the number of the first and second electrodes,
the linkage background service module analyzes the linkage execution scheme setting message, converts the result obtained by analysis into a related command, and sends the related command to a module which is currently executing a corresponding linkage plan in the automatic train monitoring system;
wherein the linkage execution scheme setting message includes: pausing or terminating the currently executing linkage plan, performing linkage actions in a single step or multiple steps, and skipping one of the linkage actions over time.
Specifically, the embodiment of the invention also provides a standardized and visualized operation flow, and a user can pause or terminate linkage through the linkage execution display module, can execute linkage actions in single step or multiple steps, and even skip the linkage steps after time.
The linkage execution display module receives linkage execution scheme setting information of a user, wherein the linkage execution scheme setting information comprises but is not limited to: pausing or terminating the linkage plan currently being executed, executing linkage actions in a single step or multiple steps, skipping one of the linkage actions when overtime occurs, and sending the linkage execution scheme setting message to the linkage background service module.
The linkage background service module analyzes the linkage execution scheme setting message, converts the result obtained by analysis into a related command, and sends the related command to a module which is currently executing a corresponding linkage plan in the automatic train monitoring system, so that linkage execution is suspended or terminated, but step or multi-step execution is performed, or overtime jumping is linked.
Fig. 2 is a schematic diagram illustrating an implementation of a linkage function implementation system according to an embodiment of the present invention. Fig. 3 is a linkage timing diagram of the linkage function implementation system according to the embodiment of the present invention. The linkage function implementation system provided by the embodiment of the invention can correctly and timely trigger the corresponding plan after meeting the triggering condition, automatically execute each step of the plan, improve the operation efficiency and the automation level and improve the response speed of processing in all aspects.
In another aspect of the present invention, as shown in fig. 4, a schematic flow chart of a linkage function implementation method provided in the embodiment of the present invention includes:
step 100, providing a universal action description language for a user to edit a linkage plan according to dynamically changed train information and plan information;
step 200, judging whether the real-time running state of each subsystem of the automatic train monitoring system meets the triggering condition of a linkage plan or not;
step 300, if the real-time running state of each subsystem of the automatic train monitoring system meets the triggering condition of the linkage plan, analyzing the linkage plan, converting the analysis result into a command to be processed, and sending the command to be processed to a module for executing the corresponding linkage plan;
and step 400, displaying the specific content of the linkage plan which is being executed.
For understanding the linkage function implementation method provided by the embodiment of the present invention, reference may be made to the description of the linkage function implementation system, which is not described herein again.
The linkage function implementation method provided by the embodiment of the invention provides a universal and recognizable action description language, so that a user can edit a linkage plan meeting the actual situation according to dynamically changed train information and plan information, the linkage function of the automatic train monitoring system is expanded, the actual operation requirement is met, the automation level capability of the automatic train monitoring system is improved, and the operation efficiency is improved. In addition, the specific content of the linkage plan which is being executed can be visually displayed, the usability of the linkage function in the whole system can be ensured, and the quick application of a user is realized.
Based on the content of the above embodiment, the method further includes:
and storing complete linkage plan information, and performing disconnection recovery processing according to the complete linkage plan information.
Specifically, storing the executed complete linkage plan information can not only provide the referenceable data, but also recover the plan that is not executed when the system is interrupted by inquiring the linkage plan information after the system is interrupted suddenly.
The linkage function implementation method provided by the embodiment of the invention realizes the disconnection recovery processing of the linkage function.
Based on the content of the above embodiment, the method further includes:
receiving linkage execution scheme setting information of a user, analyzing the linkage execution scheme setting information, converting the result obtained by analysis into a related command, and sending the related command to a module which is currently executing a corresponding linkage plan in the automatic train monitoring system.
Specifically, the embodiment of the invention also provides a standardized and visualized operation flow, and a user can pause or terminate linkage through the linkage execution display module, can execute linkage actions in single step or multiple steps, and even skip the linkage steps after time. Receiving a linkage execution scheme setting message of a user, wherein the linkage execution scheme setting message comprises but is not limited to: the method comprises the steps of pausing or terminating a linkage plan currently being executed, executing linkage actions in a single step or multiple steps, skipping one of the linkage actions in time-out, analyzing the linkage execution scheme setting message, converting the result obtained by analysis into a related command, and sending the related command to a module, in the automatic train monitoring system, currently executing the corresponding linkage plan, so that the linkage execution is paused or terminated, but the linkage is executed in steps or multiple steps, or the linkage is skipped in time-out.
Fig. 5 is a schematic entity structure diagram of an electronic device according to an embodiment of the present invention, and as shown in fig. 5, the electronic device may include: a processor (processor)510, a communication Interface (Communications Interface)520, a memory (memory)530 and a communication bus 540, wherein the processor 510, the communication Interface 520 and the memory 530 communicate with each other via the communication bus 540. Processor 510 may invoke a computer program stored on memory 530 and executable on processor 510 to perform the linkage function implementation methods provided by the above-described method embodiments, including, for example: providing a universal action description language for a user to edit the linkage plan according to the dynamically changed train information and plan information; judging whether the real-time running state of each subsystem of the automatic train monitoring system meets the triggering condition of the linkage plan or not; if the real-time running state of each subsystem of the automatic train monitoring system meets the triggering condition of the linkage plan, analyzing the linkage plan, converting the analysis result into a command to be processed, and sending the command to be processed to a module for executing the corresponding linkage plan; and showing the specific content of the linkage plan which is being executed.
Furthermore, the logic instructions in the memory 530 may be implemented in the form of software functional units and stored in a computer readable storage medium when the software functional units are sold or used as independent products. Based on such understanding, the technical solutions of the embodiments of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the methods described in the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
An embodiment of the present invention further provides a non-transitory computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the linkage function implementing method provided in the foregoing method embodiments, for example, including: providing a universal action description language for a user to edit the linkage plan according to the dynamically changed train information and plan information; judging whether the real-time running state of each subsystem of the automatic train monitoring system meets the triggering condition of the linkage plan or not; if the real-time running state of each subsystem of the automatic train monitoring system meets the triggering condition of the linkage plan, analyzing the linkage plan, converting the analysis result into a command to be processed, and sending the command to be processed to a module for executing the corresponding linkage plan; and showing the specific content of the linkage plan which is being executed.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A linkage function implementing system, comprising:
the linkage front-end module is used for providing a universal action description language for a user to edit a linkage plan according to the dynamically changed train information and plan information and displaying the specific content of the linkage plan which is being executed;
and the linkage background service module is used for judging whether the real-time running state of each subsystem of the automatic train monitoring system meets the triggering condition of the linkage plan, analyzing the linkage plan after the linkage plan is triggered, converting the analysis result into a command to be processed, and sending the command to be processed to a module for executing the corresponding linkage plan in the automatic train monitoring system.
2. The linkage function realization system according to claim 1, wherein the linkage front end module further comprises: a linkage definition module and a linkage execution display module, wherein,
the linkage definition module is used for refining linkage function triggering conditions of the automatic train monitoring system, determining a general action description language and editing a linkage plan by a user according to dynamically changed train information and plan information;
and the linkage execution display module is used for displaying the specific content of the currently executed linkage plan.
3. The system of claim 1, wherein the linkage background service module further comprises: a linkage background trigger service module and a linkage background execution service module, wherein,
the linkage background triggering service module is used for uninterruptedly polling the real-time running data of each subsystem of the automatic train monitoring system or receiving the real-time running data of each subsystem of the automatic train monitoring system by taking the triggering condition of the linkage plan as a target, analyzing the real-time running data, acquiring the real-time running state of each subsystem of the automatic train monitoring system, and judging whether the real-time running state of each subsystem of the automatic train monitoring system meets the triggering condition of the linkage plan or not;
and the linkage background execution service module is used for analyzing the specific content of each node in the linkage plan and converting the analyzed result into a command to be processed if the real-time running state of each subsystem of the automatic train monitoring system meets the triggering condition of the linkage plan, and sending the command to be processed to the command processing module of the automatic train monitoring system so that the command processing module can execute the corresponding linkage plan.
4. The linkage function implementation system according to claim 2, further comprising:
and the linkage database operation module is used for storing all linkage plans edited by the user through the linkage definition module, receiving request commands of other modules of the linkage function realization system, feeding back related data to the other modules and storing executed linkage plan information.
5. The system of claim 2, wherein the linkage execution display module is specifically configured to:
the method comprises the steps of visually displaying a currently executed plan and specific contents thereof in a directed acyclic graph mode, displaying states of each node of the currently executed plan in a different mode in a distinguishing mode, and providing automatic, semi-automatic and manual executed scheme switching functions.
6. The system of claim 3, wherein the linkage background execution service module is further configured to:
and switching the state mechanism according to the current state of each node in the linkage plan which is currently executed and the final execution result receipt message of the command processing module, and finally determining whether the execution result is successful or failed.
7. The system of claim 5, wherein the linkage execution display module is further configured to:
receiving a linkage execution scheme setting message of a user, and sending the linkage execution scheme setting message to the linkage background service module; accordingly, the number of the first and second electrodes,
the linkage background service module analyzes the linkage execution scheme setting message, converts the result obtained by analysis into a related command, and sends the related command to a module which is currently executing a corresponding linkage plan in the automatic train monitoring system;
wherein the linkage execution scheme setting message includes: pausing or terminating a currently executing linkage plan, performing linkage actions in a single step or multiple steps, and skipping linkage actions over time.
8. A linkage function implementation method applied to the linkage function implementation system according to any one of claims 1 to 7, comprising:
providing a universal action description language for a user to edit the linkage plan according to the dynamically changed train information and plan information;
judging whether the real-time running state of each subsystem of the automatic train monitoring system meets the triggering condition of the linkage plan or not;
if the real-time running state of each subsystem of the automatic train monitoring system meets the triggering condition of the linkage plan, analyzing the linkage plan, converting the analysis result into a command to be processed, and sending the command to be processed to a module for executing the corresponding linkage plan;
and showing the specific content of the linkage plan which is being executed.
9. The linkage function implementing method according to claim 8, further comprising:
and storing complete linkage plan information, and performing disconnection recovery processing according to the complete linkage plan information.
10. The linkage function implementing method according to claim 8, further comprising:
receiving linkage execution scheme setting information of a user, analyzing the linkage execution scheme setting information, converting the result obtained by analysis into a related command, and sending the related command to a module which is currently executing a corresponding linkage plan in the automatic train monitoring system.
CN201911114499.8A 2019-11-14 2019-11-14 Linkage function implementation system and method Pending CN110884537A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911114499.8A CN110884537A (en) 2019-11-14 2019-11-14 Linkage function implementation system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911114499.8A CN110884537A (en) 2019-11-14 2019-11-14 Linkage function implementation system and method

Publications (1)

Publication Number Publication Date
CN110884537A true CN110884537A (en) 2020-03-17

Family

ID=69747559

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911114499.8A Pending CN110884537A (en) 2019-11-14 2019-11-14 Linkage function implementation system and method

Country Status (1)

Country Link
CN (1) CN110884537A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112078628A (en) * 2020-08-28 2020-12-15 通号城市轨道交通技术有限公司 Train linkage control method and device
CN112766711A (en) * 2021-01-15 2021-05-07 国家海洋信息中心 Plan scheduling management method, system, electronic equipment and storage medium
CN112758142A (en) * 2021-01-28 2021-05-07 青岛海信网络科技股份有限公司 Scene modularization realization method and device applied to full-automatic operation system
CN113895486A (en) * 2021-10-14 2022-01-07 通号城市轨道交通技术有限公司 Train information transmission method and device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05181800A (en) * 1991-12-29 1993-07-23 Nec Corp Command linkage system
CN104683443A (en) * 2015-01-23 2015-06-03 浙江浙大中控信息技术有限公司 Linkage service system and linkage service method applied in integrated rail transit supervisory control system
CN106293971A (en) * 2016-08-15 2017-01-04 张家林 A kind of method and apparatus of distributed task dispatching
CN107526631A (en) * 2017-09-01 2017-12-29 百度在线网络技术(北京)有限公司 A kind of Mission Monitor method, apparatus, equipment and medium
CN107621935A (en) * 2017-08-08 2018-01-23 北京和利时系统工程有限公司 A kind of coordinated control system and inter-linked controlling method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05181800A (en) * 1991-12-29 1993-07-23 Nec Corp Command linkage system
CN104683443A (en) * 2015-01-23 2015-06-03 浙江浙大中控信息技术有限公司 Linkage service system and linkage service method applied in integrated rail transit supervisory control system
CN106293971A (en) * 2016-08-15 2017-01-04 张家林 A kind of method and apparatus of distributed task dispatching
CN107621935A (en) * 2017-08-08 2018-01-23 北京和利时系统工程有限公司 A kind of coordinated control system and inter-linked controlling method
CN107526631A (en) * 2017-09-01 2017-12-29 百度在线网络技术(北京)有限公司 A kind of Mission Monitor method, apparatus, equipment and medium

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112078628A (en) * 2020-08-28 2020-12-15 通号城市轨道交通技术有限公司 Train linkage control method and device
CN112766711A (en) * 2021-01-15 2021-05-07 国家海洋信息中心 Plan scheduling management method, system, electronic equipment and storage medium
CN112758142A (en) * 2021-01-28 2021-05-07 青岛海信网络科技股份有限公司 Scene modularization realization method and device applied to full-automatic operation system
CN112758142B (en) * 2021-01-28 2023-03-14 青岛海信网络科技股份有限公司 Scene modularization realization method and device applied to full-automatic operation system
CN113895486A (en) * 2021-10-14 2022-01-07 通号城市轨道交通技术有限公司 Train information transmission method and device
CN113895486B (en) * 2021-10-14 2024-04-12 通号城市轨道交通技术有限公司 Train information transmission method and device

Similar Documents

Publication Publication Date Title
CN110884537A (en) Linkage function implementation system and method
CN105306272B (en) Information system fault scenes formation gathering method and system
CN109672583A (en) Method for monitoring network, equipment, storage medium and device
CN109688042A (en) A kind of message treatment method and device
CN109783427B (en) Method, server and system for realizing linked schedule reminding
CN108337127B (en) Application performance monitoring method, system, terminal and computer readable storage medium
CN112087523B (en) Intelligent building management system and device based on cloud service and computer readable storage medium
CN106847285A (en) A kind of robot and its audio recognition method
WO2016082649A1 (en) Method and device for automatically processing static test data of rail transit vehicle
CN110971922A (en) Live broadcast and microphone connecting state monitoring method, device, storage medium and system
CN114500554B (en) Internet of things system management method
CN112433759A (en) Standardized maintenance terminal for train control center system and implementation method thereof
CN114691407A (en) Method and device for acquiring vehicle log, electronic equipment and storage medium
CN110750425A (en) Database monitoring method, device and system and storage medium
CN102902574B (en) Cooperative processing method and device of multiple information flow nodes
CN112455500A (en) Initial station jump stop query method under line crossing condition and local line management system
CN107170218A (en) A kind of remote assistance method debugged for fire protection alarm system and system
CN107145427A (en) A kind of method and system of automatic classification monitoring application service daily record
CN110213667B (en) Network guarantee method, system, equipment and storage medium for online video interaction
CN101971562B (en) Method, device and system for controlling automatic running process performance
CN117793418B (en) Monitoring method, device, equipment and storage medium for third-party media live broadcast
CN109660570B (en) Method, storage medium, device and system for issuing road tools
CN112693502A (en) Urban rail transit monitoring system and method based on big data architecture
KR100638023B1 (en) Real-time provisioning device of network management data using true push and method thereof
CN112333073B (en) Network acceleration method, system, device and readable storage medium of gateway device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200317