CN114443005B - Middleware-based system integration method - Google Patents

Middleware-based system integration method Download PDF

Info

Publication number
CN114443005B
CN114443005B CN202111667210.2A CN202111667210A CN114443005B CN 114443005 B CN114443005 B CN 114443005B CN 202111667210 A CN202111667210 A CN 202111667210A CN 114443005 B CN114443005 B CN 114443005B
Authority
CN
China
Prior art keywords
data
sensor
module
information
platform
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202111667210.2A
Other languages
Chinese (zh)
Other versions
CN114443005A (en
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.)
Chinese Aeronautical Est
Shenyang Aircraft Design and Research Institute Aviation Industry of China AVIC
Original Assignee
Chinese Aeronautical Est
Shenyang Aircraft Design and Research Institute Aviation Industry of China AVIC
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 Chinese Aeronautical Est, Shenyang Aircraft Design and Research Institute Aviation Industry of China AVIC filed Critical Chinese Aeronautical Est
Priority to CN202111667210.2A priority Critical patent/CN114443005B/en
Publication of CN114443005A publication Critical patent/CN114443005A/en
Application granted granted Critical
Publication of CN114443005B publication Critical patent/CN114443005B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/544Buffers; Shared memory; Pipes

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Aiming, Guidance, Guns With A Light Source, Armor, Camouflage, And Targets (AREA)

Abstract

The invention discloses a middleware-based system integration method, and particularly relates to the technical field of military software system integration. Compared with the prior art, the invention can adapt to the information interfaces of different platforms, provides information for the combat service by the same interface, reduces the complexity of the combat service aiming at the integration of the combat service, ensures that the combat service is easy to maintain, and solves the problem of mutual understanding of heterogeneous information.

Description

