CN110688824B - Method and system for generating power grid equipment state evaluation report - Google Patents

Method and system for generating power grid equipment state evaluation report Download PDF

Info

Publication number
CN110688824B
CN110688824B CN201910532490.2A CN201910532490A CN110688824B CN 110688824 B CN110688824 B CN 110688824B CN 201910532490 A CN201910532490 A CN 201910532490A CN 110688824 B CN110688824 B CN 110688824B
Authority
CN
China
Prior art keywords
model
data
elements
template
report
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
CN201910532490.2A
Other languages
Chinese (zh)
Other versions
CN110688824A (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.)
Dongguan Power Supply Bureau of Guangdong Power Grid Co Ltd
Shenzhen Comtop Information Technology Co Ltd
Original Assignee
Dongguan Power Supply Bureau of Guangdong Power Grid Co Ltd
Shenzhen Comtop Information 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 Dongguan Power Supply Bureau of Guangdong Power Grid Co Ltd, Shenzhen Comtop Information Technology Co Ltd filed Critical Dongguan Power Supply Bureau of Guangdong Power Grid Co Ltd
Priority to CN201910532490.2A priority Critical patent/CN110688824B/en
Publication of CN110688824A publication Critical patent/CN110688824A/en
Application granted granted Critical
Publication of CN110688824B publication Critical patent/CN110688824B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/20Drawing from basic elements, e.g. lines or circles
    • G06T11/206Drawing of charts or graphs
    • 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

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a method and a system for generating a power grid equipment state evaluation report, wherein the method comprises the following steps: the server side performs model mapping on the input data source and a pre-established data model to obtain specific model data; the method comprises the steps that a client starts a document template and loads a VSTO plug-in, a template is created, deleted or edited on an interface provided by the plug-in, and elements in the template are edited, wherein the elements comprise static elements and model elements corresponding to a data model; translating model elements in the template into corresponding data models; obtaining corresponding model data from a server according to the translated data model; rendering model data of each element in the document; the template is stored or exported to generate the state evaluation report, so that the invention can effectively improve the compiling efficiency and accuracy of the state evaluation report of the power grid equipment and avoid artificial error compiling.

Description

