CN110780916A - Software operation and maintenance method, device and system of power grid dispatching control system - Google Patents

Software operation and maintenance method, device and system of power grid dispatching control system Download PDF

Info

Publication number
CN110780916A
CN110780916A CN201910865006.8A CN201910865006A CN110780916A CN 110780916 A CN110780916 A CN 110780916A CN 201910865006 A CN201910865006 A CN 201910865006A CN 110780916 A CN110780916 A CN 110780916A
Authority
CN
China
Prior art keywords
software
version
upgrading
control system
power grid
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.)
Granted
Application number
CN201910865006.8A
Other languages
Chinese (zh)
Other versions
CN110780916B (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.)
State Grid Corp of China SGCC
State Grid Jiangsu Electric Power Co Ltd
NARI Group Corp
Nari Technology Co Ltd
NARI Nanjing Control System Co Ltd
Electric Power Research Institute of State Grid Jiangsu Electric Power Co Ltd
Original Assignee
State Grid Corp of China SGCC
State Grid Jiangsu Electric Power Co Ltd
NARI Group Corp
Nari Technology Co Ltd
NARI Nanjing Control System Co Ltd
Electric Power Research Institute of State Grid Jiangsu Electric Power 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 State Grid Corp of China SGCC, State Grid Jiangsu Electric Power Co Ltd, NARI Group Corp, Nari Technology Co Ltd, NARI Nanjing Control System Co Ltd, Electric Power Research Institute of State Grid Jiangsu Electric Power Co Ltd filed Critical State Grid Corp of China SGCC
Priority to CN201910865006.8A priority Critical patent/CN110780916B/en
Publication of CN110780916A publication Critical patent/CN110780916A/en
Application granted granted Critical
Publication of CN110780916B publication Critical patent/CN110780916B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y04INFORMATION OR COMMUNICATION TECHNOLOGIES HAVING AN IMPACT ON OTHER TECHNOLOGY AREAS
    • Y04SSYSTEMS INTEGRATING TECHNOLOGIES RELATED TO POWER NETWORK OPERATION, COMMUNICATION OR INFORMATION TECHNOLOGIES FOR IMPROVING THE ELECTRICAL POWER GENERATION, TRANSMISSION, DISTRIBUTION, MANAGEMENT OR USAGE, i.e. SMART GRIDS
    • Y04S10/00Systems supporting electrical power generation, transmission or distribution
    • Y04S10/50Systems or methods supporting the power network operation or management, involving a certain degree of interaction with the load-side end user applications

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a software operation and maintenance method, a device and a system of a power grid dispatching control system, wherein the method comprises the following steps: responding to an external software updating trigger signal, and acquiring the source code data of the latest version in the software version management system; compiling, classifying, packaging and version marking are carried out on the received source code data to obtain a software upgrading package; and uploading the software upgrading package to a software warehouse of the software version management system, so that the software version management system sends a software upgrading signal to each power grid dispatching control system server in response to the update of the software warehouse, each power grid dispatching control system server carries out version comparison on the local multi-class software and the latest version software upgrading package of the corresponding class in the software warehouse, and if the comparison results are different, downloading the corresponding software upgrading package and then carrying out local software upgrading. The invention can realize the intelligent upgrade of the power grid dispatching control system software, improve the software release efficiency and shorten the software release period.

Description