Middleware-based system integration method
Technical Field
The invention relates to the technical field of military software system integration, in particular to a middleware-based system integration method.
Background
With the development of military wireless communication technology, data chains with different capabilities suitable for different combat units and different service functions are formed. The traditional data link only has the network layer of the data link of the type and the functions below the network layer, and direct intercommunication between heterogeneous data links cannot be performed. For the combat units in the modern combined combat background, how to form an integrated network capability based on heterogeneous data chains becomes an urgent problem to be solved.
Disclosure of Invention
Against the background of the technology, the invention provides a system integration method based on middleware, which can adapt to information interfaces of different platforms, provide information for combat services by the same interface, reduce the complexity of the combat services for integration, ensure that the combat services are easy to maintain, and solve the problem of mutual understanding of heterogeneous information.
In order to achieve the above purpose, the embodiment of the present invention adopts the following technical scheme:
The system integration method based on the middleware is characterized by designing a combat service information management module, a sensor data preprocessing module, a platform data processing module, a data writing authority processing module, a situation map construction module, a shared data processing module, a time reference module and a database storage module, wherein: the combat service information management module is connected with the combat service interface and the memory data pool and is used for realizing information interaction and management between the integrated middleware and the combat service; the sensor data preprocessing module is connected with the platform function interface and the memory data pool, and is used for realizing data preprocessing of the radar, the electronic warfare, the DAS and the light Lei Chuan sensor and realizing standardized task data conversion of the sensor and standardized output of detection data; the platform data processing module is connected with the platform function interface and the memory data pool, and is used for processing the platform positioning information, weapon system output data and fire control resolving platform information and transmitting the information required to be processed by the platform to the platform function; the data write permission processing module is connected with the platform function interface and the memory data pool, judges whether the user has qualification of writing information according to the role of the user, and uses the user permission to perform writing information safety management of an application layer; the situation map construction module is connected with the platform function interface and the memory data pool, and realizes the construction and periodical display functions of the situation map based on situation data in the memory data pool; the shared data processing module is connected with the memory data pool and the downlink service data interface and is used for processing information received from the network layer from other platforms; the time reference module is connected with the memory data pool and is used for realizing the function of generating local system time; the database storage module is connected with the memory data pool and is used for storing data in the memory data pool into the database.
Preferably, the combat service information management module enters the processing flow of each service according to the source of the message, and then enters the processing sub-function of each service message interface for message processing according to the message ID.
Preferably, the sensor data preprocessing module includes two main types: sensor control data and sensor detection data, wherein: for sensor control data, a sensor data preprocessing module receives a standard control interface of upper layer combat service, maps the standard control interface to a control interface of a corresponding sensor by identifying the type and the model of the sensor, transmits the standard control interface to the sensor or display control, and updates sensor information associated with a platform if the sensor returns state data; for the sensor detection/tracking data, the sensor data preprocessing module receives the detection data of the corresponding model, analyzes the meaning of the data according to the type and the model of the sensor, converts the data into a unified detection data interface, stores the detection/tracking information of the sensor into the classification, and outputs the detection/tracking information to a combat service for use.
Preferably, users with different roles in the situation map construction module have different information viewing rights, and the situation map construction module screens information according to the roles of the users and presents information with different ranges for the users with different roles.
The middleware-based system integration method provided by the invention has the following beneficial effects:
The invention can adapt to the information interfaces of different platforms, provides information for the combat service by the same interface, reduces the complexity of the combat service aiming at the integration of the combat service, ensures the combat service to be easy to maintain, and solves the problem of mutual understanding of heterogeneous information, wherein: the integrated middleware software uses the memory data pool to uniformly manage the combat information; when the situation map is constructed, information to be displayed is obtained from the memory data pool according to the view of a user; when the user operates, the data can be issued and written into the memory data pool according to the judgment of the writing authority.
Drawings
FIG. 1 is a software architecture diagram of the present invention;
FIG. 2 is a flow chart of the process of the combat service information management module of the present invention;
FIG. 3 is a sub-process flow diagram of the sensor residual resource interface for SD combat service information output in the combat service information management module according to the present invention;
FIG. 4 is a flow chart showing sub-processing of the IFC interface for SD combat service information output in the combat service information management module according to the present invention;
Fig. 5 is a flowchart showing a sub-process of a fusion data interface for DIS combat service information output in a combat service information management module according to the present invention;
FIG. 6 is a flow chart of a sub-process of the threat ranking interface of PAD combat service information output in the combat service information management module of the present invention;
FIG. 7 is a flow chart showing the sub-processing of the COA interface of the PAD combat service information output in the combat service information management module according to the present invention;
FIG. 8 is a flow chart of a sub-process of the planning interface for WAS combat service information output in the combat service information management module according to the present invention;
FIG. 9 is a flow chart of sub-processing of the IFC interface for ME combat service information output in the combat service information management module according to the present invention;
FIG. 10 is a flow chart illustrating the processing of the sensor data preprocessing module according to the present invention;
FIG. 11 is a process flow diagram of a platform data processing module according to the present invention;
FIG. 12 is a flow chart of a sub-process of the platform output sensor state interface in the platform data processing module according to the present invention;
FIG. 13 is a flow chart of sub-processing of the inertial navigation data interface of the present invention in the platform data processing module;
FIG. 14 is a flow chart of a sub-process of the fire control calculation data interface output by the platform in the platform data processing module according to the present invention;
FIG. 15 is a flowchart of a sub-process of the missile backhaul data interface output by the platform in the platform data processing module according to the present invention;
FIG. 16 is a flow chart illustrating the processing of the data write permission processing module according to the present invention;
FIG. 17 is a sub-process flow diagram of the read rights process in the situation map building block of the present invention;
FIG. 18 is a flow chart of the processing of the situation map construction module of the present invention.
Detailed Description
In the description of the present invention, it should be understood that the terms "center," "upper," "lower," "front," "rear," "left," "right," "vertical," "horizontal," "top," "bottom," "inner," "outer," and the like indicate orientations or positional relationships based on the orientation or positional relationships shown in the drawings, merely to facilitate describing the present invention and simplify the description, and do not indicate or imply that the devices or elements referred to must have a specific orientation, be configured and operated in a specific orientation, and thus should not be construed as limiting the present invention. The terms "first," "second," and the like, are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defining "a first" or "a second" may explicitly or implicitly include one or more such feature. In the description of the present invention, unless otherwise indicated, the meaning of "a plurality" is two or more.
The invention will be further described with reference to the accompanying figures 1 to 18:
In this embodiment, in the middleware-based system integration method, a combat service information management module, a sensor data preprocessing module, a platform data processing module, a data write permission processing module, a situation map construction module, a shared data processing module, a time reference module, and a database storage module are designed, where: the combat service information management module is connected with the combat service interface and the memory data pool and is used for realizing information interaction and management between the integrated middleware and the combat service; the sensor data preprocessing module is connected with the platform function interface and the memory data pool, and is used for preprocessing data of the radar, the electronic warfare, the DAS and the light Lei Chuan sensor, and realizing standardized task data conversion of the sensor and standardized output of detection data; the platform data processing module is connected with the platform function interface and the memory data pool, and is used for processing the platform positioning information, weapon system output data and fire control resolving platform information and transmitting the information needing to be processed by the platform to the platform function; the data write permission processing module is connected with the platform function interface and the memory data pool, judges whether the user has qualification of writing information according to the role of the user, and uses the user permission to perform writing information safety management of an application layer; the situation map construction module is connected with the platform function interface and the memory data pool, and realizes the construction and periodical display functions of the situation map based on situation data in the memory data pool; the shared data processing module is connected with the memory data pool and the downlink service data interface and is used for processing information received from the network layer from other platforms; the time reference module is connected with the memory data pool and is used for realizing the function of generating local system time; the database storage module is connected with the memory data pool and is used for storing data in the memory data pool into the database. Specifically, the integrated middleware further includes a configuration file and an ontology model file, as shown in fig. 1.
Fig. 2 is a process flow diagram of a combat service information management module, which enters the process flow of each service according to the source of the message, and then enters the processing sub-functions of the message interfaces of each service to process the message according to the message ID.
It should be noted that, the sub-process flow of the sensor residual resource interface of the SD combat service information output in the combat service information management module is shown in fig. 3, the sub-process flow of the IFC interface of the SD combat service information output in the combat service information management module is shown in fig. 4, the sub-process flow of the fusion data interface of the DIS combat service information output in the combat service information management module is shown in fig. 5, the sub-process flow of the threat ordering interface of the PAD combat service information output in the combat service information management module is shown in fig. 6, the sub-process flow of the COA interface of the PAD combat service information output in the combat service information management module is shown in fig. 7, the sub-process flow of the plan interface of the WAS combat service information output in the combat service information management module is shown in fig. 8, and the sub-process flow of the IFC interface of the ME combat service information output in the combat service information management module is shown in fig. 9.
As shown in fig. 10, the sensor data preprocessing module includes two main types: sensor control data and sensor detection data, wherein: for sensor control data, a sensor data preprocessing module receives a standard control interface of upper layer combat service, maps the standard control interface to a control interface of a corresponding sensor by identifying the type and the model of the sensor, transmits the standard control interface to the sensor or display control, and updates sensor information associated with a platform if the sensor returns state data; for the sensor detection/tracking data, the sensor data preprocessing module receives the detection data of the corresponding model, analyzes the meaning of the data according to the type and the model of the sensor, converts the data into a unified detection data interface, stores the detection/tracking information of the sensor into the classification, and outputs the detection/tracking information to a combat service for use.
As shown in fig. 11, the processing flow of the platform data processing module includes steps of judging whether the message source ID is local, judging whether the message destination is local, canceling the message ID, searching the platform message structure name corresponding to the message ID, entering the processing function corresponding to the platform message structure name, judging whether the message needs to be shared, calculating the time difference between the current time and the last sharing time of the platform, judging the relation between the time difference and the threshold, and the like. The sub-processing flow of the sensor state interface output by the platform in the platform data processing module is shown in fig. 12, the sub-processing flow of the inertial navigation data interface output by the platform in the platform data processing module is shown in fig. 13, the sub-processing flow of the fire control calculation data interface output by the platform in the platform data processing module is shown in fig. 14, and the sub-processing flow of the missile return data interface output by the platform in the platform data processing module is shown in fig. 15.
In fig. 17 and fig. 18, users with different roles in the situation map construction module have different information viewing rights, and the situation map construction module screens information according to the roles of the users and presents information with different ranges for the users with different roles. Specifically, the sub-processing flow of the read permission processing in the situation map construction module is shown in fig. 17, and the processing flow of the situation map construction module is shown in fig. 18.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present invention, and are not limiting; although the 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 scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention.

