US20160252890A1 - Method for searching cross-regional power supply area based on cim model and system thereof - Google Patents

Method for searching cross-regional power supply area based on cim model and system thereof Download PDF

Info

Publication number
US20160252890A1
US20160252890A1 US14/405,245 US201414405245A US2016252890A1 US 20160252890 A1 US20160252890 A1 US 20160252890A1 US 201414405245 A US201414405245 A US 201414405245A US 2016252890 A1 US2016252890 A1 US 2016252890A1
Authority
US
United States
Prior art keywords
power supply
supply area
searching
hash
model
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
US14/405,245
Other versions
US9798310B2 (en
Inventor
Bing Han
Jianguo Yao
Jiaqing Zhao
Zemei DAI
Kejun Qian
Xuewei SHANG
Chunlei Xu
Lingtao ZHANG
Weijin ZHUANG
Lin Zhao
Yongliang MENG
Pai SUN
Yang Lv
Yan Liu
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
China Electric Power Research Institute Co Ltd CEPRI
State Grid Jiangsu Electric Power Co Ltd
Beijing Kedong Electric Power Control System Co Ltd
State Grid Suzhou Power Supply Co
Nari Technology Co Ltd
Original Assignee
State Grid Corp of China SGCC
China Electric Power Research Institute Co Ltd CEPRI
State Grid Jiangsu Electric Power Co Ltd
Beijing Kedong Electric Power Control System Co Ltd
State Grid Suzhou Power Supply Co
Nari 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 State Grid Corp of China SGCC, China Electric Power Research Institute Co Ltd CEPRI, State Grid Jiangsu Electric Power Co Ltd, Beijing Kedong Electric Power Control System Co Ltd, State Grid Suzhou Power Supply Co, Nari Technology Co Ltd filed Critical State Grid Corp of China SGCC
Assigned to CHINA ELECTRIC POWER RESEARCH INSTITUTE, STATE GRID CORPORATION OF CHINA, BEIJING KEDONG POWER CONTROL SYSTEM CO., LTD, STATE GRID JIANGSU ELECTRIC POWER COMPANY, State Grid Suzhou Power Supply Company, NARI Technology Co., Ltd reassignment CHINA ELECTRIC POWER RESEARCH INSTITUTE ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: DAI, Zemei, HAN, BING, LIU, YAN, LV, Yang, MENG, Yongliang, QIAN, KEJUN, SHANG, XUEWEI, SUN, PAI, XU, CHUNLEI, YAO, JIANGUO, ZHANG, Lingtao, ZHAO, JIAQING, ZHAO, LIN, ZHUANG, Weijin
Publication of US20160252890A1 publication Critical patent/US20160252890A1/en
Application granted granted Critical
Publication of US9798310B2 publication Critical patent/US9798310B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2255Hash tables
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/04Programme control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/048Monitoring; Safety
    • G06F17/3033
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/20Pc systems
    • G05B2219/26Pc applications
    • G05B2219/2639Energy management, use maximum of cheap power, keep peak load low
    • 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
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Definitions

  • the present invention relates to a method for searching a power supply area, particularly to a method for searching a cross-regional power supply area based on a common information model (CIM) of a power grid, and further relates to a searching system used to implement the method, and belongs to the field of dispatching automation of a power grid.
  • CIM common information model
  • a network connectivity analysis and a power grid topology analysis for network path searching are mainly based.
  • a power grid topological graph is searched by using a depth-first search algorithm and a width-first search algorithm.
  • the depth-first search algorithm is a non-heuristic search, requires traversal on all nodes of a topological tree, and is a blind search algorithm.
  • the width-first search algorithm is also a blind search algorithm. Different from the depth-first algorithm, the width-first algorithm starts from a root node, and traverses nodes of a topological tree along the width of the tree; and if a target is found, the calculation ends.
  • the method for searching a power supply area by using the width-first search algorithm or the depth-first search algorithm requires traversal on and a search for a power grid model of the whole region, and with the gradual perfection of a power grid model, the power grid has an increasingly large structure and scale, so that a search by using a traversing method is increasingly time consuming, real situations of a power range cannot be displayed in real time, and on-site guidance requirements when an urgent fault occurs cannot be met.
  • a hash function is used in a power grid topological graph, and a topology hash table corresponding to various device types is created according to types of nodes and various devices and by using a device identification as a key and a device object as a value; and a topology network of the nodes is created for all the devices according to the created topology hash table corresponding to the various device types.
  • the device identification number is generally set to a numerical value much greater than the number of elements in the power grid, and using the device identification as a key causes a waste of a large amount of storage space.
  • the hash function is used to map a device identification number to a key value in a hash table, so that a storage location in memory can be directly accessed according to the key value.
  • the Chinese patent application with the publication No. CN102957206A discloses a multi-granularity offline model splicing method oriented to a smart power grid.
  • intranet nodes and devices inside the boundary station are reserved based on a device granularity, and extranet nodes and devices outside the boundary station are removed; and for a non-boundary station, a station granularity is reserved or removed according to intranet and extranet characteristics; therefore, a model splicing mechanism can be perfected, and an effect of model splicing can be effectively improved.
  • a major technical problem to be solved by the present invention is to provide a method for searching a cross-regional power supply area based on a CIM model.
  • Another technical problem to be solved by the present invention is to provide a system for searching a cross-regional power supply area based on a CIM model.
  • a method for searching a cross-regional power supply area based on a CIM model includes the following steps:
  • A1 creating a hash function according to a size of a power grid in which a power source is located;
  • a power supply region is divided according to a voltage of the power source, so as to remove a non-power supply high-voltage region.
  • step A2 a corresponding device object is directly accessed by using a key value in the discrete hash table.
  • the collision is solved by using a separate chaining method.
  • step A3 when the power supply area crosses different power supply regions, cross-regional models are spliced to form a new power supply area, and the new power supply area is highlighted.
  • the splicing cross-regional models to form a new power supply area includes the following steps:
  • a system for searching a cross-regional power supply area based on a CIM model is used to implement the method for searching a cross-regional power supply area, and includes:
  • a hash function generating module used to create a hash function according to a size of a power grid in which a power source is located;
  • a discrete hash table generating module used to map identification numbers of all devices in the power grid to a discrete hash table according to the hash function
  • a power supply area search module used to search a power supply area of a designated device by using the hash topological graph
  • the hash function generating module is connected to the discrete hash table generating module, and the module for generating a hash topological graph is connected to the discrete hash table generating module, and is further connected to the power supply area search module.
  • power supply paths of all levels of power supplies are sorted out according to a power grid topology, so that a “full-chain” power grid monitoring requirement is met, and reliable power supply for important users is ensured to the greatest extent; and moreover, it is conducive to making a rapid response to a site of accident, and is convenient for on-site guidance.
  • FIG. 1 is a flowchart of a method for searching a cross-regional power supply area according to the present invention
  • FIG. 2 is a schematic diagram of mapping to and generating a discrete hash table of a power grid device according to the present invention
  • FIG. 3 is a flowchart of a method for searching a hash topology according to the present invention
  • FIG. 4 is a schematic diagram of a method for splicing models according to the present invention.
  • FIG. 5 is a schematic diagram of a system for searching a cross-regional power supply area according to the present invention.
  • the present invention provides a method for searching a cross-regional power supply area based on a CIM mode.
  • a power supply region is divided according to a voltage of a power source, so as to remove a non-power supply high-voltage region.
  • a hash function is then constructed, a discrete hash table of the power supply region is generated by using the hash function, a rapid search is performed according to the discrete hash table, and the found power supply region is highlighted. If the power supply area involves multiple regions, power supply grids of the multiple regions are spliced based on a CIM and SVG, for display.
  • the method for searching a cross-regional power supply area includes the following steps:
  • A1 Create a suitable hash function according to a size of a power grid in which a power source is located.
  • an identification number of a device is used as a mapped object of the device.
  • a suitable hash function is constructed according to a size of a power supply area, and a rule for construction is that as few hash table collisions as possible are generated after mapping.
  • All devices in the power grid are classified according to voltage levels, and all devices and nodes in a power grid model of a whole power supply region are numbered according to a unified numbering rule, so as to ensure that the devices and the nodes are unique without any confusion.
  • Information such as a region number of the device, a voltage type record number and a station number is integrated with the identification number according to a preset rule, so as to construct a suitable hash function. Therefore, such processing is conducive to classification of all the devices, and is also conducive to rapid location of devices in the same power supply area.
  • identification number of the device is mapped to a discrete hash table by using the hash function.
  • identification numbers of a group of power grid device are, for example, an array X, each number is a long integer number, a hash function is constructed according to the device number array, and the array X is mapped to a discrete hash table Y with limited numbers, the identification number of the device is replaced with a storage location, and after mapping, Y may be used to replace X, which greatly reduces search complexity.
  • a collision occurs in the mapping process, that is, when one key value corresponds to multiple devices, the collision is solved by using a separate chaining method.
  • the number of key values of the discrete hash table should be more than the quantity of devices. When the number of devices is fixed, there will be left a part of spaces of the discrete hash table, and key values of these empty space will be set null value. In other words, empty space in the discrete hash table indicates that no device corresponds thereto.
  • Storage space shown in FIG. 2 is a part of the discrete hash table.
  • Numerical values 0 to 7 are a part of key values in the discrete hash table, and the identification number of the power grid device is mapped to the discrete hash table by using the hash function, so as to establish a correspondence between the identification number and the key value, where the hash function is constructed so that as few collisions as possible are generated.
  • the collision is solved by using a separate chaining method, that is, devices with a same key value are stored in a chain table with a key value of 2 in order.
  • a collision occurs in multiple devices, for example, when devices D, G and I are all mapped to the key value 4, the devices D, G and I are all stored in a chain table in the address.
  • a group of devices have numbers of, for example, an array A[1000033431, 10000435327, 2000065343, 20000232354, 100007454403], and certainly, a device number of an actual power supply area is much greater than the number, and device numbers are all large.
  • a hash function is constructed according to the device number array, and the array A is mapped to the hash table, for example, it is defined that (A % 10, divided by 10 to obtain a remainder) is used as a hash function, after the array is calculated, B[1, 7, 3, 4, 3] is obtained, and in a power grid device processed by using the hash function, B may be used to replace A, which greatly reduces the search complexity. It can be seen that, there are two 3s in the array B, and this is a collision. A method for solving the collision is linking a subsequent 3 sequentially by using separate chaining at the location of 3, which is conducive to a future search. A standard of a good hash function is generating as few collisions as possible.
  • A2 Create a discrete hash table of all the devices in the power grid according to the hash function constructed in step A1; map devices in a region to the discrete hash table by using the hash function, so as to create a discrete hash table of the devices, and a device object can be directly accessed by using a key value in the discrete hash table; and when one key value in the hash table corresponds to multiple device objects, that is, when a collision occurs, solve the collision by using a separate chaining method, and create a hash topological graph of the power grid by using the obtained discrete hash table in combination of geographic information system (GIS) information.
  • GIS geographic information system
  • the key values in the discrete hash table are made to correspond to all the devices in the power grid.
  • step A3 Search a power supply area of a designated device rapidly according to the discrete hash table in step A2, and search the discrete hash table for a corresponding node according to a set switch point and a device identification; access nodes in a topology network from near to far by using the corresponding node as a start point, until all the nodes are traversed; and combine path stacks set to accessed and whose power supply points cannot be found, and highlight the combined path stacks, so as to obtain a power supply area, and highlight the power supply area.
  • FIG. 3 shows a specific process of a method for searching a hash topology, including the following steps:
  • a key value of a designated power supply device is calculated by using a hash function, and a device with the same key value is searched for in a topological graph.
  • a topology associated device is searched for in a hash topological graph by using the key value, and then, it is determined whether the device node has been searched for. If the device node has not been searched for, the node is recorded, a tag value of the device is set to true, and it is further determined whether the node has a subnode; and if the node has been searched for, it is directly determined whether the node has a subnode.
  • the subnode is searched for and included in the hash topological graph of the power supply area, and a new round of search is performed from the start point; and if the node does not have a subnode, a previous level of node is returned to, and it is determined whether there is any node that is not searched for, if there is no node that is not searched for, the search ends; and if there is a node that is not searched for, the node is searched for and recorded, and a new round of search is performed from the start point. All related elements in the hash topological graph are traversed, so as to obtain the whole power supply area. Finally, the found power supply area is highlighted.
  • the present invention further provides a method for splicing cross-regional models for a power supply area based on a CIM and SVG, and as shown in FIG. 4 , the method includes the following steps:
  • the uploaded file is a power supply area model searched for in the previous step; if the power supply area crosses multiple regions, models need to be uploaded one by one; and the intranet involved in the present invention refers to that a station in which a designated power source is located is the intranet, and other stations are extranets.
  • Verify and analyze model files participating in the splicing and execute the following operations: model verification, boundary aegis, an analysis of internal and external stations, and a model increment analysis.
  • the verification and the analysis aim to ensure the quality of the participating models, ensure the correctness and the consistency of all information, and provide a correct data source for subsequent model splicing, and are unified and standardized processing on the spliced models.
  • split a model for an external power grid in the power supply area, decompose a model in the power supply area into multiple small power grid models, that is, electrical topological islands, according to a rule such as a designated voltage level, a same station, or a group of specific devices, so as to complete classification of the models, and facilitate subsequent splicing.
  • a rule such as a designated voltage level, a same station, or a group of specific devices.
  • overlapped information needs to have consistent identifications, and names of overlapped parts in the existing hash topological graph should keep consistent, so as to facilitate subsequent splicing.
  • the present invention further provides a system for searching a cross-regional power supply area based on a CIM model, which is used to implement the method for searching a cross-regional power supply area, and includes:
  • a hash function generating module used to create a hash function according to a size of a power grid in which a power source is located;
  • a discrete hash table generating module used to map identification numbers of all devices in the power grid to a discrete hash table according to the hash function
  • a power supply area search module used to search a power supply area of a designated device by using the hash topological graph
  • the hash function generating module is connected to the discrete hash table generating module, and the module for generating a hash topological graph is connected to the discrete hash table generating module, and is further connected to the power supply area search module; a power supply element that needs to be searched for is designated, and the hash table generating module divides the power supply region according to a voltage of the power supply element, so as to remove a non-power supply high-voltage region, and constructs the hash function by using an identification number of a device as a mapping value; the discrete hash table generating module maps the device in the region to the discrete hash table according to the constructed hash function; when a collision occurs, the collision is solved by using a separate chaining method; the module for generating a hash topological graph forms the hash topological graph of the power grid in a separate chaining manner according to the discrete hash table; and the power supply area search module rapidly searches for the designated power supply element according to the hash topological graph, so as to obtain a power
  • the performing, by the power supply area search module, a cross-regional search and splicing includes the following steps:
  • the uploaded file is a power supply area model searched for in the previous step; if the power supply area crosses multiple regions, models need to be uploaded one by one; and the intranet involved in the present invention refers to that a station in which a designated power source is located is the intranet, and other stations are extranets.
  • model verification mainly includes: grammar correctness of various files; the correctness of a network topology and parameters; the consistency of graphic files and model files and the like.
  • the content of the model verification may be configured as required.
  • the boundary aegis is an important link of model combination, and intelligent boundary aegis simplifies the process of model boundary aegis.
  • the analysis of intranet and extranet stations refers to setting boundary features of stations based on boundary definitions obtained through a manual search or an intelligent search.
  • boundary features refer to that stations including conductive devices in the model file all have boundary features.
  • a station having a boundary device is referred to as a boundary station; a station inside the boundary station is referred to as an intranet station; and other stations are generally referred to as extranet stations.
  • a result of the model increment analysis is provided by means of a CIM model increment file, so that a user has some expectation for model change before model splicing, The verification and the analysis aim to ensure the quality of the participating models, ensure the correctness and the consistency of all information, provide a correct data source for subsequent model splicing, provide previous understanding on model change, provide reference for the user to determine whether a new model participates in the splicing, and are unified and standardized processing on the spliced models.
  • the boundary aegis is an important link of model combination.
  • a dispatching boundary between network dispatching and provincial dispatching is generally at an interconnection line between stations, and a dispatching boundary between provincial dispatching and regional dispatching is generally divided inside a station.
  • the present invention uses a boundary self-detection technology in a model special dimension on the basis of an analysis on boundary features of network, provincial and regional dispatching models.
  • the boundary self-detection technology considers three boundary aegis manners: 1. designating a boundary voltage level, and automatically detecting a transformer boundary; 2. designating a boundary station, and semi-automatically detecting a line boundary; and 3. a function of self-defining a boundary of any type.
  • the three boundary aegis manners cooperate with each other to meet various boundary aegis requirements of offline model splicing.
  • split a model for an external power grid in the power supply area, decompose a model in the power supply area into multiple small power grid models, that is, electrical topological islands, according to a certain rule such as a designated voltage level, a same station, or a group of specific devices, so as to complete classification of the models, and facilitate subsequent splicing.
  • a certain rule such as a designated voltage level, a same station, or a group of specific devices
  • the present invention by creating a discrete hash table for all device resources, devices in a power supply area are located rapidly and accurately, so that a rapid search on the power supply area is effectively implemented, and the problem of scale expansion of an associated matrix is solved; moreover, the amount of computation is greatly reduced, and the efficiency of searching the power supply area is improved. Moreover, the power supply area is highlighted, which is clear, visual, and understandable. Therefore, a powerful technical support is provided for applications such as accident trace back or evaluation on the reach of a power grid accident.

Abstract

Disclosed are a method for searching a cross-regional power supply area based on a common information model (CIM) and a system thereof. In the method, a hash function is first created according to a size of a power grid in which a power source is located; identification numbers of all devices in the power grid are mapped to a discrete hash table according to the hash function, and a collision is solved by using separate chaining; and a hash topological graph of the power grid is formed by using the discrete hash table; and a power supply area of a designated device is searched by using the hash topological graph. According to the present invention, devices in a power supply area are located rapidly and accurately by creating a discrete hash table for all device resources, so that the amount of computation is greatly reduced, and the efficiency of searching the power supply area is significantly improved.

Description

    BACKGROUND
  • 1. Technical Field
  • The present invention relates to a method for searching a power supply area, particularly to a method for searching a cross-regional power supply area based on a common information model (CIM) of a power grid, and further relates to a searching system used to implement the method, and belongs to the field of dispatching automation of a power grid.
  • 2. Related Art
  • In commonly used methods for searching a power supply area at present, a network connectivity analysis and a power grid topology analysis for network path searching are mainly based. Generally, a power grid topological graph is searched by using a depth-first search algorithm and a width-first search algorithm. The depth-first search algorithm is a non-heuristic search, requires traversal on all nodes of a topological tree, and is a blind search algorithm. The width-first search algorithm is also a blind search algorithm. Different from the depth-first algorithm, the width-first algorithm starts from a root node, and traverses nodes of a topological tree along the width of the tree; and if a target is found, the calculation ends. The method for searching a power supply area by using the width-first search algorithm or the depth-first search algorithm requires traversal on and a search for a power grid model of the whole region, and with the gradual perfection of a power grid model, the power grid has an increasingly large structure and scale, so that a search by using a traversing method is increasingly time consuming, real situations of a power range cannot be displayed in real time, and on-site guidance requirements when an urgent fault occurs cannot be met.
  • In the Chinese patent application with the publication No. CN103544658A, a hash function is used in a power grid topological graph, and a topology hash table corresponding to various device types is created according to types of nodes and various devices and by using a device identification as a key and a device object as a value; and a topology network of the nodes is created for all the devices according to the created topology hash table corresponding to the various device types. However, with the unification and standardization of national power grid information, in order to make a device identification number unique in a whole power distribution network and facilitate further expansion of the scale of the power grid, the device identification number is generally set to a numerical value much greater than the number of elements in the power grid, and using the device identification as a key causes a waste of a large amount of storage space. In addition, the hash function is used to map a device identification number to a key value in a hash table, so that a storage location in memory can be directly accessed according to the key value.
  • In this process, generally, a situation in which a same key value corresponds to multiple locations in the hash table occurs, and this situation is referred to as a collision; therefore, how to deal with a collision is an indispensible step in hash mapping. However, the patent application does not involve a method for dealing with a collision.
  • The Chinese patent application with the publication No. CN102957206A discloses a multi-granularity offline model splicing method oriented to a smart power grid. In the splicing method, for a boundary station, intranet nodes and devices inside the boundary station are reserved based on a device granularity, and extranet nodes and devices outside the boundary station are removed; and for a non-boundary station, a station granularity is reserved or removed according to intranet and extranet characteristics; therefore, a model splicing mechanism can be perfected, and an effect of model splicing can be effectively improved.
  • SUMMARY
  • In view of the defects in the prior art, a major technical problem to be solved by the present invention is to provide a method for searching a cross-regional power supply area based on a CIM model.
  • Another technical problem to be solved by the present invention is to provide a system for searching a cross-regional power supply area based on a CIM model.
  • In order to achieve the foregoing inventive objectives, the present invention uses the following technical solutions:
  • A method for searching a cross-regional power supply area based on a CIM model includes the following steps:
  • A1. creating a hash function according to a size of a power grid in which a power source is located;
  • A2. mapping identification numbers of all devices in the power grid to a discrete hash table according to the hash function, and forming a hash topological graph of the power grid by using the discrete hash table; and
  • A3. searching a power supply area of a designated device by using the hash topological graph.
  • Preferably, in step A1, a power supply region is divided according to a voltage of the power source, so as to remove a non-power supply high-voltage region.
  • Preferably, in step A2, a corresponding device object is directly accessed by using a key value in the discrete hash table.
  • Preferably, when one key value in the discrete hash table corresponds to multiple device objects, that is, when a collision occurs, the collision is solved by using a separate chaining method.
  • Preferably, in step A3, when the power supply area crosses different power supply regions, cross-regional models are spliced to form a new power supply area, and the new power supply area is highlighted.
  • Preferably, the splicing cross-regional models to form a new power supply area includes the following steps:
  • C1. uploading an extranet CIM model file and a Scalable Vector Graphics (SVG) graphic file of the power supply region to a power supply intranet through a network;
  • C2.verifying and analyzing model files participating in the splicing, and executing the following operations: model verification, boundary aegis, an analysis of internal and external stations, and a model increment analysis;
  • C3. decomposing a model in the power supply area into multiple small power grid models, so as to complete classification of models; and
  • C4. classifying model files from multiple dispatching source ends according to voltage levels or regions, performing fusion processing on model boundaries, replacing an intranet equivalent end, and associating a power grid database, so as to finally form a complete power supply network diagram.
  • A system for searching a cross-regional power supply area based on a CIM model is used to implement the method for searching a cross-regional power supply area, and includes:
  • a hash function generating module, used to create a hash function according to a size of a power grid in which a power source is located;
  • a discrete hash table generating module, used to map identification numbers of all devices in the power grid to a discrete hash table according to the hash function;
  • a module for generating a hash topological graph, used to form a hash topological graph of the power grid according to the discrete hash table; and
  • a power supply area search module, used to search a power supply area of a designated device by using the hash topological graph,
  • where the hash function generating module is connected to the discrete hash table generating module, and the module for generating a hash topological graph is connected to the discrete hash table generating module, and is further connected to the power supply area search module.
  • According to the present invention, power supply paths of all levels of power supplies are sorted out according to a power grid topology, so that a “full-chain” power grid monitoring requirement is met, and reliable power supply for important users is ensured to the greatest extent; and moreover, it is conducive to making a rapid response to a site of accident, and is convenient for on-site guidance.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The disclosure will become more fully understood from the detailed description given herein below for illustration only, and thus are not limitative of the disclosure, and wherein
  • FIG. 1 is a flowchart of a method for searching a cross-regional power supply area according to the present invention;
  • FIG. 2 is a schematic diagram of mapping to and generating a discrete hash table of a power grid device according to the present invention;
  • FIG. 3 is a flowchart of a method for searching a hash topology according to the present invention;
  • FIG. 4 is a schematic diagram of a method for splicing models according to the present invention; and
  • FIG. 5 is a schematic diagram of a system for searching a cross-regional power supply area according to the present invention.
  • DETAILED DESCRIPTION
  • The following further describes the technical content of the present invention in detail with reference to the accompanying drawings and specific embodiments.
  • The present invention provides a method for searching a cross-regional power supply area based on a CIM mode. As shown in FIG. 1, in the method, a power supply region is divided according to a voltage of a power source, so as to remove a non-power supply high-voltage region. A hash function is then constructed, a discrete hash table of the power supply region is generated by using the hash function, a rapid search is performed according to the discrete hash table, and the found power supply region is highlighted. If the power supply area involves multiple regions, power supply grids of the multiple regions are spliced based on a CIM and SVG, for display.
  • Therefore, the method for searching a cross-regional power supply area provided by the present invention includes the following steps:
  • A1. Create a suitable hash function according to a size of a power grid in which a power source is located.
  • First, an identification number of a device is used as a mapped object of the device. A suitable hash function is constructed according to a size of a power supply area, and a rule for construction is that as few hash table collisions as possible are generated after mapping.
  • All devices in the power grid are classified according to voltage levels, and all devices and nodes in a power grid model of a whole power supply region are numbered according to a unified numbering rule, so as to ensure that the devices and the nodes are unique without any confusion. Information such as a region number of the device, a voltage type record number and a station number is integrated with the identification number according to a preset rule, so as to construct a suitable hash function. Therefore, such processing is conducive to classification of all the devices, and is also conducive to rapid location of devices in the same power supply area.
  • The identification number of the device is mapped to a discrete hash table by using the hash function. For example, identification numbers of a group of power grid device are, for example, an array X, each number is a long integer number, a hash function is constructed according to the device number array, and the array X is mapped to a discrete hash table Y with limited numbers, the identification number of the device is replaced with a storage location, and after mapping, Y may be used to replace X, which greatly reduces search complexity. When a collision occurs in the mapping process, that is, when one key value corresponds to multiple devices, the collision is solved by using a separate chaining method. The number of key values of the discrete hash table should be more than the quantity of devices. When the number of devices is fixed, there will be left a part of spaces of the discrete hash table, and key values of these empty space will be set null value. In other words, empty space in the discrete hash table indicates that no device corresponds thereto.
  • Storage space shown in FIG. 2 is a part of the discrete hash table. Numerical values 0 to 7 are a part of key values in the discrete hash table, and the identification number of the power grid device is mapped to the discrete hash table by using the hash function, so as to establish a correspondence between the identification number and the key value, where the hash function is constructed so that as few collisions as possible are generated. When a collision occurs, that is, when one key value corresponds to multiple devices, for example, a device B and a device F in the figure both correspond to the key value 2, the collision is solved by using a separate chaining method, that is, devices with a same key value are stored in a chain table with a key value of 2 in order. When a collision occurs in multiple devices, for example, when devices D, G and I are all mapped to the key value 4, the devices D, G and I are all stored in a chain table in the address. For example, a group of devices have numbers of, for example, an array A[1000033431, 10000435327, 2000065343, 20000232354, 100007454403], and certainly, a device number of an actual power supply area is much greater than the number, and device numbers are all large. In this case, a hash function is constructed according to the device number array, and the array A is mapped to the hash table, for example, it is defined that (A % 10, divided by 10 to obtain a remainder) is used as a hash function, after the array is calculated, B[1, 7, 3, 4, 3] is obtained, and in a power grid device processed by using the hash function, B may be used to replace A, which greatly reduces the search complexity. It can be seen that, there are two 3s in the array B, and this is a collision. A method for solving the collision is linking a subsequent 3 sequentially by using separate chaining at the location of 3, which is conducive to a future search. A standard of a good hash function is generating as few collisions as possible.
  • A2. Create a discrete hash table of all the devices in the power grid according to the hash function constructed in step A1; map devices in a region to the discrete hash table by using the hash function, so as to create a discrete hash table of the devices, and a device object can be directly accessed by using a key value in the discrete hash table; and when one key value in the hash table corresponds to multiple device objects, that is, when a collision occurs, solve the collision by using a separate chaining method, and create a hash topological graph of the power grid by using the obtained discrete hash table in combination of geographic information system (GIS) information.
  • The key values in the discrete hash table are made to correspond to all the devices in the power grid.
  • A3. Search a power supply area of a designated device rapidly according to the discrete hash table in step A2, and search the discrete hash table for a corresponding node according to a set switch point and a device identification; access nodes in a topology network from near to far by using the corresponding node as a start point, until all the nodes are traversed; and combine path stacks set to accessed and whose power supply points cannot be found, and highlight the combined path stacks, so as to obtain a power supply area, and highlight the power supply area.
  • FIG. 3 shows a specific process of a method for searching a hash topology, including the following steps:
  • After a search is started, a key value of a designated power supply device is calculated by using a hash function, and a device with the same key value is searched for in a topological graph. A topology associated device is searched for in a hash topological graph by using the key value, and then, it is determined whether the device node has been searched for. If the device node has not been searched for, the node is recorded, a tag value of the device is set to true, and it is further determined whether the node has a subnode; and if the node has been searched for, it is directly determined whether the node has a subnode. If the node has a subnode, the subnode is searched for and included in the hash topological graph of the power supply area, and a new round of search is performed from the start point; and if the node does not have a subnode, a previous level of node is returned to, and it is determined whether there is any node that is not searched for, if there is no node that is not searched for, the search ends; and if there is a node that is not searched for, the node is searched for and recorded, and a new round of search is performed from the start point. All related elements in the hash topological graph are traversed, so as to obtain the whole power supply area. Finally, the found power supply area is highlighted.
  • When the power supply area is tracked by using the discrete hash table, the following principles need to be followed to ensure the accuracy of the search:
  • 1) When a related device is found in the hash topological graph, a voltage attribute of the device is determined, and the power supply area cannot be expanded from a low-voltage side of a transformer to a high-voltage side, that is, when the low-voltage side of the transformer is found in the search process, it may be considered that a power source is found, and it is unnecessary to continue the search.
  • 2) When a transformer device is found in a topology, if a device connected to a low-voltage side of a transformer is only powered by the transformer, the device is within a power supply area of the transformer.
  • 3) If a device connected to a low-voltage side of a transformer found in a topology is powered by multiple transformers, a direction of tide of the device needs to be checked.
  • 4) When a device in a station is powered by multiple power sources, whether the device is within the power supply area, a direction of tide of the related device needs to be checked.
  • When the power supply region is searched by using the discrete hash table, when a case of cross-region occurs, model splicing further needs to be performed. Therefore, the present invention further provides a method for splicing cross-regional models for a power supply area based on a CIM and SVG, and as shown in FIG. 4, the method includes the following steps:
  • B1. Upload an extranet CIM model file and an SVG graphic file of a power supply region to a power supply intranet through a network. The uploaded file is a power supply area model searched for in the previous step; if the power supply area crosses multiple regions, models need to be uploaded one by one; and the intranet involved in the present invention refers to that a station in which a designated power source is located is the intranet, and other stations are extranets.
  • B2. Verify and analyze model files participating in the splicing, and execute the following operations: model verification, boundary aegis, an analysis of internal and external stations, and a model increment analysis. The verification and the analysis aim to ensure the quality of the participating models, ensure the correctness and the consistency of all information, and provide a correct data source for subsequent model splicing, and are unified and standardized processing on the spliced models.
  • B3. Split a model: for an external power grid in the power supply area, decompose a model in the power supply area into multiple small power grid models, that is, electrical topological islands, according to a rule such as a designated voltage level, a same station, or a group of specific devices, so as to complete classification of the models, and facilitate subsequent splicing. In the split models, overlapped information needs to have consistent identifications, and names of overlapped parts in the existing hash topological graph should keep consistent, so as to facilitate subsequent splicing.
  • B4. Classify model files from extranet stations according to voltage levels or regions, perform fusion processing on model boundaries, replace an intranet equivalent end, and associate a power grid database, so as to finally form a complete power supply network diagram.
  • As shown in FIG. 5, the present invention further provides a system for searching a cross-regional power supply area based on a CIM model, which is used to implement the method for searching a cross-regional power supply area, and includes:
  • a hash function generating module, used to create a hash function according to a size of a power grid in which a power source is located;
  • a discrete hash table generating module, used to map identification numbers of all devices in the power grid to a discrete hash table according to the hash function;
  • a module for generating a hash topological graph, used to form a hash topological graph of the power grid according to the discrete hash table; and
  • a power supply area search module, used to search a power supply area of a designated device by using the hash topological graph,
  • where the hash function generating module is connected to the discrete hash table generating module, and the module for generating a hash topological graph is connected to the discrete hash table generating module, and is further connected to the power supply area search module; a power supply element that needs to be searched for is designated, and the hash table generating module divides the power supply region according to a voltage of the power supply element, so as to remove a non-power supply high-voltage region, and constructs the hash function by using an identification number of a device as a mapping value; the discrete hash table generating module maps the device in the region to the discrete hash table according to the constructed hash function; when a collision occurs, the collision is solved by using a separate chaining method; the module for generating a hash topological graph forms the hash topological graph of the power grid in a separate chaining manner according to the discrete hash table; and the power supply area search module rapidly searches for the designated power supply element according to the hash topological graph, so as to obtain a power supply area thereof, and when the power supply area covers multiple stations, the power supply area search module may perform a cross-regional search, splice the found power supply regions, and highlight the power supply regions.
  • In the system for searching a cross-regional power supply area, the performing, by the power supply area search module, a cross-regional search and splicing includes the following steps:
  • C1. Upload an extranet CIM model file and an SVG graphic file of the power supply region to a power supply intranet through a network. The uploaded file is a power supply area model searched for in the previous step; if the power supply area crosses multiple regions, models need to be uploaded one by one; and the intranet involved in the present invention refers to that a station in which a designated power source is located is the intranet, and other stations are extranets.
  • C2. Verify and analyze model files participating in the splicing, and execute the following operations: model verification, boundary aegis, an analysis of internal and external stations, and a model increment analysis. The model verification mainly includes: grammar correctness of various files; the correctness of a network topology and parameters; the consistency of graphic files and model files and the like. The content of the model verification may be configured as required. The boundary aegis is an important link of model combination, and intelligent boundary aegis simplifies the process of model boundary aegis. The analysis of intranet and extranet stations refers to setting boundary features of stations based on boundary definitions obtained through a manual search or an intelligent search. The boundary features refer to that stations including conductive devices in the model file all have boundary features. A station having a boundary device is referred to as a boundary station; a station inside the boundary station is referred to as an intranet station; and other stations are generally referred to as extranet stations. A result of the model increment analysis is provided by means of a CIM model increment file, so that a user has some expectation for model change before model splicing, The verification and the analysis aim to ensure the quality of the participating models, ensure the correctness and the consistency of all information, provide a correct data source for subsequent model splicing, provide previous understanding on model change, provide reference for the user to determine whether a new model participates in the splicing, and are unified and standardized processing on the spliced models.
  • The boundary aegis is an important link of model combination. A dispatching boundary between network dispatching and provincial dispatching is generally at an interconnection line between stations, and a dispatching boundary between provincial dispatching and regional dispatching is generally divided inside a station. In view of the problem of complexity and large workload of the boundary aegis, the present invention uses a boundary self-detection technology in a model special dimension on the basis of an analysis on boundary features of network, provincial and regional dispatching models. The boundary self-detection technology considers three boundary aegis manners: 1. designating a boundary voltage level, and automatically detecting a transformer boundary; 2. designating a boundary station, and semi-automatically detecting a line boundary; and 3. a function of self-defining a boundary of any type. The three boundary aegis manners cooperate with each other to meet various boundary aegis requirements of offline model splicing.
  • C3. Split a model: for an external power grid in the power supply area, decompose a model in the power supply area into multiple small power grid models, that is, electrical topological islands, according to a certain rule such as a designated voltage level, a same station, or a group of specific devices, so as to complete classification of the models, and facilitate subsequent splicing. In the split models, overlapped information needs to have consistent identifications, and names of overlapped parts in the existing hash topological graph should keep consistent, so as to facilitate subsequent splicing.
  • C4. Classify model files from extranet stations according to voltage levels or regions, perform fusion processing on model boundaries, replace an intranet equivalent end, and associate a power grid database, so as to finally form a complete power supply network diagram.
  • Compared with the prior art, according to the present invention, by creating a discrete hash table for all device resources, devices in a power supply area are located rapidly and accurately, so that a rapid search on the power supply area is effectively implemented, and the problem of scale expansion of an associated matrix is solved; moreover, the amount of computation is greatly reduced, and the efficiency of searching the power supply area is improved. Moreover, the power supply area is highlighted, which is clear, visual, and understandable. Therefore, a powerful technical support is provided for applications such as accident trace back or evaluation on the reach of a power grid accident.
  • The method for searching a cross-regional power supply area based on a CIM mode and the system thereof provided by the present invention are described in detail above. Any obvious modification made by a person skilled in the art without departing from the essence and the spirit of the present invention constitutes infringement on patent rights of the present invention, and corresponding legal liabilities should be taken.