Software operation and maintenance method, device and system of power grid dispatching control system
Technical Field
The invention relates to the technical field of software application of a power grid dispatching system, in particular to a software operation and maintenance method, device and system of a power grid dispatching control system.
Background
The version management and control of the existing scheduling control system is based on a centralized software version method and tool, so that the efficiency is low, and multi-place synchronous version management is difficult to realize. In the operation and maintenance stage, the system software is upgraded mainly by taking an updated source program to the field by manufacturer technical support personnel to be recompiled to generate new system software, so that software version management is lacked, the upgrade period is long, and artificial upgrade errors are easily caused. The existing version management can not meet the requirements of development, operation and maintenance of a scheduling control system, and is mainly reflected in that:
(1) both the hardware and software of previous dispatch control systems were deployed locally. Different from the previous system, the current system basically deploys and operates in different places except for the monitoring application, and each regulation and control center logically forms a complete set of scheduling control system through on-site real-time monitoring and centralized model management, analysis and decision service. This is a new mode of coexistence of local applications and cloud application services. Obviously, the existing version management capability has difficulty in ensuring that the system software can be consistently and repeatedly released in a plurality of centers. There is a need for improvement in current dispatch control system version management.
(2) Release Engineering (Release Engineering) is a discipline within software Engineering that focuses on building and delivering software. All steps of releasing engineering definition release software comprise source code management, compiling, testing, packaging and final execution deployment, and strategies are formulated for deployment tracking, smooth rollback of updates and the like. The system supports a plurality of control centers to acquire services through centralized model management, analysis decision centers and the like, so that the configuration management of the system is more complicated and finer than that of the traditional system, and the quality of the configuration management is one of important sources of instability of the system. The field upgrading of the existing dispatching control system mainly depends on manual participation, a traceable mechanism is difficult to establish, and the deployment requirement of the system cannot be met.
Disclosure of Invention
The invention aims to provide a software operation and maintenance method, device and system of a power grid dispatching control system, which can realize intelligent upgrade of power grid dispatching control system software, improve software release efficiency and shorten software release period.
The technical scheme adopted by the invention is as follows:
in one aspect, the invention provides a software operation and maintenance method for a power grid dispatching control system, which comprises the following steps:
responding to an external software updating trigger signal, and acquiring the source code data of the latest version in the software version management system;
compiling the received source code data to obtain software program data;
classifying the compiled software program data;
respectively packaging various classified software program data and carrying out version marking to obtain a software upgrading package corresponding to a single class;
and uploading the software upgrading package to a software warehouse of the software version management system, so that the software version management system sends a software upgrading signal to each power grid dispatching control system server in response to the software warehouse updating, and further each power grid dispatching control system server performs version comparison on the local multi-class software and the latest version software upgrading package of the corresponding class in the software warehouse in response to the software upgrading signal, and performs local software upgrading after downloading the corresponding software upgrading package in response to different version comparison results.
The method can be independently operated in a software compiling server, and the software compiling server is connected with the software version management system through network communication.
Optionally, the method further includes visually displaying the software upgrading process of each power grid dispatching control system server. Namely, the upgrading process information of each power grid dispatching control system server is obtained, and corresponding information is displayed and output. The method can be convenient for software regulation and control personnel to quickly and accurately judge whether the system is normally upgraded or not from the visual operation and maintenance graph, timely master the system upgrading process, timely process faults and risks, and further improve the operation and maintenance efficiency.
Optionally, the external software update trigger signal is derived from a software version management system, and the software version management system outputs the software update trigger signal in response to an external source code uploading operation.
Optionally, the version mark includes recording an original software version, an upgraded version, and upgrade content corresponding to the current software package. The information can be printed on the corresponding software package in the form of a version upgrading label. The version mark can facilitate the comparison of system software upgrade and the version tracing.
Optionally, the compiled software program data is classified according to software use categories, where the categories include a system management category, a database management category, a pre-application category, a graphical interface category, and a high-level application category. Each software upgrading can be carried out on 1 or more software categories, various software upgrading packages with corresponding quantity can be obtained after the software is compiled, and when the power grid dispatching system server carries out software version comparison, various types of software are compared and downloaded for upgrading respectively, so that the amount of a single upgrading package is reduced, and the upgrading efficiency during multi-category software upgrading is improved.
In a second aspect, the present invention further discloses a software operation and maintenance device of a power grid dispatching control system, including:
the source code data acquisition module is configured for responding to an external software updating trigger signal and acquiring the source code data of the latest version in the software version management system;
the software compiling module is configured for compiling the received source code data to obtain software program data;
a software classification module configured to classify compiled software program data;
the software packaging module is configured for respectively packaging various separated software program data and marking versions to obtain software upgrading packages corresponding to a single category;
and the software release module is configured for uploading the software upgrading package to a software warehouse of the software version management system, so that the software version management system responds to the software warehouse update and sends a software upgrading signal to each power grid dispatching control system server, each power grid dispatching control system server further responds to the software upgrading signal, local multi-class software and the latest version software upgrading package of the corresponding class in the software warehouse are subjected to version comparison, and the local software upgrading is carried out after the corresponding class software upgrading package is downloaded in response to different version comparison results.
The software operation and maintenance device also comprises an upgrading process display module which is configured to acquire software upgrading process information of each power grid dispatching control system server and output and display the software upgrading process information.
In a third aspect, the present invention further discloses a software operation and maintenance method for a power grid dispatching control system on a server side of the power grid dispatching control system, including:
responding to a software upgrading signal sent by a software version management system when at least one category software upgrading package in a software warehouse is upgraded, and acquiring the software upgrading signal;
respectively carrying out version comparison on various local software and the latest version software upgrading packages of corresponding types in the software warehouse in response to the acquired software upgrading signals;
downloading the software upgrading package of the corresponding category in response to different version comparison results;
and upgrading the local corresponding software by using each downloaded software upgrading package. The invention also provides a software operation and maintenance system of the power grid dispatching control system, which comprises a software operation and maintenance device, a power grid dispatching control system server and a software version management system;
the software version management system responds to the external input active code upgrading data and transmits a software updating trigger signal to the software operation and maintenance device;
the software operation and maintenance device responds to the software updating trigger signal to acquire the source code data of the latest version in the software version management system and compiles the source code data to acquire software program data; classifying the compiled software program data, respectively packaging the various separated software program data, and performing version marking to obtain a software upgrading package of a corresponding category; further uploading the software upgrading package to a software warehouse of a software version management system;
the software version management system responds to the software warehouse data update and sends a software upgrading signal to each power grid dispatching control system server;
and each power grid dispatching control system server responds to the software upgrading signal, respectively carries out version comparison on the local multi-class software and the latest version software upgrading package of the corresponding class in the software warehouse, and then responds to different version comparison results to download the corresponding class software upgrading packages and then carries out local software upgrading.
Optionally, the software operation and maintenance device acquires software upgrading process information of each power grid dispatching control system server and outputs and displays the information.
Advantageous effects
The method can be used for integrated software intelligent release of the power grid dispatching control system, and generates software upgrading packages respectively corresponding to various categories by classifying the compiled source codes, so that when software is upgraded on a server side of the dispatching control system, version comparison, upgrading package downloading and upgrading can be respectively carried out on various categories of software, and then the software of the whole dispatching control system is upgraded. The invention provides a power grid dispatching control system software online release technology based on integral upgrading and incremental upgrading, and can realize intelligent upgrading of the power grid dispatching control system software. The online release technology of the integral upgrade and the incremental upgrade is particularly embodied in the classification and packaging of the software source codes during compiling, so that the volume of a single software upgrade package is greatly reduced, the software release time can be prolonged, the software release period is shortened, and the software release operation and maintenance efficiency is improved.
Drawings
FIG. 1 is a schematic flow chart illustrating a software operation and maintenance method according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating a software compilation architecture according to an embodiment of the present invention;
FIG. 3 is a diagram illustrating a software upgrade according to an embodiment of the present invention.
Detailed Description
The following further description is made in conjunction with the accompanying drawings and the specific embodiments.
The general inventive concept of the present invention is: monitoring a software version management system of a power grid dispatching control system, checking software updating, automatically updating updated source codes to a local compiling server from the software version management system of the power grid dispatching control system after the software is updated, compiling the updated source codes, classifying compiled programs (classifying according to the software functions of the power grid dispatching control system), packaging the programs into upgrading packages, marking version labels, uploading the upgrading packages to a software warehouse, automatically comparing the upgrading packages with the software in the software warehouse on a server which runs the software of the power grid dispatching control system (comparing version information with the upgrading packages and the like), and automatically upgrading if upgrading is needed.
In addition, the information such as code updating, compiling process, software packaging process, system upgrading and the like can be displayed in a multi-dimensional mode through various visual graphics.
Example 1
Referring to fig. 1 to fig. 3, in particular to a flow in a dashed line box of fig. 1, the present embodiment is a software operation and maintenance method of a power grid dispatching control system, including:
responding to an external software updating trigger signal, and acquiring the source code data of the latest version in the software version management system;
compiling the received source code data to obtain software program data;
classifying the compiled software program data;
respectively packaging various separated software program data and carrying out version marking to obtain a software upgrading package corresponding to a single category;
and uploading the software upgrading package to a software warehouse of the software version management system, so that the software version management system sends a software upgrading signal to each power grid dispatching control system server in response to the software warehouse updating, and further each power grid dispatching control system server performs version comparison on the local multi-class software and the latest version software upgrading package of the corresponding class in the software warehouse in response to the software upgrading signal, and performs local software upgrading after downloading the corresponding class software upgrading packages in response to different version comparison results.
Referring to fig. 2, the method may be independently executed in one or more software compiling servers, and the software compiling server and the software version management system are connected through network communication.
The method further comprises the step of visually displaying the software upgrading process of each power grid dispatching control system server. Namely, the upgrading process information of each power grid dispatching control system server is obtained, and corresponding information is displayed and output. The method can be convenient for software regulation and control personnel to quickly and accurately judge whether the system is normally upgraded or not from the visual operation and maintenance graph, timely master the system upgrading process, timely process faults and risks, and further improve the operation and maintenance efficiency.
Similarly, the process from software compiling to software upgrading package generation can be visually displayed, and operation and maintenance personnel can conveniently know the compiling process and relevant information.
In this embodiment, the external software update trigger signal is derived from a software version management system, and the software version management system outputs the software update trigger signal in response to an external source code uploading operation. The automation of the software downloading and compiling process can be realized, and the intelligent level of software operation and maintenance is improved.
The version mark comprises the original software version, the upgraded version and the upgraded content which are corresponding to the current software package. The information can be printed on the corresponding software package in the form of a version upgrading label. The version mark can facilitate the comparison of system software upgrade and the version tracing. When the subsequent power grid dispatching control system server compares various types of software versions, the local software version information is compared with the version upgrading label information of the latest software upgrading package in the software version management system, and if a certain type of local software version is lower than the latest version, the automatic downloading and upgrading of the software upgrading package are triggered.
The compiled software program data is classified according to software usage categories including, but not limited to, a system management category, a database management category, a pre-application category, a graphical interface category, and a high-level application category. Each software upgrading can be carried out on 1 or more software categories, various software upgrading packages with corresponding quantity can be obtained after the software is compiled, and when the power grid dispatching system server carries out software version comparison, various types of software are compared and downloaded for upgrading respectively, so that the amount of a single upgrading package is reduced, and the upgrading efficiency during multi-category software upgrading is improved.
Example 2
This embodiment is a software operation and maintenance device of a power grid dispatching control system, including:
the source code data acquisition module is configured for responding to an external software updating trigger signal and acquiring the source code data of the latest version in the software version management system;
the software compiling module is configured for compiling the received source code data to obtain software program data;
a software classification module configured to classify compiled software program data;
the software packaging module is configured for respectively packaging various separated software program data and marking versions to obtain software upgrading packages respectively corresponding to various categories;
and the software release module is configured for uploading the software upgrading package to a software warehouse of the software version management system, so that the software version management system sends a software upgrading signal to each power grid dispatching control system server in response to the software warehouse updating, each power grid dispatching control system server responds to the software upgrading signal, the local multi-class software and the latest version software upgrading package of the corresponding class in the software warehouse are subjected to version comparison, and then the corresponding software upgrading package is downloaded in response to different version comparison results to perform local software upgrading.
The software operation and maintenance device also comprises an upgrading process display module which is configured to acquire software upgrading process information of each power grid dispatching control system server and output and display the software upgrading process information.
Example 3
The embodiment is a software operation and maintenance method for a power grid dispatching control system on a server side of the power grid dispatching control system, and the method comprises the following steps:
responding to a software upgrading signal sent by a software version management system when at least one category software upgrading package in a software warehouse is upgraded, and acquiring the software upgrading signal;
respectively carrying out version comparison on various local software and the latest version software upgrading packages of corresponding types in the software warehouse in response to the acquired software upgrading signals;
downloading the software upgrading package of the corresponding category in response to different version comparison results;
and upgrading the local corresponding software by using each downloaded software upgrading package.
In terms of comparison of software versions of various categories, the present embodiment provides two ways: one is that, loading various types of version upgrading information, such as upgraded type and version marking information thereof, through a software upgrading signal, in this way, the power grid dispatching control system server obtains and finds the current version information of the corresponding type software in the system according to the upgraded type and version information thereof in the software upgrading signal, thereby realizing the version comparison of the software type only with upgrading, and further improving the software operation and maintenance efficiency; and the other way is that the software management warehouse only provides simple prompt information that the software is upgraded, and the power grid dispatching control system server carries out version information interaction with the software version management system after receiving the software upgrading signal, and carries out version comparison on all types of software in the system per se and all types of software upgrading package versions in the software warehouse respectively, so that the version comparison is realized.
Example 4
Referring to fig. 1 to fig. 3, the present embodiment is a software operation and maintenance system of a power grid dispatching control system, including a software operation and maintenance device, a power grid dispatching control system server, and a software version management system;
the software version management system responds to the external input active code upgrading data and transmits a software updating trigger signal to the software operation and maintenance device;
the software operation and maintenance device responds to the software updating trigger signal to acquire the source code data of the latest version in the software version management system and compiles the source code data to acquire software program data; classifying the compiled software program data, respectively packaging the various separated software program data, and performing version marking to obtain a software upgrading package of a corresponding category; further uploading the software upgrading package to a software warehouse of a software version management system;
the software version management system responds to the software warehouse data update and sends a software upgrading signal to each power grid dispatching control system server;
and each power grid dispatching control system server responds to the software upgrading signal, respectively carries out version comparison on the local multi-class software and the latest version software upgrading package of the corresponding class in the software warehouse, and then responds to different version comparison results to download the corresponding class software upgrading packages and then carries out local software upgrading.
And the software operation and maintenance device acquires the software upgrading process information of each power grid dispatching control system server and outputs and displays the information. Meanwhile, the software operation and maintenance device displays the self software compiling process in a visual mode through a display interface.
When the embodiment is applied, the workflow of the system mainly includes the following contents:
intelligent software compiling: automatically discovering whether the software needs to be upgraded from a software version management system of the power grid dispatching control system, and automatically downloading and compiling codes if the software needs to be upgraded;
intelligently releasing software: automatically classifying and packaging the compiled power grid dispatching control system software according to categories, uploading the software to a software warehouse and releasing the software;
software intelligent upgrading: automatically checking the latest power grid dispatching control system software in the software warehouse, and comparing the latest power grid dispatching control system software with the currently running system software to judge whether the currently running version needs to be upgraded or not;
visual display: and visually displaying the software upgrading process in the power grid dispatching control system in a visual mode.
When a developer uploads a source code to be upgraded to a software version management system of the power grid dispatching control system, a compiling task is automatically triggered, and then the latest code is automatically downloaded from the software version management system of the power grid dispatching control system and compiled.
When software is compiled and packaged, the traditional software packaging mode is to integrally compress all compiled software into a compressed file, and the corresponding software version labels and the like are not available, so that comparison and upgrading can be carried out manually. Before software packaging, the compiled power grid dispatching control system software is divided according to different software use categories (divided into a system management category, a database management category, a front application category, a graphical interface category, a high-level application category and the like), then corresponding programs, a dependency library and the like are manufactured into similar operating system installation packages according to different categories, and software version upgrading labels (including a software source version corresponding to upgrading, an upgraded version, software upgrading contents and the like) are printed while manufacturing, so that the method can be conveniently used for upgrading comparison and version tracing of the system software. And uploading the installation package to a software warehouse for software release after the installation package is manufactured.
In the aspect of software upgrading of a power grid dispatching control system, an original upgrading mode is basically upgraded by the experience of an operation and maintenance engineer or continuous iteration, and even is purely manually checked. The invention realizes the standardization and automation of upgrading by formulating automatic deployment, and improves the intellectualization of the software upgrading of the power grid dispatching control system.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (10)