Claims (4)

1. The system integration method based on the middleware is characterized by designing a combat service information management module, a sensor data preprocessing module, a platform data processing module, a data writing authority processing module, a situation map construction module, a shared data processing module, a time reference module and a database storage module, wherein:
The combat service information management module is connected with the combat service interface and the memory data pool and is used for realizing information interaction and management between the integrated middleware and the combat service;
The sensor data preprocessing module is connected with the platform function interface and the memory data pool, and is used for realizing data preprocessing of the radar, the electronic warfare, the DAS and the light Lei Chuan sensor and realizing standardized task data conversion of the sensor and standardized output of detection data;
The platform data processing module is connected with the platform function interface and the memory data pool, and is used for processing the platform positioning information, weapon system output data and fire control resolving platform information and transmitting the information required to be processed by the platform to the platform function;
the data write permission processing module is connected with the platform function interface and the memory data pool, judges whether the user has qualification of writing information according to the role of the user, and uses the user permission to perform writing information safety management of an application layer;
the situation map construction module is connected with the platform function interface and the memory data pool, and realizes the construction and periodical display functions of the situation map based on situation data in the memory data pool;
The shared data processing module is connected with the memory data pool and the downlink service data interface and is used for processing information received from the network layer from other platforms;
the time reference module is connected with the memory data pool and is used for realizing the function of generating local system time;
the database storage module is connected with the memory data pool and is used for storing data in the memory data pool into the database.
2. The middleware-based system integration method according to claim 1, wherein the combat service information management module enters the processing flow of each service according to the source of the message, and then enters the processing sub-function of each service message interface for message processing according to the message ID.
3. The middleware based system integration method according to claim 1, wherein the sensor data preprocessing module includes two main types: sensor control data and sensor detection data, wherein:
For sensor control data, a sensor data preprocessing module receives a standard control interface of upper layer combat service, maps the standard control interface to a control interface of a corresponding sensor by identifying the type and the model of the sensor, transmits the standard control interface to the sensor or display control, and updates sensor information associated with a platform if the sensor returns state data;
For the sensor detection/tracking data, the sensor data preprocessing module receives the detection data of the corresponding model, analyzes the meaning of the data according to the type and the model of the sensor, converts the data into a unified detection data interface, stores the detection/tracking information of the sensor into the classification, and outputs the detection/tracking information to a combat service for use.
4. The middleware-based system integration method according to claim 1, wherein users with different roles in the situation map construction module have different information viewing rights, and the situation map construction module screens information according to the roles of the users and presents information with different ranges for the users with different roles.
CN202111667210.2A 2021-12-30 2021-12-30 Middleware-based system integration method Active CN114443005B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111667210.2A CN114443005B (en) 2021-12-30 2021-12-30 Middleware-based system integration method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111667210.2A CN114443005B (en) 2021-12-30 2021-12-30 Middleware-based system integration method