Method and system for generating power grid equipment state evaluation report
Technical Field
The invention relates to the field of power grids, in particular to a method and a system for generating a power grid equipment state evaluation report.
Background
The state evaluation of the power grid equipment can be divided into the following stages, and a state evaluation plan is compiled; executing and obtaining a state evaluation result; and (5) writing a state evaluation report. At this stage of report generation, report staff needs to collect and process a large number of equipment state evaluation results to generate a Word report form. The existing method manually compiles and matches the results of equipment state evaluation, is very labor-consuming, has tedious data, is easy to make mistakes, and has the disadvantages of complex report compiling, long time consumption and low efficiency.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a method and a system for generating a power grid equipment state evaluation report aiming at the defects in the prior art.
The technical scheme adopted for solving the technical problems is as follows: a method of constructing a grid plant status evaluation report generation, the method comprising:
the server side performs model mapping on the input data source and a pre-established data model to obtain specific model data;
the method comprises the steps that a client starts a document template and loads a VSTO plug-in, a template is created, deleted or edited on an interface provided by the plug-in, and elements in the template are edited, wherein the elements comprise static elements and model elements corresponding to a data model;
translating model elements in the template into corresponding data models;
obtaining corresponding model data from a server according to the translated data model;
rendering model data of each element in the document;
the templates are saved or exported to generate the status assessment report.
Preferably, the pre-established data model includes a basic data model and a content data model, the model data including: basic data mapped by the basic data model, and content data mapped by the content data model.
Preferably, the basic data model comprises evaluation year, evaluation date, grid company, report name and evaluation equipment type; the content data model comprises a report destination description model, a report evaluation profile model, a report statistical model and a report management and control model.
Preferably, the model element includes:
a basic object element, the attribute of which corresponds to the basic data model;
a content object element whose attributes correspond to the content data model.
Preferably, the editing the element in the template includes: editing and modifying specific information of static elements; rendering attributes of the basic object element and the content object element are set.
Preferably, the model elements in the pair templates are translated into corresponding data models: the static elements are not translated, the base object elements are translated into a base data model, and the content object elements are translated into a content data model.
Preferably, the obtaining corresponding model data from the server according to the translated data model includes: aiming at the translated basic data model, calling basic data service of the server to acquire basic data of the server; and calling the content data service of the server side aiming at the translated content data model to acquire the content data of the server side.
Preferably, the rendering the model data of each element in the document includes:
the rendering time of the static element is unchanged;
when the basic object element and the content object element are rendered, rendering and displaying the corresponding basic data and content data into the template according to the rendering attribute of the element.
The invention also claims a system for generating the state evaluation report of the power grid equipment, which comprises a server side and a client side;
the server side comprises: a modeling module for pre-establishing a data model, and a model mapping module for performing model mapping on an input data source and the pre-established data model to obtain specific model data;
the client comprises:
the template editing module is used for starting the document template and loading the VSTO plug-in, creating, deleting or editing the template on an interface provided by the plug-in, and editing elements in the template, wherein the elements comprise static elements and model elements corresponding to the data model;
the element translation module is used for translating the model elements in the template into corresponding data models;
the data acquisition module is used for acquiring corresponding model data from the server according to the translated data model;
the rendering module is used for rendering the model data of each element in the document;
and the generation module is used for saving or exporting the template to generate the state evaluation report.
The invention further discloses a system for generating the power grid equipment state evaluation report based on the method, and the system comprises the server side and the client side.
The method and the system for generating the power grid equipment state evaluation report have the following beneficial effects: according to the invention, the server side performs model mapping on an input data source and a pre-established data model to obtain specific model data, when a client side needs to make a report, only a document template is required to be started, a VSTO plug-in is loaded after the document module is started, a template is created, deleted or edited on an interface provided by the plug-in, elements in the template are edited, translated, data acquired and rendered, and finally the template is saved or exported to generate the report, so that the compiling efficiency and accuracy of the state evaluation report of the power grid equipment can be effectively improved, and artificial error compiling is avoided.
Drawings
For a clearer description of an embodiment of the invention or of a technical solution in the prior art, the drawings that are needed in the description of the embodiment or of the prior art will be briefly described, it being obvious that the drawings in the description below are only embodiments of the invention, and that other drawings can be obtained, without inventive effort, by a person skilled in the art from the drawings provided:
FIG. 1 is a flow chart of a method of grid plant status report generation of the present invention;
FIG. 2 is a graph comparing two graphs after data rendering of an evaluation statistical model;
fig. 3 is a system of grid plant status evaluation report generation of the present invention.
Detailed Description
In order that the invention may be readily understood, a more complete description of the invention will be rendered by reference to the appended drawings. Exemplary embodiments of the present invention are illustrated in the accompanying drawings. This invention may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete. It should be understood that the embodiments of the present invention and the specific features in the embodiments are detailed descriptions of the technical solutions of the present application, and not limited to the technical solutions of the present application, and the embodiments of the present invention and the technical features in the embodiments may be combined with each other without conflict.
It will be understood that when an element is referred to as being "fixed to" another element, it can be directly on the other element or intervening elements may also be present. When an element is referred to as being "connected" to another element, it can be directly connected to the other element or intervening elements may also be present. The terms "vertical," "horizontal," "left," "right," and the like are used herein for illustrative purposes only.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. The terminology used herein in the description of the invention is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention.
Referring to fig. 1, the present embodiment provides a method for generating a status evaluation report of a power grid device, where the method includes:
s101, the server performs model mapping on an input data source and a pre-established data model to obtain specific model data.
Wherein the pre-established data model comprises a basic data model and a content data model. Correspondingly, the model data includes: basic data mapped by the basic data model, and content data mapped by the content data model.
Specifically, the basic data model includes key information required for generating a report, for example: evaluation year, evaluation date, grid company, report name, evaluation equipment type, etc.
Specifically, the content data model comprises a report destination description model, a report evaluation profile model, a report statistics model and a report management and control model, and covers all the contents required by the state evaluation report of the power grid equipment, wherein:
report purpose description model: mainly comprises a purpose description, a reference standard, the number of equipment classes, an evaluation type, a grammar rule, a support rendering type and the like.
Report summary model: the method mainly comprises the steps of evaluation time range, evaluation year, evaluation voltage level, evaluation transformer substation number and the like.
Report statistical model: the method mainly comprises the steps of equipment type, evaluation units, evaluation quantity, normal state duty ratio, attention state quantity duty ratio, abnormal state quantity, abnormal state duty ratio, serious state quantity, serious state duty ratio and the like.
Report management and control model: mainly comprises equipment type, equipment state, state number, deduction items, management and control measures and the like.
In this embodiment, the source data is mainly the device basic information, the device state evaluation criterion, and the detailed information of the device state evaluation result. During mapping, the specific basic data model and the specific content data model are instantiated after the data in the input data source are extracted, so that the corresponding basic data and the corresponding content data can be obtained. For example, when mapping, three types of data A, B, C are needed in the model, and the three types of data are respectively located at three preset positions in the data source, and only the data at the three preset positions need to be extracted and stored according to the model format.
After the model mapping is finished, the server side can provide a data acquisition path for the outside in a service mode. For example, the basic data service of the server side is used for obtaining basic data, and the content data service is used for obtaining content data.
S102, a client starts a document template and loads a VSTO plug-in, creates, deletes or edits the template on an interface provided by the plug-in, and edits elements in the template;
wherein the elements include:
static elements, which are mainly fixed information in the report that is independent of the data.
Model elements, which correspond to the data model, mainly include the following two major classes: a basic object element, the attribute of which corresponds to the basic data model; a content object element whose attributes correspond to the content data model. In summary, each specific model has its attributes corresponding to a specific data model.
Wherein editing elements in the template comprises: editing and modifying specific information of static elements; rendering attributes of the basic object element and the content object element are set.
S103, translating the model elements in the template into corresponding data models.
Specifically, the static elements are not translated, the base object elements are translated into a base data model, and the content object elements are translated into a content data model.
S104, obtaining corresponding model data from the server according to the translated data model.
Specifically, aiming at the translated basic data model, calling basic data service of the server to acquire basic data of the server; and calling the content data service of the server side aiming at the translated content data model to acquire the content data of the server side.
S105, rendering model data of each element in the document. Specifically, the static element rendering time is unchanged. When the basic object element and the content object element are rendered, rendering and displaying the corresponding basic data and content data into the template according to the rendering attribute of the element.
Preferably, different types of data of the content model support different report rendering modes. The user can edit the content elements and flexibly and custom display report content. The details are as follows:
1) The report destination description model can be converted into text blocks, and the converted text blocks are as follows:
for (XXX purposes), the report is specially formulated by evaluating the status of (XXX company) on-the-fly (XXX class XXX devices) according to (XXX standard).
In the text block above, static elements are outside brackets, and contents are dynamically rendered by the elements in brackets, and in addition, it should be noted that, the brackets are merely for showing that the static elements are distinguished from the elements to be rendered, and are not actual contents, and examples are the same hereinafter.
2) The report summary model can be converted into a table, a text block, a histogram and a pie chart:
the equipment state evaluation time is (XXX time) annual evaluation, (17 of 500kV transformer substations and 125 of 220kV transformer substations are evaluated in total) and … …
3) The statistical model is evaluated and may be converted to a table, text block, graphics rendering, etc., with reference to table 1, text block, and fig. 2 below.
Table 1 Equipment State evaluation details Table of XX year XXX company
Figure BDA0002100176970000071
Figure BDA0002100176970000081
Of the devices evaluated this time, (total of 300 XXX states, with XXX device 126 at 9.20%, XXX device 68 at 4.96%, and electric XXX device 15 at 1.09%; … …) are shown in FIG. 2.
4) The data of the evaluation management and control model can be converted into a table and a text block, and the data are as follows:
(note state 47), mainly represented by (apparent fouling of the outer surface of porcelain bushing, XXXXX), etc. Specific regulatory measures (XXXXX).
S106, saving or exporting the template to generate the state evaluation report.
Referring to fig. 3, based on the same inventive concept, the invention also constructs a system for generating a power grid equipment status evaluation report, wherein the system comprises a server side and a client side;
the server side comprises: a modeling module 201, a model mapping module 202, a data service 203.
Wherein the modeling module 201 is configured to pre-build a data model. The pre-established data model includes a basic data model and a content data model. Correspondingly, the model data includes: basic data mapped by the basic data model, and content data mapped by the content data model.
Specifically, the basic data model includes key information required for generating a report, for example: evaluation year, evaluation date, grid company, report name, evaluation equipment type, etc.
Specifically, the content data model comprises a report destination description model, a report evaluation profile model, a report statistics model and a report management and control model, and covers all the contents required by the state evaluation report of the power grid equipment, wherein:
report purpose description model: mainly comprises a purpose description, a reference standard, the number of equipment classes, an evaluation type, a grammar rule, a support rendering type and the like.
Report summary model: the method mainly comprises the steps of evaluation time range, evaluation year, evaluation voltage level, evaluation transformer substation number and the like.
Report statistical model: the method mainly comprises the steps of equipment type, evaluation units, evaluation quantity, normal state duty ratio, attention state quantity duty ratio, abnormal state quantity, abnormal state duty ratio, serious state quantity, serious state duty ratio and the like.
The model mapping module 202 is configured to perform model mapping on the input data source and a pre-established data model to obtain specific model data.
In this embodiment, the source data is mainly the device basic information, the device state evaluation criterion, and the detailed information of the device state evaluation result. During mapping, the specific basic data model and the specific content data model are instantiated after the data in the input data source are extracted, so that the corresponding basic data and the corresponding content data can be obtained. For example, when mapping, three types of data A, B, C are needed in the model, and the three types of data are respectively located at three preset positions in the data source, and only the data at the three preset positions need to be extracted and stored according to the model format.
After the model mapping is finished, the server side can provide a data acquisition path for the outside in a service mode. For example, the data service 203 includes a basic data service for realizing acquisition of basic data, and a content data service for realizing acquisition of content data.
Wherein, the client comprises: template editing module 301, element translation module 302, data acquisition module 303, rendering module 304, generation module 305.
The template editing module 301 is configured to start a document template and load a VSTO plug-in, create, delete or edit the template on an interface provided by the plug-in, and edit elements in the template.
Wherein the elements include:
static elements, which are mainly fixed information in the report that is independent of the data.
Model elements, which correspond to the data model, mainly include the following two major classes: a basic object element, the attribute of which corresponds to the basic data model; a content object element whose attributes correspond to the content data model. In summary, each specific model has its attributes corresponding to a specific data model.
Wherein editing elements in the template comprises: editing and modifying specific information of static elements; rendering attributes of the basic object element and the content object element are set.
An element translation module 302, configured to translate model elements in the template into corresponding data models. Specifically, the static elements are not translated, the base object elements are translated into a base data model, and the content object elements are translated into a content data model.
And the data acquisition module 303 is configured to call the data service interface according to the translated data model to acquire corresponding model data. Specifically, aiming at the translated basic data model, calling basic data service of the server to acquire basic data of the server; and calling the content data service of the server side aiming at the translated content data model to acquire the content data of the server side.
And a rendering module 304, configured to render model data of each element in the document. Specifically, the static element rendering time is unchanged. When the basic object element and the content object element are rendered, rendering and displaying the corresponding basic data and content data into the template according to the rendering attribute of the element.
Preferably, different types of content models support different report rendering modes. The user can edit the content elements and flexibly and custom display report content.
A generating module 305 is configured to save or export the template to generate the status evaluation report.
The functions of each functional module of the apparatus in the embodiment of the present invention may be specifically implemented according to the method in the embodiment of the method, and the specific implementation process may refer to the related description of the embodiment of the method, which is not repeated herein.
Based on the same inventive concept, the invention also constructs a system for generating the power grid equipment state evaluation report based on the method, wherein the system comprises the server side and the client side.
It should be noted that in the above description of the various modules, the modules are divided for clarity of illustration. However, in actual implementation, the boundaries of the various modules may be fuzzy. For example, any or all of the functional modules herein may share various hardware and/or software elements. As another example, any and/or all of the functional modules herein may be implemented in whole or in part by execution of software instructions by a common processor. In addition, various software sub-modules executed by one or more processors may be shared among various software modules. Accordingly, the scope of the present invention is not limited by the mandatory boundaries between the various hardware and/or software elements unless expressly required.
In summary, the method and system for generating the power grid equipment state evaluation report have the following beneficial effects: according to the invention, the server side performs model mapping on an input data source and a pre-established data model to obtain specific model data, when a client side needs to make a report, only a document template is required to be started, a VSTO plug-in is loaded after the document module is started, a template is created, deleted or edited on an interface provided by the plug-in, elements in the template are edited, translated, data acquired and rendered, and finally the template is saved or exported to generate the report, so that the compiling efficiency and accuracy of the state evaluation report of the power grid equipment can be effectively improved, and artificial error compiling is avoided.
The embodiments of the present invention have been described above with reference to the accompanying drawings, but the present invention is not limited to the above-described embodiments, which are merely illustrative and not restrictive, and many forms may be made by those having ordinary skill in the art without departing from the spirit of the present invention and the scope of the claims, which are to be protected by the present invention.

