Distribution network distance measurement terminal topology identification method and system
By employing a binary tree algorithm to generate a topology identification method in the distribution network, and using wavefront time to determine the reference terminal and effective terminal, and calculating the distance to the fault point, the problem of difficult fault location caused by the complexity of the distribution network topology is solved, and fast and accurate fault section identification and distance measurement are achieved.
Patent Information
- Application Number
- CN202410664757.4
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- Filing Date
- 2024-05-27
- Publication Date
- 2025-11-28
AI Technical Summary
Existing technologies in power distribution networks suffer from difficulties in fault location due to complex topology, high computational load, and difficulty in quickly and accurately identifying faulty sections.
A topology identification method based on a binary tree algorithm is adopted. Using towers, ranging terminals, and boundary switches as nodes, the reference terminal is determined by the wavefront time. The binary tree is traversed to find the valid terminal, the wavefront time difference is calculated, and the distance to the fault point is calculated using the two-end ranging formula.
It enables rapid and accurate identification of topology with low computational load, reduces manual intervention, simplifies the process of dividing fault sections, and facilitates the promotion of traveling wave ranging in distribution networks.
Smart Images

Figure CN121027706A_ABST
Abstract
Description
Technical Field
[0001] This invention relates to the field of power distribution network fault location technology, and in particular to a 10kV power distribution line fault location device and its topology identification method and system. Background Technology
[0002] The power distribution network is a crucial hub connecting the transmission chain and power users, and its power supply reliability directly affects users' production and daily life. Compared with transmission lines, the power distribution network has a higher structural complexity, a higher frequency of faults, and is prone to causing power outages and economic losses for users. Some grounding faults can even lead to serious accidents such as electric shock and forest fires. Therefore, efficient fault monitoring and rapid and accurate fault location are of great significance for fault diagnosis and hazard elimination in the power distribution network.
[0003] Rapid fault location and troubleshooting has always been a pressing issue for power distribution networks. The development of distribution network automation and local protection, low-current grounding fault location, and intelligent distributed technologies has enabled rapid and selective isolation of faulty sections to prevent further escalation of accidents. However, accurately pinpointing the exact location of line faults remains difficult, still requiring significant manpower and resources to investigate the fault points.
[0004] Traveling waves possess advantages such as fast response speed, independence from power electronic equipment control, insensitivity to line distributed capacitance and transition resistance adjustment, and high ranging accuracy. Currently, some regions have piloted pole-mounted switchgear with traveling wave ranging function based on the current traveling wave method, with good results.
[0005] However, distribution networks are characterized by complex grid structures, numerous branches, frequent power transfers, and complex and frequently changing topologies. Therefore, a convenient and effective method is needed to identify and locate faulty sections in distribution network topology. Existing technologies, typical distribution network fault location methods, include: traveling wave network fault location methods based on Dijkstra's algorithm, graph theory-based traveling wave fault location methods, and distribution network fault ranging methods based on line normalization and network decoupling.
[0006] Prior art document 1 (CN 114113874 A) discloses a fault location method for multi-branch transmission lines based on the binary tree principle. Its shortcomings include selecting two reference nodes based on the transient signal amplitude, measuring the distance between these two reference nodes, and using the peak time as the fault time for calculation, neglecting the error caused by amplitude and phase attenuation during traveling wave transmission. Furthermore, it is prone to misjudgment when the fault point is in the T-junction region. All remaining nodes need to have their time difference with reference node 1 calculated. After determining reference node 1 and reference node 2, it is necessary to traverse the paths from both nodes to the root node, resulting in a large computational load when there are many junctions. Prior art document 2 (CN 112505476 A) discloses a traveling wave fault location method for distribution networks based on binary trees and multi-terminal time information. Its shortcomings include the need for multiple traversals when generating the binary tree, requiring matrix calculations, leading to an extremely large computational load in multi-branch cases. It is worth noting that these prior art techniques all require matrix calculations for topology identification and fault location, resulting in large computational loads and complex implementation. Summary of the Invention
[0007] The purpose of this invention is to provide a topology identification method based on binary trees. This method uses a binary tree algorithm for topology identification, which has low computational cost and is easy to implement. It can solve the problem that in the past, when the distribution network topology was complex, it was necessary to manually divide the faults or use complex calculations to identify the fault sections.
[0008] To achieve the above objectives, the solution of the present invention is:
[0009] The first aspect of the present invention provides a method for topology identification and ranging of distribution network terminals, comprising the following steps:
[0010] Step 1: Generate a binary tree based on the distribution network topology data, with towers, ranging terminals, and boundary switches as nodes in the binary tree, and input the node information;
[0011] Step 2: When a fault occurs, take the ranging terminal that first measured the traveling wave front as the reference terminal Tj, traverse the binary tree around the reference terminal to find the valid terminal Tn, and calculate the wave front time difference Δtn between it and the reference terminal, where n is the valid terminal number.
[0012] Step 3: The effective segment is the segment whose wavefront time difference Δtn between each effective terminal Tn and the reference terminal Tj is less than the length between the effective terminal and the reference terminal.
[0013] Step 4: Calculate the distance to the fault point within the effective section using the two-end distance measurement formula.
[0014] Preferably, the node information includes: the line length L to the left and right child nodes, the normalized length LN, the node name, the child node name, the type, and the wave velocity s; the normalized length LN is expressed by the following formula:
[0015]
[0016] In the formula:
[0017] LN represents the normalized length.
[0018] L represents the length of the line to the left and right child nodes.
[0019] s1 represents the wave velocity of the first segment of the line, s n This indicates the wave velocity of line n.
[0020] Preferably, a binary tree linked list is automatically generated based on the node information, and each node in the binary tree linked list contains the following elements:
[0021] Parent points to the parent node, and the first end of the line is none;
[0022] Child-left points to the child node, and the end of the line is none;
[0023] Child-right points to a child node or a sibling node;
[0024] Name, the node name, corresponds to the pole number or switch number;
[0025] DeviceID, the node terminal number, corresponds to the DeviceID number of the terminal waveform. It is none when the node has no terminal.
[0026] Size_signal, node signal strength;
[0027] The distance from Distance-left and Distance-right to the next level node;
[0028] Speed-left, Speed-right to the next level node wave speed;
[0029] The normalized distance left and normalized distance right are the distances from the normalized distance to the next level node, which are the normalized distances from the first node's line.
[0030] Preferably, Child-right, pointing to a child node or sibling node, specifically includes: none when there is no T-connection, pointing to the T-connection child node when there is a 3-terminal T-connection, and if there are multiple 3-terminal T-connections, multiple sibling nodes need to be added. The sibling node name is the same as the original node, and the suffix is added with two underscores and numbers to distinguish it from the ordinary node name.
[0031] Name, the node name specifically includes: when there are multiple sibling T nodes, the node name is distinguished by adding double underscores "__".
[0032] Preferably, for ring network lines, when generating a binary tree, the substation side is the starting point or the end point. After generating a binary tree with one end as the starting point and the other end as the ending point, it is not necessary to generate a binary tree at the other end.
[0033] Preferably, in step 2, when a fault occurs, the received traveling wave head time is stored in the node information, the wave head times are sorted to find the earliest terminal as the reference terminal Tj, the fault point is upstream or downstream of the reference terminal, and the binary tree is traversed upstream and downstream respectively to find the effective terminal Tn directly adjacent to the reference terminal.
[0034] Preferably, in step 3, if the effective segment is 1 segment, the fault point is located within the effective segment; if the effective segment is greater than 1 segment, a fault has occurred in the T-connected line.
[0035] Preferably, in step 4, the distance to the fault point in each effective section is calculated according to the two-end method distance measurement formula. If there is only one effective section, the direct output result is obtained. If there are multiple effective sections that include T-connection lines, and all section results are near the T-connection, the fault point is located at the T-connection. If one section result is not near the T-connection, and the results of other sections are near the T-connection, the fault point is in the section that is not near the T-connection.
[0036] Preferably, the method further includes:
[0037] Step 5: Convert the result calculated in Step 4 back to the distance before normalization and locate it on the tower.
[0038] A second aspect of the present invention provides a system for topology identification of a distribution network ranging terminal, and a method for topology identification and ranging of a distribution network terminal, comprising:
[0039] The binary tree generation module is used to generate binary trees based on the distribution network topology data;
[0040] The lookup module is used to locate the baseline terminal Tj and the valid terminal Tn in the event of a fault.
[0041] The ranging module calculates the effective segment based on the node information of the reference terminal Tj and the effective terminal Tn, and calculates the distance to the fault point within the effective segment.
[0042] Compared with the prior art, the beneficial effects of the present invention include at least the following: by adopting the above scheme, the present invention can achieve rapid and accurate topology identification with very little computational load, without manual intervention, reducing workload and facilitating the promotion of traveling wave ranging in distribution networks. Attached Figure Description
[0043] Figure 1 This is the logic diagram of the present invention;
[0044] Figure 2 Here is an example of a site topology diagram;
[0045] Figure 3 This is a schematic diagram illustrating the generation of a linked list based on the database topology according to the present invention.
[0046] Figure 4 This is a schematic diagram of the present invention when multiple T-connections are used. Detailed Implementation
[0047] The technical solution and beneficial effects of the present invention will be described in detail below with reference to the accompanying drawings.
[0048] This invention provides a binary tree-based topology identification method, which solves the problem that in the past, when the distribution network topology was complex, manual fault segmentation or complex calculations were required for topology identification and fault section division. It is specifically designed for distribution network ranging systems.
[0049] like Figure 1 As shown, Embodiment 1 of the present invention provides a method for topology identification of a distribution network ranging terminal, comprising the following steps:
[0050] Step 1: Generate a binary tree based on the distribution network topology; use towers, ranging terminals, and boundary switches as nodes in the binary tree;
[0051] In a preferred but non-limiting embodiment, step 1 specifically includes:
[0052] Using towers, ranging terminals, and boundary switches as binary tree nodes, binary tree node information is generated based on distribution network topology information. The node information includes: line length L to the left and right child nodes, normalized length LN, node name, child node name, type, and wave velocity s.
[0053] It is worth noting that the wave velocities of the lines at the two ends of a node that lacks ranging information may differ, necessitating the normalization of the lengths for easier calculation, as expressed by the following formula:
[0054]
[0055] In the formula:
[0056] LN represents the normalized length.
[0057] L represents the length of the line to the left and right child nodes.
[0058] s1 represents the wave velocity of the first segment of the line, s n This indicates the wave velocity of line n.
[0059] Normalize the lengths of the lines at both ends of a node and scale the lengths of all lines connected to a node proportionally to the wave speed.
[0060] Node information is preferred, but not limited to, being entered all at once during the main station modeling. It is worth noting that the binary tree structure will not change if the primary equipment remains unchanged. Changes in the opening and closing of switches do not affect the traversal of the binary tree to find faulty sections.
[0061] In one example, but not a limiting one, such as Figure 2 For example, when modeling the site topology diagram, the data of each node is entered into the database in the following format. This step can be entered by on-site personnel.
[0062] Node 1 data: Name: FS11; Child node 1 name: node1;
[0063] Node 2 data: Name: node1; Child node 1 name: FS21; Child node 2 name: FS12, distance; Child node 3: FS31
[0064] Node 3 data: Name: FS21; Child node 1 name: LSW2
[0065] Node 4 data: Name: LSW2; Child node 1 name: LSW2;
[0066] Node 5 data: Name: FS22; Child node 1: NONE;
[0067] Node 6 data: Name: FS12; Child node 1: node2;
[0068] ...
[0069] The child node data includes information such as name, distance, and wave speed.
[0070] Furthermore, a binary tree linked list is automatically generated based on the node information. Each node in the binary tree linked list contains the following elements:
[0071] Parent points to the parent node, and the first end of the line is none;
[0072] Child-left points to the child node, and the end of the line is none;
[0073] Child-right points to a child node or sibling node. It is none if there is no T-connection. When there is a 3-terminal T-connection, it points to the child node of the T-connection. If there are multiple 3-terminal T-connections, multiple sibling nodes need to be added. The sibling node name is the same as the original node, and the suffix is added with two underscores and numbers to distinguish it from ordinary node names, such as node1__1, node__2, etc. If the node names before the double underscores are the same, the program will treat them as the same node.
[0074] Name, node name, can correspond to pole number or switch number. When there are multiple sibling T nodes, the node name is distinguished by adding double underscores "__".
[0075] DeviceID, the node terminal number, corresponds to the DeviceID number of the terminal waveform. It is none when the node has no terminal.
[0076] Size_signal, the node signal strength.
[0077] The distance from Distance-left and Distance-right to the next level node;
[0078] Speed-left, Speed-right to the next level node wave speed;
[0079] The normalized distance left and normalized distance right are the distances from the normalized distance to the next level node, which are the normalized distances from the first node's line.
[0080] For ring network lines, when generating a binary tree, the substation side is the starting point or the end point. After generating a binary tree with one end as the starting point and the other end as the ending point, there is no need to generate a binary tree at the other end.
[0081] Step 2: When a fault occurs, the received traveling wavefront time is stored in the node information. The wavefront times are sorted to find the earliest terminal as the reference terminal Tj. The fault point is upstream or downstream of the reference terminal. The binary tree is traversed upstream and downstream respectively to find the effective terminal Tn directly adjacent to the reference terminal. The wavefront time difference Δtn between Tn and the reference terminal is calculated, where n is the effective terminal number.
[0082] It is worth noting that, as one of the prominent substantive features of this invention, it uses the wavefront time as the fault time, taking the node with the earliest wavefront time as the reference node. Starting from the reference node, it searches for effective ranging terminals directly connected to it. Nodes not directly connected do not need to participate in the calculation, nor does it require traversing the entire binary tree; only the binary tree needs to be traversed upstream and downstream from the reference node. When the fault point is located in the region of node T, the fault point region is finally determined based on the ranging results of the reference terminal and the effective terminals. The significant improvements resulting from this include: ranging with the reference terminal and multiple effective terminals is suitable for complex multi-branch scenarios with low computational load; and positioning accuracy is higher when using the wavefront time.
[0083] Step 3: The effective segment is defined as the segment whose wavefront time difference Δtn between each effective terminal Tn and the reference terminal Tj is less than the normalized length between the effective terminal and the reference terminal. If the effective segment is greater than 1 segment, it indicates that there is a fault in the T-connected line.
[0084] It is worth noting that, as one of the prominent and substantial features of this invention, as mentioned above, the opening and closing of the switch does not affect the traversal of the binary tree to find the faulty section. This is because the traveling wave cannot be transmitted when the switch is open, such as... Figure 3 When the dividing switch LSW2 between FS21 and FS22 is in position, one of FS21 and FS22 will not have a traveling wave signal, or even if there is a traveling wave signal, the time difference Δtn between the wavefronts of the two terminals multiplied by the wave velocity is greater than the normalized length between the effective terminal and the reference terminal. Therefore, it will be identified as an invalid segment and will not participate in the ranging.
[0085] Based on this, as one of the significant advancements of this invention, a binary tree algorithm is used for topology identification to locate the faulty section and perform distance measurement. This algorithm can adapt to topology changes caused by changes in switch position, and it requires less computation and is easy to implement.
[0086] Step 4: Calculate the distance to the fault point in each effective section according to the two-end method distance measurement formula. If there is only one effective section, the direct output result will be given. If there are multiple effective sections, all the results of the sections are near the T-connection, and the fault point is located at the T-connection. If one section result is not near the T-connection, and the results of the other sections are near the T-connection, the fault point is in the section that is not near the T-connection.
[0087] Step 5: Convert the result calculated in Step 4 back to the distance before normalization and locate it on the tower.
[0088] It is worth noting that this invention addresses the issue that the two ends of the intermediate connection point may be overhead lines and cables, respectively, resulting in inconsistent wave velocities. Therefore, the length needs to be normalized, and after locating the fault point, the original length is restored based on the wave velocity of that section. If the location of the switch is not intuitive for on-site users locating the fault point, the output will first locate the nearest pole number, reporting the nearest pole number and the distance to that pole.
[0089] Embodiment 2 of the present invention provides a system for topology identification of distribution network ranging terminals, which implements the method for topology identification and ranging of distribution network terminals described in Embodiment 1, including:
[0090] The binary tree generation module is used to generate binary trees based on the distribution network topology data;
[0091] The lookup module is used to locate the baseline terminal Tj and the valid terminal Tn in the event of a fault.
[0092] The ranging module calculates the effective segment based on the node information of the reference terminal Tj and the effective terminal Tn, and calculates the distance to the fault point within the effective segment.
[0093] To more clearly illustrate the outstanding substantive features of this invention and the significant progress it brings to the prior art, the technical solution of this invention is illustrated below with an example.
[0094] Distance measurement processing:
[0095] After collecting waveforms from each terminal, locate the terminal (node) that first received the traveling wave. The fault point is near the node that first received the wave. Search for branches near that node, such as... Figure 2 After a fault occurs between node1 and FS12, node FS12 receives the traveling wave signal first. Using FS12 as the reference node, it searches for nodes with wavefronts that are directly connected to FS12 and perform two-end distance measurement. In practice, binary tree-related library functions such as treelib functions can be called to reduce programming workload and improve efficiency.
[0096] like Figure 4 The search results shown are as follows:
[0097] Path results towards parent node
[0098] Segment 1: FS12-node1-FS21 intermediate node node1
[0099] Segment 2: FS12-node1-FS11 intermediate node node1
[0100] Segment 3: FS12-node1-FS31 intermediate node node1
[0101] The above three sections
[0102] Path results towards child nodes
[0103] Segment 4: FS12-node2-FS13 intermediate node node2
[0104] Segment 5: FS12-node2-FS41 intermediate node node2
[0105] The result includes the total path length, intermediate node locations, and other information. Follow these steps to perform the calculation.
[0106] The distance is calculated based on the time difference between the first and last terminals of the path. If the distance is less than the path length, it means that the fault point is within the path range and the distance can be measured using the two-end method; otherwise, the path is excluded.
[0107] Calculate using all the paths selected in step 1. If all path results are at a fixed distance from the baseline node, or if the distance measurement result is correct at the same intermediate node.
[0108] If the wavefront time difference of segments 3 and 4 multiplied by the wave velocity is greater than or equal to the normalized length of the segment, it is not a fault segment and will no longer be used for ranging.
[0109] If the wavefront time difference multiplied by the wave velocity is less than the normalized length of this segment, it is a faulty segment. The calculation result for segment 1 is node1, the calculation result for segment 2 is node1, the calculation result for segment 4 is node1, and the calculation result for segment 3 is between node1 and FS21. Finally, the result for segment 3 is output.
[0110] By adopting the above scheme, the present invention can achieve rapid and accurate topology identification with very little computational effort, without the need for manual intervention, thus reducing workload and facilitating the promotion of traveling wave ranging in distribution networks.
[0111] In practice, a binary tree can be replaced with a regular tree or other methods.
[0112] The advantages of binary trees compared to other methods include at least the following:
[0113] 1. Simple Structure: A binary tree is the simplest tree structure, with each node having at most two child nodes. This structure makes it simpler and clearer to implement and operate. Compared to other tree structures, such as multi-way trees or balanced trees, the construction and operation of binary trees are more intuitive and easier to understand.
[0114] 2. Fast Search: Binary trees offer extremely high search efficiency. Due to the properties of binary trees, a balanced binary tree with n nodes requires at most log(n) comparisons to find the target node. This efficient search performance makes binary trees ideal for fast searching and retrieval.
[0115] 3. Facilitates Sorting: A binary search tree (BST) is a special type of binary tree where the value of the left child node is less than or equal to the value of the current node, and the value of the right child node is greater than or equal to the value of the current node. This property makes BSTs very suitable for sorting algorithms, allowing for easy implementation of quicksort, inorder traversal, and more.
[0116] 4. Simplified Operations: The structure and properties of binary trees make operations such as insertion, deletion, and modification more efficient. Compared to other more complex tree structures, binary tree operations are easier to implement and understand. These basic operations can be performed efficiently on binary trees, making them an ideal choice for many algorithm and data structure applications.
[0117] 5. Wide Range of Applications: Binary trees have numerous applications in computer science, such as database indexing, Huffman coding, image processing, and compilers. These applications require efficient data structures and algorithms, and binary trees can effectively solve various problems and are widely used in the fields of algorithms and data structures. Whether it's basic sorting and searching operations or more complex computational and data processing tasks, binary trees play a vital role.
[0118] In summary, binary trees are widely used in computer science due to their simple structure, fast search, convenient sorting, simplified operation, and wide application.
[0119] Besides tree structures, there are also linked lists and star structures, which are slightly less efficient than tree structures when used for distribution network topology identification.
[0120] Compared with the prior art, the present invention discloses a method for topology identification and ranging of distribution network terminals. This method generates a binary tree based on data such as towers, switches, and lines. After a line fault occurs, the reference terminal and the effective terminal are determined based on the wavefront time data. Then, the binary tree algorithm is used to identify the topology, locate the fault section, and perform ranging. It can adapt to the topology changes caused by the change of switch position, and has a small amount of computation and is easy to implement.
[0121] The above embodiments are merely illustrative of the technical concept of the present invention and should not be construed as limiting the scope of protection of the present invention. Any modifications made to the technical solutions based on the technical concept proposed in this invention shall fall within the scope of protection of this invention.
Claims
1. A method for topology identification and ranging of distribution network terminals, characterized in that, Includes the following steps: Step 1: Generate a binary tree based on the distribution network topology data, with towers, ranging terminals, and boundary switches as nodes in the binary tree, and input the node information; Step 2: When a fault occurs, take the ranging terminal that first measured the traveling wave front as the reference terminal Tj, traverse the binary tree around the reference terminal to find the valid terminal Tn, and calculate the wave front time difference Δtn between it and the reference terminal, where n is the valid terminal number. Step 3: The effective segment is the segment whose wavefront time difference Δtn between each effective terminal Tn and the reference terminal Tj is less than the length between the effective terminal and the reference terminal. Step 4: Calculate the distance to the fault point within the effective section using the two-end distance measurement formula.
2. The method for topology identification and ranging of a distribution network terminal as described in claim 1, characterized in that: Node information includes: line length L to the left and right child nodes, normalized length LN, node name, child node name, type, and wave velocity s; the normalized length LN is expressed by the following formula: In the formula: LN represents the normalized length. L represents the length of the line to the left and right child nodes. s1 represents the wave velocity of the first segment of the line, s n This indicates the wave velocity of line n.
3. The method for topology identification and ranging of a distribution network terminal as described in claim 2, characterized in that: A binary tree linked list is automatically generated based on the node information. Each node in the binary tree linked list contains the following elements: Parent points to the parent node, and the first end of the line is none; Child-left points to the child node, and the end of the line is none; Child-right points to a child node or a sibling node; Name, the node name, corresponds to the pole number or switch number; DeviceID, the node terminal number, corresponds to the DeviceID number of the terminal waveform. It is none when the node has no terminal. Size_signal, node signal strength; The distance from Distance-left and Distance-right to the next level node; Speed-left, Speed-right to the next level node wave speed; The normalized distance left and normalized distance right are the distances from the normalized distance to the next level node, which are the normalized distances from the first node's line.
4. The method for topology identification and ranging of a distribution network terminal as described in claim 3, characterized in that: Child-right, pointing to a child node or sibling node, specifically includes: none if there is no T-connection, and points to the child node of the T-connection when there is a 3-terminal T-connection. If there are multiple 3-terminal T-connections, multiple sibling nodes need to be added. The name of the sibling node is the same as the original node, and the suffix is added with two underscores and numbers to distinguish it from the name of the ordinary node. Name, the node name specifically includes: when there are multiple sibling T nodes, the node name is distinguished by adding double underscores "__".
5. A method for topology identification and ranging of distribution network terminals as described in any one of claims 2 to 4, characterized in that: For ring network lines, when generating a binary tree, the substation side is the starting point or the end point. After generating a binary tree with one end as the starting point and the other end as the ending point, there is no need to generate a binary tree at the other end.
6. The method for topology identification and ranging of a distribution network terminal as described in claim 2, characterized in that: In step 2, when a fault occurs, the received traveling wave head time is stored in the node information. The wave head times are sorted to find the earliest terminal as the reference terminal Tj. The fault point is upstream or downstream of the reference terminal. The binary tree is traversed upstream and downstream respectively to find the effective terminal Tn directly adjacent to the reference terminal.
7. The method for topology identification and ranging of a distribution network terminal as described in claim 2, characterized in that: In step 3, if the effective segment is 1 segment, the fault point is located within the effective segment; if the effective segment is greater than 1 segment, the fault has occurred in the T-connected line.
8. The method for topology identification and ranging of a distribution network terminal as described in claim 7, characterized in that: In step 4, the distance to the fault point in each effective section is calculated according to the two-end method distance measurement formula. If there is only one effective section, the direct output result is obtained. If there are multiple effective sections, all the section results are near the T-connection, and the fault point is located at the T-connection. If one section result is not near the T-connection, and the results of other sections are near the T-connection, the fault point is in the section that is not near the T-connection.
9. A method for topology identification and ranging of a distribution network terminal as described in any one of claims 6 to 8, characterized in that: The method further includes: Step 5: Convert the result calculated in Step 4 back to the distance before normalization and locate it on the tower.
10. A system for topology identification of distribution network ranging terminals, comprising a method for topology identification and ranging of distribution network terminals as described in any one of claims 1-9, characterized in that, include: The binary tree generation module is used to generate binary trees based on the distribution network topology data; The lookup module is used to locate the baseline terminal Tj and the valid terminal Tn in the event of a fault. The ranging module calculates the effective segment based on the node information of the reference terminal Tj and the effective terminal Tn, and calculates the distance to the fault point within the effective segment.
Citation Information
Patent Citations
Regional power grid fault positioning method of node fault domain time-difference method
CN110470944A
Power distribution network fault traveling wave positioning method based on binary tree and multi-terminal time information
CN112505476A
Regional power grid fault single / double-end positioning method based on node fault domain time difference method
CN113721110A
Multi-branch power transmission line fault positioning method based on binary tree principle
CN114113874A
Single-end and multi-end fusion hybrid power distribution network fault positioning method for optimizing wave recording device distribution points
CN116773960A
Cited By
Method and system for positioning and protecting single-phase earth fault of power distribution network
CN121454230A