Publications (2)

Publication Number Publication Date
CN114443005A CN114443005A (en) 2022-05-06
CN114443005B true CN114443005B (en) 2024-04-30

Family

ID=81365501

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111667210.2A Active CN114443005B (en) 2021-12-30 2021-12-30 Middleware-based system integration method

Country Status (1)

Country Link
CN (1) CN114443005B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2317437A2 (en) * 2008-12-26 2011-05-04 Universidad de Castilla-La Mancha Module and methods for the interconnection of heterogeneous equipment with limited resources by means of object-oriented communication middleware
CN107066697A (en) * 2017-03-17 2017-08-18 中国人民解放军海军工程大学 Service-oriented large ship battle model integrated approach
CN107171922A (en) * 2017-07-03 2017-09-15 中国人民解放军63893部队 Heterogeneous system bridge service method based on middleware Technology
KR101966548B1 (en) * 2017-09-29 2019-04-05 제주대학교 산학협력단 Sensor meta data generating system for multi heterogeneous sensor network platform
CN109873786A (en) * 2017-12-01 2019-06-11 广州明领基因科技有限公司 For the safety situation evaluation system of multi-source heterogeneous information cloud platform
CN111400382A (en) * 2020-03-03 2020-07-10 湖南长信畅中科技股份有限公司 Model-driven data integration middleware and implementation method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2317437A2 (en) * 2008-12-26 2011-05-04 Universidad de Castilla-La Mancha Module and methods for the interconnection of heterogeneous equipment with limited resources by means of object-oriented communication middleware
CN107066697A (en) * 2017-03-17 2017-08-18 中国人民解放军海军工程大学 Service-oriented large ship battle model integrated approach
CN107171922A (en) * 2017-07-03 2017-09-15 中国人民解放军63893部队 Heterogeneous system bridge service method based on middleware Technology
KR101966548B1 (en) * 2017-09-29 2019-04-05 제주대학교 산학협력단 Sensor meta data generating system for multi heterogeneous sensor network platform
CN109873786A (en) * 2017-12-01 2019-06-11 广州明领基因科技有限公司 For the safety situation evaluation system of multi-source heterogeneous information cloud platform
CN111400382A (en) * 2020-03-03 2020-07-10 湖南长信畅中科技股份有限公司 Model-driven data integration middleware and implementation method