Claims (15)

What is claimed is:
1. A method for searching a cross-regional power supply area based on a common information model (CIM), comprising the following steps:
(1) classifying all devices in a power grid according to voltage levels, numbering all devices and nodes in a power grid model of a whole power supply region according to a unified numbering rule, using an identification number of a device as a mapped object of the device, and integrating information such as a region number of the device, a voltage type record number and a station number with the identification number, so as to construct a hash function;
(2) mapping identification numbers of all the devices in the power grid to a discrete hash table according to the hash function, and replacing the identification numbers of the devices with storage locations; and when a collision occurs in a mapping process, that is, when one key value corresponds to multiple devices, solving the collision by using a separate chaining method;
(3) creating a hash topological graph of the power grid by using the obtained discrete hash table in combination with information of a geographic information system (GIS); and
(4) searching for a power supply area of a designated device rapidly according to the discrete hash table, and searching the discrete hash table for a corresponding node according to a set switch point and a device identification; accessing nodes in a topology network from near to far by using the corresponding node as a start point, until all the nodes are traversed; and combining path stacks set to accessed and whose power supply points cannot be found, and highlighting the combined path stacks, so as to obtain a power supply area, and highlight the power supply area.
2. The method for searching a cross-regional power supply area according to claim 1, wherein
in step (4), a key value of the designated power supply device is calculated by using the hash function, and a device with the same key value is searched for in a hash topological graph, and then, it is determined whether the device node has been searched for, if the device node has not been searched for, the node is recorded, a tag value of the device is set to true, and it is further determined whether the node has a subnode; and if the node has been searched for, it is directly determined whether the node has a subnode; if the node has a subnode, the subnode is searched for and comprised in the hash topological graph of the power supply area, and a new round of search is performed from the start point; and if the node does not have a subnode, a previous level of node is returned to, and it is determined whether there is any node that is not searched for, if there is no node that is not searched for, the search ends; and if there is a node that is not searched for, the node is searched for and recorded, and a new round of search is performed from the start point.
3. The method for searching a cross-regional power supply area according to claim 1, wherein
when the power supply area is searched by using the discrete hash table, when a related device is found in the hash topological graph, a voltage attribute of the device is determined, and the power supply area cannot be expanded from a low-voltage side of a transformer to a high-voltage side, that is, when the low-voltage side of the transformer is found in the search process, it may be considered that a power source is found, and it is unnecessary to continue the search.
4. The method for searching a cross-regional power supply area according to claim 1, wherein
when the power supply area is searched by using the discrete hash table, when a transformer device is found in the hash topological graph, if a device connected to a low-voltage side of a transformer is only powered by the transformer, the device is within a power supply area of the transformer.
5. The method for searching a cross-regional power supply area according to claim 1, wherein
when the power supply area is searched by using the discrete hash table, if a device connected to a low-voltage side of a transformer found in a topology is powered by multiple transformers, a direction of tide of the device is further checked.
6. The method for searching a cross-regional power supply area according to claim 1, wherein
when the power supply area is searched by using the discrete hash table, when a device in a station is powered by multiple power sources, whether the device is within the power supply area, a direction of tide of the related device is further checked.
7. The method for searching a cross-regional power supply area according to claim 1, wherein
When the power supply area is searched by using the discrete hash table, when a case of cross-region occurs, model splicing needs to be performed, and a method for the model splicing comprises the following steps:
B1. uploading an extranet CIM model file and a Scalable Vector Graphics (SVG) graphic file of the power supply region to an intranet through a network, wherein the uploaded file is a model of the power supply area, which is searched for previously; and if the power supply area crosses multiple regions, models of the power supply area need to be uploaded one by one;
B2. verifying and analyzing model files participating in the splicing, and executing the following operations: model verification, boundary aegis, an analysis of internal and external stations, and a model increment analysis;
B3. splitting a model: for an extranet power grid of the power supply area, decomposing a model in the power supply area into multiple small power grid models according to a preset rule, wherein in the small power grid models that are obtained through splitting, overlapped information needs to have consistent identifications, and names of overlapped parts in the existing hash topological graph should keep consistent; and
B4. classifying model files from extranet stations according to voltage levels or regions, performing fusion processing on model boundaries, replacing an intranet equivalent end, and associating a power grid database, so as to finally form a complete power supply network diagram.
8. A method for searching a cross-regional power supply area based on a common information model (CIM), comprising the following steps:
A1. creating a hash function according to a size of a power grid in which a power source is located;
A2. mapping identification numbers of all devices in the power grid to a discrete hash table according to the hash function, and forming a hash topological graph of the power grid by using the discrete hash table; and
A3. searching a power supply area of a designated device by using the hash topological graph.
9. The method for searching a cross-regional power supply area according to claim 8, wherein
in step A1, a power supply region is divided according to a voltage of the power source, so as to remove a non-power supply high-voltage region.
10. The method for searching a cross-regional power supply area according to claim 8, wherein
in step A2, a corresponding device object is directly accessed by using a key value in the discrete hash table.
11. The method for searching a cross-regional power supply area according to claim 10, wherein
when one key value in the discrete hash table corresponds to multiple device objects, a collision is solved by using a separate chaining method.
12. The method for searching a cross-regional power supply area according to claim 8, wherein
in step A3, when the power supply area crosses different power supply regions, cross-regional models are spliced to form a new power supply area, and the new power supply area is highlighted.
13. The method for searching a cross-regional power supply area according to claim 12, wherein the splicing cross-regional models to form a new power supply area comprises the following steps:
C1. uploading an extranet CIM model file and a Scalable Vector Graphics (SVG) graphic file of the power supply region to an intranet, wherein the intranet refers to a station in which a designated power source is located, and other stations are extranet;
C2. verifying and analyzing model files participating in the splicing, and executing the following operations: model verification, boundary aegis, an analysis of internal and external stations, and a model increment analysis;
C3. decomposing a model in the power supply area into multiple small power grid models, so as to complete classification of models; and
C4. classifying model files from multiple dispatching source ends according to voltage levels or regions, performing fusion processing on model boundaries, replacing an intranet equivalent end, and associating a power grid database, so as to form a complete power supply network diagram.
14. A system for searching a cross-regional power supply area based on a common information model (CIM), used to implement the method for searching a cross-regional power supply area according to any one of claim 8, comprising:
A hash function generating module, used to create a hash function according to a size of a power grid in which a power source is located;
A discrete hash table generating module, used to map identification numbers of all devices in the power grid to a discrete hash table according to the hash function;
A module for generating a hash topological graph, used to form a hash topological graph of the power grid according to the discrete hash table; and
A power supply area search module, used to search a power supply area of a designated device by using the hash topological graph,
Wherein the hash function generating module is connected to the discrete hash table generating module, and the module for generating a hash topological graph is connected to the discrete hash table generating module, and is further connected to the power supply area search module.
15. The system for searching a cross-regional power supply area based on a CIM according to claim 14, wherein
When the power supply area covers multiple stations, the power supply area search module performs a cross-regional search, and splices the found power supply regions to form a new power supply area.
US14/405,245 2014-07-02 2014-09-30 Method for searching cross-regional power supply area based on CIM model and system thereof Active 2034-11-04 US9798310B2 (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
CN201410312974.3A CN104166942B (en) 2014-07-02 2014-07-02 Trans-regional supply district searching method and its system based on CIM
CN201410312974.3 2014-07-02
CN201410312974 2014-07-02
PCT/CN2014/088070 WO2016000341A1 (en) 2014-07-02 2014-09-30 Method and system for searching cross-regional power supply range based on cim model

Publications (2)

Publication Number Publication Date
US20160252890A1 true US20160252890A1 (en) 2016-09-01
US9798310B2 US9798310B2 (en) 2017-10-24

Family

ID=51910736

Family Applications (1)

Application Number Title Priority Date Filing Date
US14/405,245 Active 2034-11-04 US9798310B2 (en) 2014-07-02 2014-09-30 Method for searching cross-regional power supply area based on CIM model and system thereof

Country Status (3)

Country Link
US (1) US9798310B2 (en)
CN (1) CN104166942B (en)
WO (1) WO2016000341A1 (en)

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106650161A (en) * 2017-01-03 2017-05-10 厦门亿力吉奥信息科技有限公司 Power grid GIS-based electrical single line diagram forming method and system
US20170289290A1 (en) * 2016-03-31 2017-10-05 International Business Machines Corporation Selective token clash checking for a data write
CN107612970A (en) * 2017-08-16 2018-01-19 国网上海市电力公司 Big figure caching method, display methods and system based on power network topology analysis
CN107705046A (en) * 2017-11-08 2018-02-16 国家电网公司 The quick Source Tracing and impact analysis method of a kind of distribution network failure
CN108170871A (en) * 2016-12-07 2018-06-15 中国电力科学研究院 For the element browsing method of electro-magnetic transient topological data and pattern layout method
CN108347048A (en) * 2017-01-22 2018-07-31 中国电力科学研究院 A kind of planning device adapting to transregional transnational scheduling method
CN109191000A (en) * 2018-09-19 2019-01-11 北京科东电力控制系统有限责任公司 A kind of grid model splicing boundary generation method and system
CN109492933A (en) * 2018-11-27 2019-03-19 北京科东电力控制系统有限责任公司 Electric network model partitioning method and device based on SCADA system
CN109947859A (en) * 2017-08-25 2019-06-28 南方电网科学研究院有限责任公司 Power distribution network drawing modeling method, system, storage medium and computer equipment
CN110008573A (en) * 2019-03-30 2019-07-12 广州锐敏信息科技有限公司 The calculation and analysis methods and system of substation's supply district are generated in a kind of region
US10353365B2 (en) * 2014-08-22 2019-07-16 Korea Electric Power Corporation Electric power facilities identification number generation apparatus and method
CN110502821A (en) * 2019-08-14 2019-11-26 北京国网信通埃森哲信息技术有限公司 Scheduling data power grid topological graph component-based and supply path methods of exhibiting, system and storage medium
CN110852533A (en) * 2019-11-29 2020-02-28 国网四川省电力公司电力科学研究院 Automatic power grid operation flow extraction and equivalence method based on CIM/E and QS files
CN111193808A (en) * 2020-01-10 2020-05-22 国网浙江省电力有限公司 Substation automation information specification integrity checking method
CN111310291A (en) * 2020-03-20 2020-06-19 常州东瑞电力软件有限公司 Power distribution network system diagram generation method
CN111915063A (en) * 2020-07-09 2020-11-10 国网冀北电力有限公司信息通信分公司 Power supply path network topology analysis display method, system and storage medium based on micro-service architecture
CN111949741A (en) * 2019-05-17 2020-11-17 即云天下(北京)数据科技有限公司 Discrete data model method and system
CN112084609A (en) * 2020-08-13 2020-12-15 广东电网有限责任公司广州供电局 Power supply partition dividing method for power industry
CN112417079A (en) * 2020-12-09 2021-02-26 广东电网有限责任公司广州供电局 Off-line power grid-based GIS (geographic information System) drawing system and method
CN112600203A (en) * 2020-12-16 2021-04-02 卡斯柯信号有限公司 Power grid wiring diagram topology analysis method based on dynamic region division
CN112598535A (en) * 2020-12-10 2021-04-02 北京科东电力控制系统有限责任公司 Method for measuring and retaining power distribution network equipment when SVG is converted into G file

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104809008B (en) * 2015-03-18 2016-06-08 广东电网有限责任公司电力科学研究院 A kind of CIM internal memory library generating method of dynamic load character
CN108763669B (en) * 2018-05-15 2022-03-25 中国南方电网有限责任公司 Power grid tide layered and partitioned three-dimensional visual display method
CN109684418A (en) * 2018-11-22 2019-04-26 全球能源互联网研究院有限公司 Date storage method and device based on power grid chart database
CN111697573B (en) * 2020-06-18 2022-03-29 广东电网有限责任公司 Power grid section power supply range analysis method based on topology tracking
CN111859849B (en) * 2020-07-01 2023-11-24 邦道科技有限公司 Management method and device for electricity utilization address
CN111931318B (en) * 2020-07-07 2022-09-27 中国电力科学研究院有限公司 Power supply path analysis method and system based on graph calculation
CN112230929B (en) * 2020-10-14 2023-11-03 深圳供电局有限公司 CIM model data analysis method, CIM model data analysis device and storage medium
CN112256929A (en) * 2020-10-23 2021-01-22 全球能源互联网研究院有限公司 Graph database-based electric power industry expansion method and system
CN113570345B (en) * 2021-08-13 2024-01-19 国网江苏省电力有限公司南通供电分公司 Automatic power failure range identification system based on construction project circuit diagram
CN116613892B (en) * 2023-07-18 2024-02-27 南方电网数字电网研究院有限公司 Device incremental topology analysis method, device, computer device and storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9317548B2 (en) * 2013-01-30 2016-04-19 International Business Machines Corporation Reducing collisions within a hash table

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101673307B (en) * 2009-10-21 2012-07-18 中国农业大学 Space data index method and system
CN101873265B (en) * 2010-06-09 2012-10-03 北京交通大学 Data analysis device and method for identifier separating mapping network
JP2013186756A (en) * 2012-03-08 2013-09-19 Sharp Corp Power generation efficiency guarantee value calculation device and power generation efficiency guarantee value calculation method and power generation system having power generation efficiency guarantee value calculation device
CN102609547A (en) * 2012-03-29 2012-07-25 深圳供电局有限公司 Maintenance method and maintenance system for panorama model of digital power grid
CN102957206B (en) * 2012-07-30 2016-09-07 华中电网有限公司 Many granularities off-line model joining method of smart grid-oriented
CN103413250A (en) * 2013-05-22 2013-11-27 国网四川省电力公司 Cross-system EMS status estimation method based on CIM/E interaction
CN103544658A (en) * 2013-10-28 2014-01-29 珠海许继芝电网自动化有限公司 Power supply range analysis method and system based on entire distribution network
CN103544569A (en) * 2013-10-28 2014-01-29 珠海许继芝电网自动化有限公司 Power supply path analysis method and system based on entire distribution network

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9317548B2 (en) * 2013-01-30 2016-04-19 International Business Machines Corporation Reducing collisions within a hash table

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10353365B2 (en) * 2014-08-22 2019-07-16 Korea Electric Power Corporation Electric power facilities identification number generation apparatus and method
US10880387B2 (en) * 2016-03-31 2020-12-29 International Business Machines Corporation Selective token clash checking for a data write
US20170289290A1 (en) * 2016-03-31 2017-10-05 International Business Machines Corporation Selective token clash checking for a data write
US10218804B2 (en) * 2016-03-31 2019-02-26 International Business Machines Corporation Selective token clash checking for a data write
CN108170871A (en) * 2016-12-07 2018-06-15 中国电力科学研究院 For the element browsing method of electro-magnetic transient topological data and pattern layout method
CN106650161A (en) * 2017-01-03 2017-05-10 厦门亿力吉奥信息科技有限公司 Power grid GIS-based electrical single line diagram forming method and system
CN108347048A (en) * 2017-01-22 2018-07-31 中国电力科学研究院 A kind of planning device adapting to transregional transnational scheduling method
CN107612970A (en) * 2017-08-16 2018-01-19 国网上海市电力公司 Big figure caching method, display methods and system based on power network topology analysis
CN109947859A (en) * 2017-08-25 2019-06-28 南方电网科学研究院有限责任公司 Power distribution network drawing modeling method, system, storage medium and computer equipment
CN107705046A (en) * 2017-11-08 2018-02-16 国家电网公司 The quick Source Tracing and impact analysis method of a kind of distribution network failure
CN109191000A (en) * 2018-09-19 2019-01-11 北京科东电力控制系统有限责任公司 A kind of grid model splicing boundary generation method and system
CN109492933A (en) * 2018-11-27 2019-03-19 北京科东电力控制系统有限责任公司 Electric network model partitioning method and device based on SCADA system
CN110008573A (en) * 2019-03-30 2019-07-12 广州锐敏信息科技有限公司 The calculation and analysis methods and system of substation's supply district are generated in a kind of region
CN111949741A (en) * 2019-05-17 2020-11-17 即云天下(北京)数据科技有限公司 Discrete data model method and system
CN110502821A (en) * 2019-08-14 2019-11-26 北京国网信通埃森哲信息技术有限公司 Scheduling data power grid topological graph component-based and supply path methods of exhibiting, system and storage medium
CN110852533A (en) * 2019-11-29 2020-02-28 国网四川省电力公司电力科学研究院 Automatic power grid operation flow extraction and equivalence method based on CIM/E and QS files
CN111193808A (en) * 2020-01-10 2020-05-22 国网浙江省电力有限公司 Substation automation information specification integrity checking method
CN111310291A (en) * 2020-03-20 2020-06-19 常州东瑞电力软件有限公司 Power distribution network system diagram generation method
CN111915063A (en) * 2020-07-09 2020-11-10 国网冀北电力有限公司信息通信分公司 Power supply path network topology analysis display method, system and storage medium based on micro-service architecture
CN112084609A (en) * 2020-08-13 2020-12-15 广东电网有限责任公司广州供电局 Power supply partition dividing method for power industry
CN112417079A (en) * 2020-12-09 2021-02-26 广东电网有限责任公司广州供电局 Off-line power grid-based GIS (geographic information System) drawing system and method
CN112598535A (en) * 2020-12-10 2021-04-02 北京科东电力控制系统有限责任公司 Method for measuring and retaining power distribution network equipment when SVG is converted into G file
CN112600203A (en) * 2020-12-16 2021-04-02 卡斯柯信号有限公司 Power grid wiring diagram topology analysis method based on dynamic region division

Also Published As

Publication number Publication date
US9798310B2 (en) 2017-10-24
CN104166942B (en) 2017-12-19
WO2016000341A1 (en) 2016-01-07
CN104166942A (en) 2014-11-26

Similar Documents

Publication Publication Date Title
US9798310B2 (en) Method for searching cross-regional power supply area based on CIM model and system thereof
CN104616207B (en) Power network topology visualization system and method
CN104951997B (en) Various dimensions artwork mass analysis method towards power distribution network
CN107292003A (en) A kind of automatic generating method of electric network station wiring diagram
CN102411764B (en) The data management system of grid equipment and management method
CN109284346A (en) A kind of distribution network planning method and device based on cloud computing
CN109857885B (en) Intelligent substation main wiring diagram automatic generation method based on SCD file
CN112685570B (en) Multi-label graph-based power grid network frame knowledge graph construction method
CN106339800A (en) Method of quickly analyzing topology of large grid based on Graphx
CN114153980A (en) Knowledge graph construction method and device, inspection method and storage medium
CN108921307A (en) Electric power plant station equipment automatically generates the method and system of visit program target
CN103777092A (en) Cloud technology based relay protection test system and method
CN115345078B (en) Cable management method and device based on cable iteration model
CN116384020A (en) Digital twin substation space layout method integrating multidimensional semantic information
CN105930451A (en) RDF-based CIM model difference data combination method
CN109710669A (en) The method of raising full electric network model data accuracy based on verification rule base
CN113852204A (en) Three-dimensional panoramic monitoring system and method for transformer substation with digital twin
CN113434658A (en) Thermal power generating unit operation question-answer generation method, system, equipment and readable storage medium
Wang et al. Extraction and construction algorithm of traffic road network model based on OSM file
CN109598452A (en) Monitor the method and device of power distribution network
CN116644810B (en) Power grid fault risk treatment method and device based on knowledge graph
CN113570345B (en) Automatic power failure range identification system based on construction project circuit diagram
Bauernschmitt et al. Application of IEC 61850-6 and IEC 61970 data models for automated protection test specification
Ren et al. Research on The Technology of Automatic Generation of Monitoring Graphics Based on SSD File in Substation
Zou et al. Graphics and Model Maintenance Technology for new generation dispatching support system

Legal Events

Date Code Title Description
AS Assignment

Owner name: STATE GRID SUZHOU POWER SUPPLY COMPANY, CHINA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HAN, BING;YAO, JIANGUO;ZHAO, JIAQING;AND OTHERS;REEL/FRAME:034359/0566

Effective date: 20141124

Owner name: CHINA ELECTRIC POWER RESEARCH INSTITUTE, CHINA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HAN, BING;YAO, JIANGUO;ZHAO, JIAQING;AND OTHERS;REEL/FRAME:034359/0566

Effective date: 20141124

Owner name: STATE GRID CORPORATION OF CHINA, CHINA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HAN, BING;YAO, JIANGUO;ZHAO, JIAQING;AND OTHERS;REEL/FRAME:034359/0566

Effective date: 20141124

Owner name: NARI TECHNOLOGY CO., LTD, CHINA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HAN, BING;YAO, JIANGUO;ZHAO, JIAQING;AND OTHERS;REEL/FRAME:034359/0566

Effective date: 20141124

Owner name: BEIJING KEDONG POWER CONTROL SYSTEM CO., LTD, CHIN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HAN, BING;YAO, JIANGUO;ZHAO, JIAQING;AND OTHERS;REEL/FRAME:034359/0566

Effective date: 20141124

Owner name: STATE GRID JIANGSU ELECTRIC POWER COMPANY, CHINA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HAN, BING;YAO, JIANGUO;ZHAO, JIAQING;AND OTHERS;REEL/FRAME:034359/0566

Effective date: 20141124

STCF Information on status: patent grant

Free format text: PATENTED CASE

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FEPP Fee payment procedure

Free format text: SURCHARGE FOR LATE PAYMENT, LARGE ENTITY (ORIGINAL EVENT CODE: M1554); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 4