1. A software operation and maintenance method of a power grid dispatching control system is characterized by comprising the following steps:
responding to an external software updating trigger signal, and acquiring the source code data of the latest version in the software version management system;
compiling the received source code data to obtain software program data;
classifying the compiled software program data;
respectively packaging various classified software program data and carrying out version marking to obtain software upgrading packages respectively corresponding to single classes;
and uploading the software upgrading package to a software warehouse of the software version management system, so that the software version management system sends a software upgrading signal to each power grid dispatching control system server in response to the software warehouse updating, and further each power grid dispatching control system server performs version comparison on the local multi-class software and the latest version software upgrading package of the corresponding class in the software warehouse in response to the software upgrading signal, and performs local software upgrading after downloading the corresponding class software upgrading packages in response to different version comparison results.
2. The method as claimed in claim 1, further comprising visually displaying a software upgrading process of each grid dispatching control system server.
3. The method of claim 1 or 2, wherein the external software update trigger signal is derived from a software version management system, and the software version management system outputs the software update trigger signal in response to an external source code upload operation.
4. The method of claim 1 or 2, wherein the version flag includes information for recording an original version of software, an upgraded version of software, and upgraded content corresponding to the current software package.
5. A method according to claim 1 or 2, wherein the compiled software program data is classified according to software usage categories, the categories including a system management category, a database management category, a pre-application category, a graphical interface category and a high-level application category.
6. A software operation and maintenance device of a power grid dispatching control system is characterized by comprising:
the source code data acquisition module is configured for responding to an external software updating trigger signal and acquiring the source code data of the latest version in the software version management system;
the software compiling module is configured for compiling the received source code data to obtain software program data;
a software classification module configured to classify compiled software program data;
the software packaging module is configured for respectively packaging various separated software program data and marking versions to obtain software upgrading packages respectively corresponding to single categories;
and the software release module is configured for uploading the software upgrading package to a software warehouse of the software version management system, so that the software version management system sends a software upgrading signal to each power grid dispatching control system server in response to the software warehouse update, and further each power grid dispatching control system server performs version comparison on the local multi-class software and the latest version software upgrading package of the corresponding class in the software warehouse in response to the software upgrading signal, and performs local software upgrading after downloading the corresponding software upgrading package in response to different version comparison results.
7. The software operation and maintenance device of a power grid dispatching control system as claimed in claim 6, further comprising an upgrade process display module configured to obtain and output for display the software upgrade process information of each power grid dispatching control system server.
8. A software operation and maintenance method of a power grid dispatching control system is characterized by comprising the following steps:
responding to a software version management system to send a software upgrading signal when at least one category software upgrading package in a software warehouse is upgraded, and acquiring the software upgrading signal;
respectively carrying out version comparison on various local software and the latest version software upgrading packages of corresponding types in the software warehouse in response to the acquired software upgrading signals;
downloading the software upgrading package of the corresponding category in response to different version comparison results;
and upgrading the local corresponding software by using each downloaded software upgrading package.
9. A software operation and maintenance system of a power grid dispatching control system is characterized by comprising a software operation and maintenance device, a power grid dispatching control system server and a software version management system;
the software version management system responds to the external input active code upgrading data and transmits a software updating trigger signal to the software operation and maintenance device;
the software operation and maintenance device responds to the software updating trigger signal to acquire the source code data of the latest version in the software version management system and compiles the source code data to acquire software program data; classifying the compiled software program data, respectively packaging the various separated software program data, and performing version marking to obtain a software upgrading package of a corresponding category; further uploading the software upgrading package to a software warehouse of a software version management system;
the software version management system responds to the software warehouse data update and sends a software upgrading signal to each power grid dispatching control system server;
and each power grid dispatching control system server responds to the software upgrading signal, respectively carries out version comparison on the local multi-class software and the latest version software upgrading package of the corresponding class in the software warehouse, and then responds to different version comparison results to download the corresponding class software upgrading packages and then carries out local software upgrading.
10. The system of claim 9, wherein the software operation and maintenance device obtains the software upgrading process information of each grid dispatch control system server and outputs and displays the information.
CN201910865006.8A 2019-09-09 2019-09-09 Software operation and maintenance method, device and system of power grid dispatching control system Active CN110780916B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910865006.8A CN110780916B (en) 2019-09-09 2019-09-09 Software operation and maintenance method, device and system of power grid dispatching control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910865006.8A CN110780916B (en) 2019-09-09 2019-09-09 Software operation and maintenance method, device and system of power grid dispatching control system