Also Published As

Publication number Publication date
CN114443005A (en) 2022-05-06

Similar Documents

Publication Publication Date Title
US11521285B2 (en) System for validating and appending incident-related data records in a distributed electronic ledger
US20160330601A1 (en) Method and system for managing public safety in at least one of unknown, unexpected, unwanted and untimely situations via offering indemnity in conjunction with wearable computing and communications devices
US20050203892A1 (en) Dynamically integrating disparate systems and providing secure data sharing
US20150026588A1 (en) Integrated combat resource management system
US10574786B2 (en) Methods and systems for controlled wireless distribution of data for use at a location without reliable wireless connectivity
CN101626398A (en) Method for obtaining friend dynamic and system
US11576006B2 (en) Infrastructure-less indoor navigation in a fire control system
CN107479876A (en) A kind of five layer architecture design methods for building unmanned aerial vehicle station software
CN114443005B (en) Middleware-based system integration method
US7809673B2 (en) Methods and apparatus for interfacing external systems with vehicle electronic systems
CN110110925A (en) A kind of wisdom people's air defense evacuation method and system
CN103339966B (en) Method for guiding location, machine-readable saving medium, and mobile communication terminal
CN115984074A (en) Three-dimensional visual emergency treatment auxiliary decision command system
CN105491042B (en) The control method and system of more alert joint logistics
US11956270B2 (en) Parallel network-based vulnerability scanning
US20110173228A1 (en) An information providing apparatus, an information providing system, an information providing program and an information providing method
Raj et al. Design and Implementation of Children Tracking System using ARM7 on Android Mobile Terminals
CN108234459A (en) For identifying, sharing and managing the component of data
CN113971196B (en) Push information processing method and terminal equipment
US11989038B2 (en) Systems and methods for providing contingency automation to emergency response
US20230087197A1 (en) Inter-agency Communication System for Promoting Situational Awareness
CN112511654B (en) Networking processing and control method of cloud communication terminal, terminal and platform
US20230335255A1 (en) Systems and methods for improving behavior within a shared living space
US20240146740A1 (en) Access control method and related apparatus
Shaghaghi et al. Implementing Communications and Information Dissemination Technologies for First Responders

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
GR01 Patent grant
GR01 Patent grant