CN112347642B - Method and system for selecting sample data set in GIS circuit breaker contact temperature calculation - Google Patents

Method and system for selecting sample data set in GIS circuit breaker contact temperature calculation Download PDF

Info

Publication number
CN112347642B
CN112347642B CN202011227984.9A CN202011227984A CN112347642B CN 112347642 B CN112347642 B CN 112347642B CN 202011227984 A CN202011227984 A CN 202011227984A CN 112347642 B CN112347642 B CN 112347642B
Authority
CN
China
Prior art keywords
axis
gis
taking
coordinate
units
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202011227984.9A
Other languages
Chinese (zh)
Other versions
CN112347642A (en
Inventor
陈邦发
谢志杨
陈道品
武利会
陈贤熙
李恒真
黄静
李莉
王俊波
刘益军
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Foshan Power Supply Bureau of Guangdong Power Grid Corp
Original Assignee
Foshan Power Supply Bureau of Guangdong Power Grid Corp
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 Foshan Power Supply Bureau of Guangdong Power Grid Corp filed Critical Foshan Power Supply Bureau of Guangdong Power Grid Corp
Priority to CN202011227984.9A priority Critical patent/CN112347642B/en
Publication of CN112347642A publication Critical patent/CN112347642A/en
Application granted granted Critical
Publication of CN112347642B publication Critical patent/CN112347642B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01KMEASURING TEMPERATURE; MEASURING QUANTITY OF HEAT; THERMALLY-SENSITIVE ELEMENTS NOT OTHERWISE PROVIDED FOR
    • G01K13/00Thermometers specially adapted for specific purposes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2119/00Details relating to the type or aim of the analysis or the optimisation
    • G06F2119/02Reliability analysis or reliability optimisation; Failure analysis, e.g. worst case scenario performance, failure mode and effects analysis [FMEA]

Abstract

The invention provides a method for selecting a sample data set in GIS breaker contact temperature calculation, which comprises the following steps: s1: before nonlinear fitting is carried out on the GIS breaker contact temperature, sample data set acquisition is carried out by adopting a method of taking points every two units on an X axis, a method of taking points every two units when an included angle of the X axis and the X axis is 45 degrees, a method of taking points at the intersection of a Y axis and an isotherm and a method of taking points randomly in different areas; s2: and selecting an optimal data set for subsequent calculation by using the data acquired in the step S1 through optimization preprocessing. According to the method, different data acquisition modes are considered, and compared with the existing data selection mode for calculating the GIS contact temperature, the data division of the method tends to be more reasonable, the system error is reduced more favorably, the calculation precision of the contact temperature can be improved, and the operation reliability of the power transmission line is improved.

Description

Method and system for selecting sample data set in GIS circuit breaker contact temperature calculation
Technical Field
The invention relates to the field of GIS substations, in particular to a method and a system for selecting a sample data set in GIS breaker contact temperature calculation.
Background
With the rapid development of the electric power industry in China and the continuous increase of the demand, a metal enclosed switch (GIS) is widely applied to an electric power system. The GIS equipment has strict processing technology and advanced technology, and the insulating medium is SF 6. The gas has good breaking capacity, slight contact burn, long maintenance period, low failure rate, low maintenance cost, small occupied area and the like. Due to the outstanding advantages of the GIS equipment, the GIS equipment is increasingly used in substations. When the contact of the GIS equipment is poor in contact, due to the fact that contact resistance is increased, overheating can occur when load current flows. The contact and the bus are overheated to cause insulation aging and even breakdown, thereby causing short circuit, forming major accidents and causing huge economic loss. According to incomplete statistics, GIS equipment adopted by numerous power generation companies and power companies in China has the phenomenon that accidents are caused by abnormal temperature changes caused by insulation aging or poor contact of parts such as an over-closed bus, an isolating switch, a cable head and the like in different degrees. Therefore, online temperature monitoring of GIS equipment is realized, heat fault hidden dangers are found and eliminated in advance, and the method has very important significance for safe and reliable operation of the GIS.
At present, there are three main measures applied in the field for preventing the contact of the GIS equipment from overheating: the method comprises the steps of manually observing the surface color of the contact, periodically measuring the resistance of a loop and periodically monitoring the temperature of a fixed monitoring point by using an infrared imager.
The Chinese patent with the publication number of CN107436400A, the publication number of 2017, 12 and 05, discloses a method and a device for detecting overheating faults of a GIS contact, relates to the technical field of high-voltage tests, and can realize the judgment of the overheating faults of the GIS contact under the condition of electrification. The method comprises the following steps: establishing a GIS three-dimensional model and determining coordinates of each point in the GIS three-dimensional model; acquiring temperature values of all points in a target area of the GIS three-dimensional model, and corresponding the temperature values of all points in the target area to coordinates of all points in the GIS three-dimensional model, wherein the target area is a to-be-detected area of a GIS shell; determining the hot spot according to the temperature value of each point in the target area and the coordinate value of each point; and judging whether the hot spot is a GIS contact overheating fault or not.
In the non-linear fitting, the training set and the test set have the same distribution, i.e. they are identically distributed. This is more advantageous for practical applications. In linear regression, the desired model function is f (x) ═ WX + b, and in the training process of the model, a better parameter W, b needs to be trainedThe optimization of the model is performed by iteratively optimizing the loss function J (W, b). In general, linear regression is usually expressed by a sum of squares error, for example:
Figure BDA0002764215470000021
the above two functions in fact involve two processes: 1. and (6) a prediction process. It is true that the fixed parameters W, b give us a prediction by obtaining the model given the input x
Figure BDA0002764215470000022
Then f (x) here is indeed a function of x. 2. And (5) optimizing the process. What needs to be optimized here is min mizew, b J (W, b), which requires training data, no matter how many training data there are, and x in the loss function can be identified when the training data is determined(i),y(i)That is, they are considered to be constants, then J is a function of W, b. That is to say the distribution of the training data here is in fact equivalent to the parameters of the loss function. First, the function J is not the same when the parameters are not the same. If the distribution of the training set is different from the distribution of the real data, even if the loss function is optimized to a minimum value on the training machine, the loss value on the real data may still be large, i.e. the error is large, and the prediction function cannot be performed. The loss function to be optimized on the training set may be J (W) ═ W-32
First, the bias parameter b is ignored. Removing the bias does not affect the optimal nature of the function. Second, due to the training data distribution determination, the simplest to embody the input and output inside as a constant, and take the minimum at W ═ 3. This is a loss function with more parameters. The parameter W may iterate to a value of approximately 3. It may be that the distribution of the applied sample data set is different from that of the trained sample data set, i.e. their loss function is in fact different, assuming that its loss function is j (W) ═ (W-10)2. This difference is large. Then, from the loss function of the real data,its optimal parameter should be W-10. That is, if we want to predict x 2, the real data may be closer to 10 × 2 20. But the prediction of data trained with training data is 3 x 2-6. In reality there may not be a poor, too large training set and real data.
The above explains why the sample data set is chosen carefully from the point of view of the loss function, because different distributions of the sample data set result in different optimized loss functions and loss functions of the real data, that is, may result in the optimization direction itself being wrong. To some extent, the model structure is designed to be perfect, and a proper loss function is selected to be perfect, but the training number is prepared carefully, so that the method is the most effective and possibly the most possible way to greatly remind the accuracy of the model.
The most critical to training the sample is correctness and accuracy. The selected samples are first of all able to correctly reflect the intrinsic laws of the system process. Some of the sample data obtained from the production site may be bad samples, for example, the measurement data error is large due to the measurement, and such samples may interfere with the non-linear fitting. Normally, bad samples are only individual phenomena, so it is desirable to resist the negative effects of bad samples by as large a sample size as possible. The second is the equalization of the sample data distribution. The selected samples preferably relate to various conditions that may occur in the system process. This makes it possible to take great care of the regular characteristics of the system in each case. It is often not well understood by the experimenter that the intrinsic laws of the system are such that it is desirable to blanket the aspects of the subject system with as large a sample size as possible. Again, the size of the sample data, i.e. the question to ask. The scale of the sample data determines the accuracy of the non-linear fit result, while ensuring that the sample data quality and distribution are balanced. The larger the sample data amount, the higher the accuracy. Since the sample size directly affects the operation time of the computer, excessive sample data is not required when the accuracy meets the requirement. For enough iterations, the accuracy of the training result is consistent, and the method only influences the convergence rate (operation time) of calculation and has no direct relation with the sample size.
At present, the research on the selection aspect of a sample data set in the GIS breaker contact temperature calculation is less.
Disclosure of Invention
The invention aims to provide a method for selecting a sample data set in GIS breaker contact temperature calculation, which solves the problem that the existing data set cannot well reflect the real condition of the breaker contact temperature.
The invention further aims to provide a system for selecting the sample data set in the GIS breaker contact temperature calculation.
In order to solve the technical problems, the technical scheme of the invention is as follows:
a method for selecting a sample data set in GIS breaker contact temperature calculation comprises the following steps:
s1: before nonlinear fitting is carried out on the GIS breaker contact temperature, sample data set acquisition is carried out by adopting a method of taking points every two units on an X axis, a method of taking points every two units when an included angle of the X axis and the X axis is 45 degrees, a method of taking points at the intersection of a Y axis and an isotherm and a method of taking points randomly in different areas;
s2: and selecting an optimal data set for subsequent calculation by using the data acquired in the step S1 through optimization preprocessing.
Preferably, said two units are in particular 2 centimeters.
Preferably, the method for taking points every two units by using the X axis specifically includes the following steps:
determining a GIS breaker shell temperature selection surface;
establishing a coordinate axis by taking the geometric center of the GIS breaker shell as a coordinate origin;
data are collected every two units along the X-axis direction of the coordinate axis, and the X-axis direction is parallel to the transverse direction of the circuit breaker.
Preferably, the method for taking points every two units when the included angle of the method and the X axis is 45 degrees specifically comprises the following steps:
determining a GIS breaker shell temperature selection surface;
establishing a coordinate axis by taking the geometric center of the GIS breaker shell as a coordinate origin;
and acquiring data every two units when the included angle of the X-axis of the coordinate axis is 45 degrees, wherein the X-axis direction is parallel to the transverse direction of the breaker.
Preferably, the point taking method for the intersection of the Y axis and the isotherm specifically comprises the following steps:
determining a GIS breaker shell temperature selection surface;
establishing a coordinate axis by taking the geometric center of the GIS breaker shell as a coordinate origin;
data are collected every two units at the intersection of the Y axis of the coordinate axis and the isothermal line, and the Y axis direction is perpendicular to the transverse direction of the circuit breaker.
Preferably, the random point-taking method for different areas specifically includes the following steps:
determining a GIS breaker shell temperature selection surface;
establishing a coordinate axis by taking the geometric center of the GIS breaker shell as a coordinate origin;
randomly selecting collected data in different areas according to coordinate axes, wherein the X-axis direction of the coordinate axes is parallel to the transverse direction of the circuit breaker, and the Y-axis direction of the coordinate axes is perpendicular to the transverse direction of the circuit breaker.
Preferably, the determining of the GIS breaker contact shell temperature selecting surface specifically comprises:
and the top view of the GIS breaker when transversely placed is used as a selection surface of the shell temperature.
Preferably, the geometric center of the GIS breaker shell is the geometric center of the top view of the temperature of the breaker shell.
A system for selecting a sample data set in GIS breaker contact temperature calculation comprises:
the data acquisition module acquires a sample data set by adopting a method of taking points every two units on an X axis, a method of taking points every two units when an included angle of the X axis is 45 degrees, a method of taking points at the intersection of a Y axis and an isotherm and a method of taking points randomly in different areas before nonlinear fitting is carried out on the contact temperature of the GIS breaker;
and the selection module selects the optimal sample data set for subsequent calculation through optimization pretreatment.
Preferably, said two units are in particular 2 centimeters.
Compared with the prior art, the technical scheme of the invention has the beneficial effects that:
according to the method, different data acquisition modes are considered, and compared with the existing data selection mode for calculating the GIS contact temperature, the data division of the method tends to be more reasonable, the system error is reduced more favorably, the calculation precision of the contact temperature can be improved, and the operation reliability of the power transmission line is improved.
Drawings
FIG. 1 is a schematic flow chart of the method of the present invention.
Fig. 2 is a top view of the circuit breaker housing temperature.
Fig. 3 is a schematic diagram of the establishment of coordinate axes for a circuit breaker housing.
FIG. 4 is a schematic diagram of the dot method for every two units on the X-axis.
FIG. 5 is a schematic diagram of dot extraction by dot method every two units when the angle is 45 degrees with the X-axis.
FIG. 6 is a schematic diagram of point-taking method at the intersection of the Y-axis and the isotherm.
FIG. 7 is a schematic diagram of random dot-picking in different regions.
Fig. 8 is a schematic diagram of the system module connection of the present invention.
Detailed Description
The drawings are for illustrative purposes only and are not to be construed as limiting the patent;
for the purpose of better illustrating the embodiments, certain features of the drawings may be omitted, enlarged or reduced, and do not represent the size of an actual product;
it will be understood by those skilled in the art that certain well-known structures in the drawings and descriptions thereof may be omitted.
The technical solution of the present invention is further described below with reference to the accompanying drawings and examples.
Example 1
The embodiment provides a method for selecting a sample data set in GIS breaker contact temperature calculation, as shown in FIG. 1, comprising the following steps:
s1: before nonlinear fitting is carried out on the GIS breaker contact temperature, sample data set acquisition is carried out by adopting a method of taking points every two units on an X axis, a method of taking points every two units when an included angle of the X axis and the X axis is 45 degrees, a method of taking points at the intersection of a Y axis and an isotherm and a method of taking points randomly in different areas;
s2: and selecting an optimal data set for subsequent calculation by using the data acquired in the step S1 through optimization preprocessing.
The two units are in particular 2 cm.
The method for taking points every two units by adopting the X axis specifically comprises the following steps:
determining a GIS breaker shell temperature selection surface as shown in figure 2;
establishing a coordinate axis by taking the geometric center of the GIS breaker shell as a coordinate origin, as shown in figure 3;
data are collected every two units along the X-axis direction of the coordinate axis, which is parallel to the breaker lateral direction, as shown in fig. 4.
The method for taking points every two units when the included angle of the method and the X axis is 45 degrees specifically comprises the following steps:
determining a GIS breaker shell temperature selection surface;
establishing a coordinate axis by taking the geometric center of the GIS breaker shell as a coordinate origin;
data are collected every two units when the included angle of the X-axis of the coordinate axis is 45 degrees, and the X-axis direction is parallel to the transverse direction of the circuit breaker as shown in figure 5.
The point taking method for the intersection of the Y axis and the isotherm specifically comprises the following steps:
determining a GIS breaker shell temperature selection surface;
establishing a coordinate axis by taking the geometric center of the GIS breaker shell as a coordinate origin;
data are collected every two units at the intersection of the Y axis of the coordinate axes and the isotherm, and the Y axis direction is perpendicular to the transverse direction of the circuit breaker as shown in FIG. 6.
The random point-taking method for different areas specifically comprises the following steps:
determining a GIS breaker shell temperature selection surface;
establishing a coordinate axis by taking the geometric center of the GIS breaker shell as a coordinate origin;
randomly selecting collected data in different areas according to coordinate axes, as shown in fig. 7, wherein the X-axis direction of the coordinate axes is parallel to the transverse direction of the circuit breaker, and the Y-axis direction of the coordinate axes is perpendicular to the transverse direction of the circuit breaker.
Confirm that GIS circuit breaker contact shell temperature selects the face, specifically do:
and the top view of the GIS breaker when transversely placed is used as a selection surface of the shell temperature.
The GIS breaker shell body geometric center is the geometric center of the breaker shell temperature top view.
The data acquired by the four modes can be subjected to optimization preprocessing to select an optimal data set for subsequent calculation. The embodiment provides a basis for further researching the data set rationality of the calculated contact temperature, and then provides a data basis for obtaining more accurate results in nonlinear fitting.
Example 2
This embodiment provides a system of selecting of sample data set in GIS circuit breaker contact temperature calculation, as figure 8, includes:
the data acquisition module acquires a sample data set by adopting a method of taking points every two units on an X axis, a method of taking points every two units when an included angle of the X axis is 45 degrees, a method of taking points at the intersection of a Y axis and an isotherm and a method of taking points randomly in different areas before nonlinear fitting is carried out on the contact temperature of the GIS breaker;
and the selection module selects the optimal sample data set for subsequent calculation through optimization pretreatment.
The two units are in particular 2 cm.
The same or similar reference numerals correspond to the same or similar parts;
the terms describing positional relationships in the drawings are for illustrative purposes only and are not to be construed as limiting the patent;
it should be understood that the above-described embodiments of the present invention are merely examples for clearly illustrating the present invention, and are not intended to limit the embodiments of the present invention. Other variations and modifications will be apparent to persons skilled in the art in light of the above description. And are neither required nor exhaustive of all embodiments. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the claims of the present invention.

Claims (6)

1. A method for selecting a sample data set in GIS breaker contact temperature calculation is characterized by comprising the following steps:
s1: before nonlinear fitting is carried out on the GIS breaker contact temperature, sample data set acquisition is carried out by adopting a method of taking points every two units on an X axis, a method of taking points every two units when an included angle of the X axis and the X axis is 45 degrees, a method of taking points at the intersection of a Y axis and an isotherm and a method of taking points randomly in different areas;
s2: selecting an optimal data set for subsequent calculation from the data obtained in the step S1 through optimization pretreatment;
the method for taking points every two units by adopting the X axis specifically comprises the following steps:
determining a GIS breaker shell temperature selection surface;
establishing a coordinate axis by taking the geometric center of the GIS breaker shell as a coordinate origin;
collecting data every two units along the X-axis direction of a coordinate axis, wherein the X-axis direction is parallel to the transverse direction of the circuit breaker;
the method for taking points every two units when the included angle of the method and the X axis is 45 degrees specifically comprises the following steps:
determining a GIS breaker shell temperature selection surface;
establishing a coordinate axis by taking the geometric center of the GIS breaker shell as a coordinate origin;
acquiring data every two units when the included angle of the X-axis of the coordinate axis is 45 degrees, wherein the X-axis direction is parallel to the transverse direction of the breaker;
the point taking method for the intersection of the Y axis and the isotherm specifically comprises the following steps:
determining a GIS breaker shell temperature selection surface;
establishing a coordinate axis by taking the geometric center of the GIS breaker shell as a coordinate origin;
acquiring data every two units at the intersection of the Y axis of the coordinate axis and the isotherm, wherein the Y axis direction is vertical to the transverse direction of the circuit breaker;
the random point-taking method for different areas specifically comprises the following steps:
determining a GIS breaker shell temperature selection surface;
establishing a coordinate axis by taking the geometric center of the GIS breaker shell as a coordinate origin;
randomly selecting collected data in different areas according to coordinate axes, wherein the X-axis direction of the coordinate axes is parallel to the transverse direction of the circuit breaker, and the Y-axis direction of the coordinate axes is perpendicular to the transverse direction of the circuit breaker.
2. The method for selecting the sample data set in the GIS breaker contact temperature calculation according to claim 1, wherein the two units are specifically 2 cm.
3. The method for selecting the sample data set in the GIS breaker contact temperature calculation according to claim 1, wherein the step of determining the GIS breaker shell temperature selection surface specifically comprises the following steps:
and the top view of the GIS breaker when transversely placed is used as a selection surface of the shell temperature.
4. The method for selecting the sample data set in the GIS breaker contact temperature calculation according to claim 1, wherein the geometric center of the GIS breaker shell is the geometric center of a breaker shell temperature top view.
5. A system for selecting a sample data set in GIS breaker contact temperature calculation is characterized by comprising:
the data acquisition module acquires a sample data set by adopting a method of taking points every two units on an X axis, a method of taking points every two units when an included angle of the X axis is 45 degrees, a method of taking points at the intersection of a Y axis and an isotherm and a method of taking points randomly in different areas before nonlinear fitting is carried out on the contact temperature of the GIS breaker;
the selection module selects an optimal sample data set for subsequent calculation through optimization pretreatment;
the method for taking points every two units by adopting the X axis specifically comprises the following steps:
determining a GIS breaker shell temperature selection surface;
establishing a coordinate axis by taking the geometric center of the GIS breaker shell as a coordinate origin;
collecting data every two units along the X-axis direction of a coordinate axis, wherein the X-axis direction is parallel to the transverse direction of the circuit breaker;
the method for taking points every two units when the included angle of the method and the X axis is 45 degrees specifically comprises the following steps:
determining a GIS breaker shell temperature selection surface;
establishing a coordinate axis by taking the geometric center of the GIS breaker shell as a coordinate origin;
acquiring data every two units when the included angle of the X-axis of the coordinate axis is 45 degrees, wherein the X-axis direction is parallel to the transverse direction of the breaker;
the point taking method for the intersection of the Y axis and the isotherm specifically comprises the following steps:
determining a GIS breaker shell temperature selection surface;
establishing a coordinate axis by taking the geometric center of the GIS breaker shell as a coordinate origin;
acquiring data every two units at the intersection of the Y axis of the coordinate axis and the isotherm, wherein the Y axis direction is vertical to the transverse direction of the circuit breaker;
the random point-taking method for different areas specifically comprises the following steps:
determining a GIS breaker shell temperature selection surface;
establishing a coordinate axis by taking the geometric center of the GIS breaker shell as a coordinate origin;
randomly selecting collected data in different areas according to coordinate axes, wherein the X-axis direction of the coordinate axes is parallel to the transverse direction of the circuit breaker, and the Y-axis direction of the coordinate axes is perpendicular to the transverse direction of the circuit breaker.
6. The system for selecting a sample data set in GIS breaker contact temperature calculation according to claim 5, wherein the two units are specifically 2 cm.
CN202011227984.9A 2020-11-06 2020-11-06 Method and system for selecting sample data set in GIS circuit breaker contact temperature calculation Active CN112347642B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011227984.9A CN112347642B (en) 2020-11-06 2020-11-06 Method and system for selecting sample data set in GIS circuit breaker contact temperature calculation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011227984.9A CN112347642B (en) 2020-11-06 2020-11-06 Method and system for selecting sample data set in GIS circuit breaker contact temperature calculation

Publications (2)

Publication Number Publication Date
CN112347642A CN112347642A (en) 2021-02-09
CN112347642B true CN112347642B (en) 2022-03-29

Family

ID=74428767

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011227984.9A Active CN112347642B (en) 2020-11-06 2020-11-06 Method and system for selecting sample data set in GIS circuit breaker contact temperature calculation

Country Status (1)

Country Link
CN (1) CN112347642B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107895205A (en) * 2017-11-07 2018-04-10 武汉大学 GIS contact hot(test)-spot temperature Forecasting Methodologies based on population support vector regression
CN108181000A (en) * 2018-01-02 2018-06-19 国网上海市电力公司 A kind of contact of breaker detection method for temperature rise based on GIS housing thermometrics

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6231227B1 (en) * 1998-12-28 2001-05-15 General Electric Company Method of determining contact wear in a trip unit
CN104331735A (en) * 2014-10-31 2015-02-04 国家电网公司 GIS contact temperature computing method with shielding case structure based on infrared sensing
CN106777633B (en) * 2016-12-07 2020-04-28 广东工业大学 Method and device for calculating temperature of switch contact of solid insulation switch cabinet
CN107179143A (en) * 2017-06-29 2017-09-19 江苏省电力试验研究院有限公司 A kind of isolation switch contact temperature monitoring model of GIS shells and environment thermometric
JP6919390B2 (en) * 2017-07-24 2021-08-18 富士電機機器制御株式会社 Drawer type vacuum circuit breaker
CN109188267A (en) * 2018-10-18 2019-01-11 国网山东省电力公司潍坊供电公司 It is a kind of to monitor the device of GIS contact system electric contact failure, method and system
CN110017901B (en) * 2019-04-01 2021-04-27 华北电力大学 Infrared spectrum diagnosis method for operating state of electrical equipment in power system
CN110907064A (en) * 2019-11-20 2020-03-24 国网重庆市电力公司电力科学研究院 GIS disconnecting switch contact temperature prediction method and device and readable storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107895205A (en) * 2017-11-07 2018-04-10 武汉大学 GIS contact hot(test)-spot temperature Forecasting Methodologies based on population support vector regression
CN108181000A (en) * 2018-01-02 2018-06-19 国网上海市电力公司 A kind of contact of breaker detection method for temperature rise based on GIS housing thermometrics

Also Published As

Publication number Publication date
CN112347642A (en) 2021-02-09

Similar Documents

Publication Publication Date Title
CN104217110A (en) GIS (Geographic Information System) state evaluation method based on standard state analysis and GIS state evaluation device based on standard state analysis
CN109781268B (en) Switch cabinet interior key part temperature monitoring system based on low-cost infrared hot-vision technology
CN101825501A (en) Method for measuring power connector contact temperature rise based on finite element analysis of three-dimensional thermal field
CN102955088A (en) Zero resistance insulator detection method on basis of finite element database
EP4111191B1 (en) Systems and methods for dissolved gas analysis
CN114740303B (en) Fault monitoring system of wireless passive high-voltage switch cabinet
CN112347642B (en) Method and system for selecting sample data set in GIS circuit breaker contact temperature calculation
CN107860971B (en) Aging analysis method for power distribution meter box by theoretical temperature field simulation
CN112347643B (en) Nonlinear fitting method and system for contact resistance of GIS circuit breaker
CN113726010A (en) Intelligent control system for electric switching-on/off drop-out fuse
CN115640732B (en) Power distribution network arc fault positioning method based on magnetic field distribution
CN113153262A (en) Offshore oilfield accessible capacity evaluation method based on cable thermal characteristics
CN117269731A (en) PCBA performance automatic test system based on Internet of things
CN106124089B (en) High-tension switch cabinet temperature measurement on-line method based on gray theory
CN112580232A (en) Contact resistance on-line monitoring method for multiple key contact points in medium-voltage switch cabinet
CN106093222A (en) Chromatographic detection apparatus stratification appraisal procedure in a kind of electrical network system
CN113091949B (en) Cable state detection method, device and equipment
CN115684829A (en) Power secondary circuit fault detection early warning method and system
CN111413556B (en) Transformer fault diagnosis method based on CT technology
CN112507577B (en) GIS breaker contact steady-state temperature calculation method and system based on pattern recognition
CN114235181A (en) A installation positioning system for RFID wireless passive temperature measurement chip
CN113654645A (en) GIL electric contact state monitoring information fusion and fault diagnosis method, device and system
CN111308250A (en) Transformer fault diagnosis method and device based on vibration lines
CN117406048B (en) Transformer discharge fault diagnosis method and device
CN117152925B (en) Big data-based power communication data processing system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant