CN109828489B - General type comprehensive monitoring preposed communication controller software - Google Patents

General type comprehensive monitoring preposed communication controller software Download PDF

Info

Publication number
CN109828489B
CN109828489B CN201811643150.9A CN201811643150A CN109828489B CN 109828489 B CN109828489 B CN 109828489B CN 201811643150 A CN201811643150 A CN 201811643150A CN 109828489 B CN109828489 B CN 109828489B
Authority
CN
China
Prior art keywords
file
parameter
configuration parameters
communication controller
management module
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
CN201811643150.9A
Other languages
Chinese (zh)
Other versions
CN109828489A (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.)
Henan Huihuang City Rail Technology Co ltd
Original Assignee
Henan Huihuang City Rail 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 Henan Huihuang City Rail Technology Co ltd filed Critical Henan Huihuang City Rail Technology Co ltd
Priority to CN201811643150.9A priority Critical patent/CN109828489B/en
Publication of CN109828489A publication Critical patent/CN109828489A/en
Application granted granted Critical
Publication of CN109828489B publication Critical patent/CN109828489B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Telephonic Communication Services (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a general type comprehensive monitoring preposed communication controller software, which comprises an operating system type identification module, a basic service management module, a real-time database, a channel management module, a parameter library, parameter files and dynamic library files packaged by different operating systems, wherein the parameter library is used for storing configuration parameters required by the operation of a preposed communication controller; the parameter file is a backup storage file of the local configuration parameters of the front-end communication controller; the basic service management module calls a dynamic library file packaged by a corresponding operating system according to the type of the current operating system to operate the real-time database and the channel management module so as to complete various service functions of the front-end communication controller.

Description

General type comprehensive monitoring preposed communication controller software
Technical Field
The invention relates to comprehensive monitoring preposed communication controller software, in particular to universal comprehensive monitoring preposed communication controller software.
Background
In recent years, with the rapid development of urban rail transit construction in China, an automatic comprehensive monitoring system plays an increasingly important role in guaranteeing subway operation efficiency, passenger comfort and driving safety. The communication controller is used as a data hub of the comprehensive monitoring system and is the basis for realizing the unified management of basic data, data sharing and linkage among systems among all electromechanical subsystems with difference in software and hardware. Operating systems used by communication controllers used by integrated monitoring systems of different subway lines in different cities or even the same city may have diversity, so that software programs used under different operating systems have differences, and higher requirements are put forward on software development and software version management.
In order to solve the above problems, people are always seeking an ideal technical solution.
Disclosure of Invention
The invention aims to overcome the defects of the prior art, and provides a universal comprehensive monitoring front-end communication controller software.
In order to achieve the purpose, the invention adopts the technical scheme that: a general type comprehensive monitoring front-end communication controller software comprises an operating system type identification module, a basic service management module, a real-time database, a channel management module, a parameter database, a parameter file and dynamic library files packaged by different operating systems, wherein the real-time database is a shared memory and is used for storing real-time data received by a front-end communication controller; the channel management module is used for managing a communication link between the front-end communication controller and the lower computer; the parameter library is used for storing configuration parameters required by the operation of the front-end communication controller; the parameter file is a backup storage file of the local configuration parameters of the front-end communication controller; the basic service management module calls a dynamic library file packaged by a corresponding operating system according to the type of the current operating system to operate the real-time database and the channel management module so as to complete various service functions of the front-end communication controller.
Based on the above, each dynamic library file includes a data acquisition file, a database management file, a primary data transmission file and a secondary data transmission file which are respectively connected with the real-time database, a port maintenance file connected with the channel management module, and a parameter management file, a parameter reading file and a data consistency file which are respectively connected with the parameter library and the parameter file; the data collection files include, but are not limited to, a BAS interface file, a FAS interface file, an AFC interface file, a CLK interface file, and a Pscada interface file.
Based on the above, after the device is started, the operating system type identification module identifies the operating system type of the front-end communication controller;
the basic service management module calls a parameter reading file packaged corresponding to the system type according to the identified operating system type to read the configuration parameters from the parameter library, and judges whether the configuration parameters are read successfully:
if the parameter reading is unsuccessful, the basic service management module calls the parameter reading file to read local configuration parameters from the parameter file, and calls the dynamic library file to operate the real-time database and the channel management module according to the local configuration parameters;
if the reading is successful, the basic service management module calls the parameter management file to perform parameter configuration on a front-end communication controller by using the read configuration parameters, then calls the parameter reading file to read local configuration parameters from the parameter file, and then calls the data consistency file to perform consistency comparison of the local configuration parameters and the configuration parameters;
if the local configuration parameters are consistent with the configuration parameters, the basic service management module calls the dynamic library file to operate the real-time database and the channel management module according to the read configuration parameters;
and if the local configuration parameters are not consistent with the configuration parameters, the basic service management module updates the local configuration parameters in the parameter file, and calls the dynamic library file to operate the real-time database and the channel management module according to the read configuration parameters so as to complete various service functions of the front-end communication controller.
Compared with the prior art, the invention has outstanding substantive characteristics and remarkable progress, and particularly, the invention realizes the architecture design of the preposed communication controller software under the multi-system environment by arranging the operating system identification module and the dynamic library files packaged by different operating systems, so that the preposed communication controller software can be suitable for various operating systems and environments, and an operating user of each preposed communication controller only needs to select the corresponding operating system and the corresponding dynamic library file according to the requirement when installing the preposed communication controller software, thereby greatly reducing the difference of the preposed communication controller software of different subway lines of different cities, compressing the development cost of the preposed communication controller software and improving the universality of the preposed communication controller software.
Drawings
Fig. 1 is a schematic structural view of the present invention.
FIG. 2 is a schematic flow diagram of the present invention.
Detailed Description
The technical solution of the present invention is further described in detail by the following embodiments.
As shown in fig. 1, the software for a general-purpose comprehensive monitoring front-end communication controller includes an operating system type identification module, a basic service management module, a real-time database, a channel management module, a parameter library, a parameter file, and a dynamic library file encapsulated by different operating systems, where the real-time database is a shared memory disposed in a memory of the front-end communication controller and is used for storing real-time data received or acquired by the front-end communication controller; the channel management module is used for managing a communication link between the front-end communication controller and the lower computer; the parameter library is used for storing configuration parameters required by the operation of the front-end communication controller, and preferably, the parameter library can be placed on the front-end communication controller and also can be placed on equipment which can be reached by the front-end communication controller through a network; the parameter file is a backup storage file of the local configuration parameters of the front-end communication controller; the basic service management module calls a dynamic library file packaged by a corresponding operating system according to the type of the current operating system to operate the real-time database and the channel management module so as to complete various service functions of the front-end communication controller, such as data acquisition, data processing, data forwarding and the like.
Specifically, the operating systems are multiple, and the same set of dynamic library codes are compiled under different operating systems through a compiler, so that dynamic library files respectively encapsulated by different operating systems can be obtained. In practical applications, the operating systems are various, such as a Windows operating system, a Unix operating system and a Linux operating system, and the corresponding dynamic library files are divided into dynamic library files encapsulated by the Windows operating system, dynamic library files encapsulated by the Unix operating system and dynamic library files encapsulated by the Linux operating system.
Each dynamic library file comprises a data acquisition file, a database management file, a primary data transmission file and a secondary data transmission file which are respectively connected with the real-time database, a port maintenance file connected with the channel management module, and a parameter management file, a parameter reading file and a data consistency file which are respectively connected with the parameter library and the parameter file.
The data acquisition file is an interface program used for acquiring information of a professional system and storing acquired real-time data into the real-time database, and includes but is not limited to a BAS interface file, a FAS interface file, an AFC interface file, a CLK interface file and a Pscada interface file; the BAS interface file is in charge of communication with a BAS (environmental control system) and is used for acquiring data of the BAS and issuing remote control instructions to the BAS; the FAS interface file is responsible for communicating with FAS (fire alarm system) for collecting data thereof; the AFC interface file is responsible for communicating with an AFC (automatic fare collection) system and is used for collecting data of the AFC interface file; the CLK interface file is responsible for communicating with CLK (clock system) to accept the clocking of the CLK system; the Pscada interface file is responsible for communicating with Pscada (power monitoring system) for collecting data thereof and issuing remote control commands thereto.
The database management file is used for allocating memory to the real-time database, storing and forwarding real-time data and the like.
And the primary data sending file uploads the dynamic change conditions of the data in the real-time database to an external comprehensive monitoring server according to remote signaling (primary) classification through a preset rule.
And the primary data sending file uploads the dynamic change conditions of the data in the real-time database to an external comprehensive monitoring server according to remote measurement (secondary) classification through a preset rule.
The port maintenance file is used for maintaining a dual-computer synchronous port and maintaining an opening port of an FEP (fluorinated ethylene propylene) service end;
the parameter management file is used for managing the configuration parameters in the parameter library, updating the configuration parameters in the parameter library and updating the local configuration parameters in the parameter file.
The parameter reading file is used for reading the configuration parameters or the local configuration parameters from the parameter library or the parameter file.
And the data consistency file is used for comparing the configuration parameters with the local configuration parameters.
The log management file is used for managing log files generated in the operation process of the front-end communication controller.
In order to ensure that the front-end communication controller can realize fast, stable and high-quality communication, the channel management file further comprises a path election file, and the path election file is used for selecting a path with the best communication quality from a link group realizing the same function as a main path for communication.
As shown in fig. 2, the workflow of the front-end communication controller software is as follows:
after starting up, the operating system type identification module identifies the operating system type of the front-end communication controller;
the basic service management module calls a parameter reading file packaged corresponding to the system type according to the identified operating system type to read the configuration parameters from the parameter library, and judges whether the configuration parameters are read successfully:
if the parameter reading is unsuccessful, namely the prepositive communication controller can not be connected with the parameter library through a network, the basic service management module calls the parameter reading file to read local configuration parameters from the parameter file, and calls the dynamic library file according to the local configuration parameters to operate the real-time database and the channel management module so as to complete various service functions of the prepositive communication controller;
if the reading is successful, namely the front-end communication controller can be connected with the parameter library through a network or the parameter library is positioned in the front-end communication controller, the basic service management module calls the parameter management file to carry out parameter configuration on the front-end communication controller according to the read configuration parameters, calls the parameter reading file to read local configuration parameters from the parameter file, and then calls the data consistency file to carry out consistency comparison on the local configuration parameters and the configuration parameters;
if the local configuration parameters are consistent with the configuration parameters, the basic service management module calls the dynamic library file to operate the real-time database and the channel management module according to the read configuration parameters so as to complete various service functions of the front-end communication controller;
if the local configuration parameters are not consistent with the configuration parameters, the basic service management module calls the parameter management file to update the local configuration parameters in the parameter file, and simultaneously calls the dynamic library file according to the read configuration parameters to operate the real-time database and the channel management module so as to complete various service functions of the front-end communication controller.
Obviously, by setting the operating system identification module and the dynamic library files packaged by different operating systems, the invention can be suitable for various operating systems and environments by using the preposed communication controller software, different subway lines of different cities can adopt the preposed communication controller software to control and operate the preposed communication controller, and an operating user of each preposed communication controller only needs to select the corresponding operating system and the corresponding dynamic library file according to the requirement when installing the preposed communication controller software, thereby greatly reducing the difference of the preposed communication controller software of different subway lines of different cities, compressing the development cost of the preposed communication controller software, the software can timely and quickly adapt to different environmental requirements of different lines, and the implementation progress of the whole comprehensive monitoring system is also improved.
Further, the present invention, taking the case that the operating system of the front-end communication controller is a Windows operating system, and the configuration parameters in the parameter library are consistent with the local configuration parameters in the parameter file, details the working flow of the front-end communication controller to complete the data forwarding function:
after starting up, the operating system type identification module identifies that the operating system type of the front-end communication controller is a Windows operating system;
the basic service management module calls a parameter reading file packaged by the Windows operating system to read the configuration parameters from the parameter library according to the identification result and judges whether the configuration parameters are read successfully or not;
after the reading is successful, the basic service management module calls the parameter management file to carry out parameter configuration of a front-end communication controller according to the read configuration parameters, then calls the parameter reading file to read local configuration parameters from the parameter file, then calls the data consistency file to carry out consistency comparison of the local configuration parameters and the configuration parameters, if the local configuration parameters are found to be consistent with the configuration parameters through comparison, the basic service management module calls the real-time database management file to carry out memory space allocation according to the configuration parameters, calls the channel management module to carry out connection of network or serial communication, further calls interface files such as BAS interface files to carry out data acquisition after the connection of the network or serial communication is successful, and stores the acquired real-time data into the real-time database in a classified manner, and the real-time database management module carries out data acquisition according to the change of the stored data, and calling the primary data forwarding module and/or the secondary data forwarding module, and forwarding the changed data to an external comprehensive monitoring server, so as to realize the data forwarding function of the front-end communication controller.
Finally, it should be noted that the above examples are only used to illustrate the technical solutions of the present invention and not to limit the same; although the present invention has been described in detail with reference to preferred embodiments, those skilled in the art will understand that: modifications to the specific embodiments of the invention or equivalent substitutions for parts of the technical features may be made; without departing from the spirit of the present invention, it is intended to cover all aspects of the invention as defined by the appended claims.

Claims (3)

1. The utility model provides a leading communication controller software of general type integrated monitoring which characterized in that: the system comprises an operating system type identification module, a basic service management module, a real-time database, a channel management module, a parameter database, a parameter file and dynamic library files packaged by different operating systems, wherein the real-time database is a shared memory and used for storing real-time data received by a front-end communication controller; the channel management module is used for managing a communication link between the front-end communication controller and the lower computer; the parameter library is used for storing configuration parameters required by the operation of the front-end communication controller; the parameter file is a backup storage file of the local configuration parameters of the front-end communication controller; each dynamic library file comprises a data acquisition file, a database management file, a primary data transmission file and a secondary data transmission file which are respectively connected with the real-time database, a port maintenance file connected with the channel management module, and a parameter management file, a parameter reading file and a data consistency file which are respectively connected with the parameter library and the parameter file; the data collection files include, but are not limited to, a BAS interface file, a FAS interface file, an AFC interface file, a CLK interface file, and a Pscada interface file;
the basic service management module calls a dynamic library file packaged by a corresponding operating system according to the type of the current operating system to operate the real-time database and the channel management module so as to complete various service functions of the front-end communication controller;
specifically, after the device is started, the operating system type identification module identifies the operating system type of the front-end communication controller;
the basic service management module calls a parameter reading file packaged corresponding to the system type according to the identified operating system type to read the configuration parameters from the parameter library, and judges whether the configuration parameters are read successfully:
if the parameter reading is unsuccessful, the basic service management module calls the parameter reading file to read local configuration parameters from the parameter file, and calls the dynamic library file to operate the real-time database and the channel management module according to the local configuration parameters so as to complete various service functions of the front-end communication controller;
if the reading is successful, the basic service management module calls the parameter management file to perform parameter configuration on a front-end communication controller by using the read configuration parameters, then calls the parameter reading file to read local configuration parameters from the parameter file, and then calls the data consistency file to perform consistency comparison of the local configuration parameters and the configuration parameters;
if the local configuration parameters are consistent with the configuration parameters, the basic service management module calls the dynamic library file to operate the real-time database and the channel management module according to the read configuration parameters so as to complete various service functions of the front-end communication controller;
and if the local configuration parameters are not consistent with the configuration parameters, the basic service management module updates the local configuration parameters in the parameter file, and calls the dynamic library file to operate the real-time database and the channel management module according to the read configuration parameters so as to complete various service functions of the front-end communication controller.
2. The generic integrated supervisory and control front-end communications controller software of claim 1, wherein: and compiling the same set of dynamic library codes under different operating systems through a compiler to obtain dynamic library files packaged by different operating systems.
3. The generic integrated supervisory and control front-end communications controller software of claim 1, wherein: the real-time database is placed on the front-end communication controller or on a device accessible by the front-end communication controller through a network.
CN201811643150.9A 2018-12-29 2018-12-29 General type comprehensive monitoring preposed communication controller software Active CN109828489B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811643150.9A CN109828489B (en) 2018-12-29 2018-12-29 General type comprehensive monitoring preposed communication controller software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811643150.9A CN109828489B (en) 2018-12-29 2018-12-29 General type comprehensive monitoring preposed communication controller software

Publications (2)

Publication Number Publication Date
CN109828489A CN109828489A (en) 2019-05-31
CN109828489B true CN109828489B (en) 2020-06-12

Family

ID=66860102

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811643150.9A Active CN109828489B (en) 2018-12-29 2018-12-29 General type comprehensive monitoring preposed communication controller software

Country Status (1)

Country Link
CN (1) CN109828489B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111240752B (en) * 2019-12-31 2021-08-17 北京元心科技有限公司 Operating system self-adaption method and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1464387A (en) * 2002-06-26 2003-12-31 联想(北京)有限公司 Hardware equipment drive program installing method and computer therefor
EP1442349A1 (en) * 2001-09-28 2004-08-04 High Density Devices As Method and device for encryption/decryption of data on mass storage device
CN101989903A (en) * 2010-12-03 2011-03-23 国电南瑞科技股份有限公司 Dual-machine redundancy by-mouth switching method of comprehensive monitoring pre-communication controller
CN103369105A (en) * 2012-03-27 2013-10-23 沈新莉 Mobile phone assistant software automatic starting method and mobile phone assistant software automatic starting method system
CN104809005A (en) * 2014-01-27 2015-07-29 中国移动通信集团广东有限公司 Drive installation method and device and computer

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101296218B (en) * 2008-05-14 2011-03-30 积成电子股份有限公司 Integrated preposition communication equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1442349A1 (en) * 2001-09-28 2004-08-04 High Density Devices As Method and device for encryption/decryption of data on mass storage device
CN1464387A (en) * 2002-06-26 2003-12-31 联想(北京)有限公司 Hardware equipment drive program installing method and computer therefor
CN101989903A (en) * 2010-12-03 2011-03-23 国电南瑞科技股份有限公司 Dual-machine redundancy by-mouth switching method of comprehensive monitoring pre-communication controller
CN103369105A (en) * 2012-03-27 2013-10-23 沈新莉 Mobile phone assistant software automatic starting method and mobile phone assistant software automatic starting method system
CN104809005A (en) * 2014-01-27 2015-07-29 中国移动通信集团广东有限公司 Drive installation method and device and computer

Also Published As

Publication number Publication date
CN109828489A (en) 2019-05-31

Similar Documents

Publication Publication Date Title
KR101907656B1 (en) Trouble diagnosis and management system for electrical vehicle charger
CN103123484A (en) Transformer substation state monitoring data standardized access system and transformer substation state monitoring data standardized access method
CN108550930B (en) Bridging manager, bridging system and bridging method based on retired power battery pack
CN101609308A (en) A kind of industrial intelligent terminal and control method thereof based on the RFID data acquisition function
CN112698953A (en) Power grid intelligent operation and detection platform based on micro-service
CN102929224A (en) Condition acquisition controller (CAC) for power transformer equipment and system control method
CN113054743A (en) Internet of things terminal data access system and method suitable for power distribution cloud master station
CN102158875A (en) Equipment information acquiring method and system
CN109828489B (en) General type comprehensive monitoring preposed communication controller software
CN101820356A (en) Network fault diagnosis system based on ARM-Linux
CN108768995B (en) Substation self-adaptive master station access method
CN103600756A (en) Comprehensive monitoring equipment and system capable of being debugged and operated according to professions and fault isolation
CN109633345B (en) Secondary equipment on-line monitoring and analyzing device
CN101324989A (en) Automatic recognition technique of electrical energy meter in centralized meter reading system
CN102122430B (en) Device and method for collecting agricultural product information
CN210804735U (en) Intelligent electric meter
CN102869032A (en) Device and method for monitoring and alarming power supply of base station
CN201203774Y (en) Industry intelligent terminal based on RFID data acquisition function
CN203101932U (en) Power transformation equipment condition acquisition controller
CN103679565A (en) Intelligent community electricity consumption information collecting server system and data processing method
CN112769230A (en) Distributed edge micro-cloud monitoring system based on container technology
CN101477342B (en) Collection device type oriented interval data acquisition method
CN114218724A (en) Model construction method, device and system for power secondary system and storage medium
CN109256863B (en) Micro-grid energy control method and micro-grid system
CN107104508B (en) Power cut-off and power transmission time automatic calculation system integrating interactive communication function

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
CB03 Change of inventor or designer information

Inventor after: Zheng Bosheng

Inventor after: Li Jianfeng

Inventor after: Zhang Huajun

Inventor after: Wang Huan

Inventor after: Zhou Tianming

Inventor after: Yang Yongfeng

Inventor after: Wang Shuo

Inventor before: Zheng Bosheng

Inventor before: Li Jianfeng

Inventor before: Zhou Tianming

Inventor before: Yang Yongfeng

Inventor before: Wang Shuo

CB03 Change of inventor or designer information