Publications (2)

Publication Number Publication Date
CN110780916A true CN110780916A (en) 2020-02-11
CN110780916B CN110780916B (en) 2022-11-04

Family

ID=69383444

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910865006.8A Active CN110780916B (en) 2019-09-09 2019-09-09 Software operation and maintenance method, device and system of power grid dispatching control system

Country Status (1)

Country Link
CN (1) CN110780916B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111782221A (en) * 2020-06-29 2020-10-16 中国电力科学研究院有限公司 Automatic deployment system and method of power grid dispatching control system
CN111782239A (en) * 2020-06-03 2020-10-16 中移(杭州)信息技术有限公司 Software packaging and source code version information acquisition method, device and storage medium
CN112083927A (en) * 2020-07-06 2020-12-15 宁波三星医疗电气股份有限公司 Method for acquiring software SVN version information in power acquisition terminal on site

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101739276A (en) * 2009-11-26 2010-06-16 金蝶软件(中国)有限公司 System updating method and device
CN101859251A (en) * 2009-04-09 2010-10-13 研祥智能科技股份有限公司 Method and device for installing embedded operating system
CN102118500A (en) * 2010-12-27 2011-07-06 清华大学 Software package-based online automatic updating method for open source operating system of mobile terminal
CN107357718A (en) * 2017-06-12 2017-11-17 百富计算机技术(深圳)有限公司 One kind structure method of testing and device
CN108241493A (en) * 2018-01-09 2018-07-03 政采云有限公司 The automation continuous integrating of distributed software system and delivery method, device and system
CN109426516A (en) * 2017-06-21 2019-03-05 北京信威通信技术股份有限公司 Software version management method and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101859251A (en) * 2009-04-09 2010-10-13 研祥智能科技股份有限公司 Method and device for installing embedded operating system
CN101739276A (en) * 2009-11-26 2010-06-16 金蝶软件(中国)有限公司 System updating method and device
CN102118500A (en) * 2010-12-27 2011-07-06 清华大学 Software package-based online automatic updating method for open source operating system of mobile terminal
CN107357718A (en) * 2017-06-12 2017-11-17 百富计算机技术(深圳)有限公司 One kind structure method of testing and device
CN109426516A (en) * 2017-06-21 2019-03-05 北京信威通信技术股份有限公司 Software version management method and device
CN108241493A (en) * 2018-01-09 2018-07-03 政采云有限公司 The automation continuous integrating of distributed software system and delivery method, device and system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111782239A (en) * 2020-06-03 2020-10-16 中移(杭州)信息技术有限公司 Software packaging and source code version information acquisition method, device and storage medium
CN111782239B (en) * 2020-06-03 2023-07-11 中移(杭州)信息技术有限公司 Method, device and storage medium for software packaging and source code version information acquisition
CN111782221A (en) * 2020-06-29 2020-10-16 中国电力科学研究院有限公司 Automatic deployment system and method of power grid dispatching control system
CN112083927A (en) * 2020-07-06 2020-12-15 宁波三星医疗电气股份有限公司 Method for acquiring software SVN version information in power acquisition terminal on site
CN112083927B (en) * 2020-07-06 2023-06-30 宁波三星医疗电气股份有限公司 Method for acquiring SVN version information of software in power acquisition terminal on site

Also Published As

Publication number Publication date
CN110780916B (en) 2022-11-04

Similar Documents

Publication Publication Date Title
CN110780916B (en) Software operation and maintenance method, device and system of power grid dispatching control system
CN108388445B (en) Continuous integration method based on 'platform + application' mode
CN111399853B (en) Templated deployment method for machine learning model and custom operator
US8788239B2 (en) Methods, apparatus and articles of manufacture to test batch configurations
US20180253296A1 (en) Software kit release management
CN108319460B (en) Method and device for generating application program installation package, electronic equipment and storage medium
CN103886203B (en) Automatic modeling system and method based on index prediction
CN115098156B (en) Network mode management system and management method
US20060020931A1 (en) Method and apparatus for managing complex processes
CN106095479A (en) A kind of enterprise application dissemination method, Apparatus and system
CN104246702A (en) Workflow compilation
CN110704082A (en) Continuous integration method and system for monitoring platform
CN109324544A (en) The configuration of entire car controller hardware and software platform and integrated Compilation Method and system
CN109901872A (en) A kind of IT application in enterprises series of products version pipe control method
CN101930397B (en) Implementation method of radio frequency module power amplification universal debugging interface
CN106484452B (en) unified configuration management method and device for software platform
CN105045601A (en) Product publishing and deploying system based on cloud platform
CN115687110A (en) Internet of things terminal equipment testing system and testing method
CN112949018B (en) System and method for creating and testing verification of direct-current transmission control and protection platform model
AU2018201304A1 (en) A model management system
CN113867714A (en) Automatic code generation method adaptive to multiple languages
CN111913706A (en) Topology construction method of dispatching automation system, storage medium and computing equipment
CN112653648B (en) Method and device for generating communication protocol
US12015528B2 (en) Multi-functional integrated network modal management system and management method for user-defined network modal
EP4290368A1 (en) Computer-implemented method and system for generating a command pipeline for controlling a technical 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
GR01 Patent grant
GR01 Patent grant