Claims (8)

1. A method for generating a power grid equipment status evaluation report, the method comprising:
the server side performs model mapping on the input data source and a pre-established data model to obtain specific model data;
the method comprises the steps that a client starts a document template and loads a VSTO plug-in, a template is created, deleted or edited on an interface provided by the plug-in, and elements in the template are edited, wherein the elements comprise static elements and model elements corresponding to a data model; the editing the elements in the template comprises the following steps: editing and modifying specific information of static elements; setting rendering attributes of basic object elements and content object elements;
translating model elements in the template into corresponding data models;
obtaining corresponding model data from a server according to the translated data model;
rendering model data for each element in a document, comprising: the rendering time of the static element is unchanged; when the basic object element and the content object element are rendered, rendering and displaying the corresponding basic data and content data into a template according to the rendering attribute of the element;
the templates are saved or exported to generate the status assessment report.
2. The method of claim 1, wherein the pre-established data model comprises a base data model and a content data model, the model data comprising: basic data mapped by the basic data model, and content data mapped by the content data model.
3. The method of claim 2, wherein the base data model includes year of evaluation, date of evaluation, grid company, report name, type of evaluation device; the content data model comprises a report destination description model, a report evaluation profile model, a report statistical model and a report management and control model.
4. The method of claim 2, wherein the model element comprises:
a basic object element, the attribute of which corresponds to the basic data model;
a content object element whose attributes correspond to the content data model.
5. The method of claim 4, wherein the model elements in the pair of templates are translated into corresponding data models: the static elements are not translated, the base object elements are translated into a base data model, and the content object elements are translated into a content data model.
6. The method of claim 5, wherein the obtaining the corresponding model data from the server according to the translated data model includes: aiming at the translated basic data model, calling basic data service of the server to acquire basic data of the server; and calling the content data service of the server side aiming at the translated content data model to acquire the content data of the server side.
7. The system for generating the power grid equipment state evaluation report is characterized by comprising a server side and a client side;
the server side comprises: a modeling module for pre-establishing a data model, and a model mapping module for performing model mapping on an input data source and the pre-established data model to obtain specific model data;
the client comprises:
the template editing module is used for starting the document template and loading the VSTO plug-in, creating, deleting or editing the template on an interface provided by the plug-in, and editing elements in the template, wherein the elements comprise static elements and model elements corresponding to the data model; the editing the elements in the template comprises the following steps: editing and modifying specific information of static elements; setting rendering attributes of basic object elements and content object elements;
the element translation module is used for translating the model elements in the template into corresponding data models;
the data acquisition module is used for acquiring corresponding model data from the server according to the translated data model;
a rendering module, configured to render model data of each element in a document, including: the rendering time of the static element is unchanged; when the basic object element and the content object element are rendered, rendering and displaying the corresponding basic data and content data into a template according to the rendering attribute of the element;
and the generation module is used for saving or exporting the template to generate the state evaluation report.
8. A system for implementing power grid equipment status evaluation report generation based on the method of claim 1, wherein the system comprises the server and the client.
CN201910532490.2A 2019-06-19 2019-06-19 Method and system for generating power grid equipment state evaluation report Active CN110688824B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910532490.2A CN110688824B (en) 2019-06-19 2019-06-19 Method and system for generating power grid equipment state evaluation report

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910532490.2A CN110688824B (en) 2019-06-19 2019-06-19 Method and system for generating power grid equipment state evaluation report

Publications (2)

Publication Number Publication Date
CN110688824A CN110688824A (en) 2020-01-14
CN110688824B true CN110688824B (en) 2023-06-27

Family

ID=69108091

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910532490.2A Active CN110688824B (en) 2019-06-19 2019-06-19 Method and system for generating power grid equipment state evaluation report

Country Status (1)

Country Link
CN (1) CN110688824B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112131852A (en) * 2020-09-14 2020-12-25 中国南方电网有限责任公司超高压输电公司昆明局 Converter station fault report automatic generation method and device, electronic equipment and storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040221233A1 (en) * 2003-04-29 2004-11-04 David Thielen Systems and methods for report design and generation
CN103279454A (en) * 2013-06-09 2013-09-04 广东电网公司电力科学研究院 Document automatic generation method, device and system
CN104346398A (en) * 2013-08-06 2015-02-11 航天信息股份有限公司 Method and device for automatically filling and submitting data on line
US10762286B2 (en) * 2017-09-21 2020-09-01 Payformix LLC Automated electronic form generation

Also Published As

Publication number Publication date
CN110688824A (en) 2020-01-14

Similar Documents

Publication Publication Date Title
CN107292003B (en) Automatic generation method of power grid station wiring diagram
CN111831276B (en) Software visualization rapid development system
CN107291444B (en) PLC instruction generation method and device and PLC programming method
CN110955410B (en) Code automatic generation method, device, equipment and medium
CN106293664A (en) Code generating method and device
CN104484419A (en) Test case document conversion system and test case document conversion method
CN110688824B (en) Method and system for generating power grid equipment state evaluation report
CN106598615A (en) Recipe program code generation method and recipe compiling cloud platform system
CN105701271A (en) Creating and deleting method for device in electric power system graph/model hybrid simulation modeling
CN102609520A (en) Method for exporting model data of substation by filtering
CN108388753B (en) Method, device and system for designing SIS cabinet wiring and storage medium
CN108053460B (en) Drawing method and device of electric power system diagram
CN107220465A (en) The automatic generation method of switch cubicle metal plate material type selecting inventory based on Auto CAD
CN103927185A (en) Network topology modeling device based on energy management and guiding method thereof
CN106021344A (en) A multi-adaptive CIME power grid model sharing method
CN109062570A (en) A kind of method and storage medium automatically generating drawing based on EPLAN software
CN108228726A (en) The increment unusual fluctuation content acquisition method and storage medium of power distribution network red and black figure
CN107146165B (en) Distribution network planning data management method and system
CN108038332B (en) On-line graph model rapid generation method for future-state power grid
CN110472298B (en) Method, device, equipment and storage medium for constructing electric power market model
CN111062110A (en) CIM-based method for rapidly constructing transformer substation model and generating in-station wiring diagram by using interval template
CN109740138A (en) A kind of editable method of picture file in realization mind map software
CN111026451A (en) Parameter configuration method and configuration tool for transformer substation terminal interval
CN111860732A (en) Method, device and system for processing secondary system drawing file data of transformer substation
CN113536407B (en) Method, device and storage medium for constructing project drawing based on unit equipment

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