




已阅读5页,还剩2页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
An Expert System for Transformer Fault Diagnosis Using Dissolved Gas Analysis 1. INTRODUCTIONThe power transformer is a major apparatus in a power system, and its correct functioning its vital to minimize system outages, many devices have evolved to monitor the serviceability of power transformers. These devices, such as, Buchholz relays or differential relays, respond only to a severe power failure requiring immediate removal of the transformer from service, in which case, outages are inevitable. Thus, preventive techniques for early detection faults to avoid outages would be valuable. In this way, analysis of the mixture of the faulty gases dissolved in insulation oil of power transformer has received worldwide recognition as an effective method for the detection of oncipient faults. Many researchers and electrical utilities have reported on their experience and developed interpretative criteria on the basis of DGA. However, criteria tend to vary from utility to utility. Therefore, transformer diagnosis is still in the heuristic stage. For this reason, knowledge-based programming is a suitable approach to implement in such a diagnostic problem.Based on the interpretation of DGA, a prototype of an expert system for diagnosis of suspected transformer faults and their maintenance procedures is proposed. The significant source in this knowledge base is the gas ratio method. Some limitations of this approach are overcome by incorporating the diagnostic procedure and the synthetic expertise method. Furthermore, data bases adopted from TPCS gas records of transformers are incorporated into the expert system to increase the practical performance. Uncertainty of diagnosis is managed by using fuzzy set concepts. This expert system is constructed with rule based knowledge representation, since it can be expressed by experts. The expert system building tool,knowledge Engineering System(KES), is used in the development of the knowledge system because, it has excellent man-machine interface that provides suggestions. Moreover,its inference strategy is similar to the MYCIN. A famous rule-based expert system used for medical diagnosis. The uncertainty of human qualitative diagnostic expertise, e.g., key gas analysis, and another quantitative imprecision, such as, norms threshold and gas ratio boundaries etc., are smoothed by appropriate fuzzy models. With the results of such implementation, different certainty factors will be assigned to the corresponding expertise variables. Both event-driven(forward chaining) and goal-driven (backward chaining) inferences are used in the inference engine to improve the inference efficiency. To demonstrate the feasibility of the proposed expert system, around hundreds of TPC historical gas records have been tested. It is found that more appropriate faulty types and maintenance suggestions can support the maintenance personals to increase the performance of transformer diagnosis. 2. DEVELOPMENT OF DIAGNOSIS AND INTERPRETATION Like many diagnostic problems, diagnosis of oil-immersed power transformer is a skilled task. A transformer may function well externally with monitors, while some incipient deterioration may occur internally to cause a fatal problem in the latter development. According to a Japanese experience, nearly 80% of all faults result from incipient deteriorations. Therefore, faults should be identified and avoided at the earliest possible stage by some predictive maintenance technique. DGA is one of the most popular techniques for this problem. Fault gases in transformers are generally produced by oil degradation and other insulating material, e.g., cellulose and paper. Theoretically, if an incipient or active fault is present, the individual dissolved gas concentration, gassing rate, total combustible gas(TCG) and cellulose degradation are all significantly increased. By using gas chromatography to analyse the gas dissolved in a transformers insulating oil, it becomes feasible to judge the incipient fault types. This study is concerned with the following representative combustible gases; hydrogen(H2), methane(C2H2), ethane(C2H6), ethylene(C2H2) and carbon monoxide(C0).Many interpretative methods based on DGA to the nature of incipient deterioration have been reported. Even under normal transformer operational conditions, some of these gases may be formed inside. Thus, it is necessary to build concentration norms from a sufficiently large sampling to assess the statistics. TPC investigated gas data from power transformers to construct its criteria. The developed knowledge base in this paper is partially based on these data. On the hand, Dornerburg developed a method to judge different faults by rating pairs of concentrations of gases, e.g., CH/H, GH/C3H4, with approximately equal solubility and fusion coefficients. Rogers established mare comprehensive ratio codes to interpret the thermal fault types with theoretical thermodynamic assessments. This gas ratio method was promising because it eliminated the effect of oil volume and simplified the choice of units. Moreover, it systematically classified the diagnosis expertise in a table form. Table 1 displays the ratio method as proposed by Rogers. The dissolved gas may vary with the nature and severity of different faults. By analyzing the energy density of faults, its possible to distinguish three basic fault processes:overheating(pyrolysis), corona(partial dischatge) and arcing discharge. Corona and arcing arise from electrical faults, while overheating is a thermal fault. Both types of faults my lead to deterioration, while damage from overheating is typically less than that from electrical stress. Infect, different gas trends lead to different faulty types, the key gas method is identified. For example, large amounts of CH and H are produced with minor arcing fault 4 quantities of CH 2aid C2H2 may be a symptom of an arcing fault.3. THE PROPOSED DIAGNOSTIC EXPERT SYSTEM This study is aimed at developing a rule-based expert system to perform transformer diagnosis similar to a human expert. The details of system processing are described below.3.1 The Proposed Diagnostic Method Diagnosis is a task that requires experience. It is unwise to determine an approach from only a few investigations. Therefore, this study uses the synthetic expertise method with the experienced procedure to assist the popular gas ratio method and complete practical performance.3.1.1 Experienced Diagnostic ProcedureThe overall procedure of routine maintenance for transformers is listed. The core of this procedure is based on the implementation of the DGA technique. The gas ratio method is the significant knowledge source. Some operational limitations of the gas ratio method exist. The ratio table is unable to cover all possible cases. Minimum levels of gases must be present. The solid insulation involving CO and CO are handled separately and the gas ratio codes have been developed mainly from a free-breathing transformer. Other diagnostic expertise should be used to assist this method. Norms, synthetic expertise method and data base records have been incorporated to complete these limitations. The first step of this diagnostic procedure begins by asking DGA for an oil sample to be tested. More important relevant information about the transformers condition, such as the voltage level, the preservative type, the on-line-tap-changer(OLTC) state, the operating period and degassed time must be known for further inference. Norms(criteria) Set up by TPC power transformers gas characteristic data are then used to judge the transformers condition. For the abnormal cases, the gas ratio method is used to diagnose transformer fault type. If different or unknown diagnosis results are found from these ratio methods, a further synthetic expertise method is adopted. After these procedures, different severity degrees are assigned to allow appropriate corresponding maintenance suggestions.3.1.2 Synthetic Expertise MethodThe ratio trend, norms threshold, key gas analysis and some expertise are considered as different evidences to confirm some special fault types. In other words, more significant evidences have been collected for some special fault type, better assessment of the transformer status is obtained.The ratio trend can be seen as a modification of the conventional gas ratio and key gas method.Obviously, the above gas trends should be incorporated with other evidences under the experienced procedure for practical use. Norms threshold, the gassing rate, the quantity of total combustible gas(TCG), the TPC maintenance expertise and the fuzzy set assignment are all important evidences considered in the synthetic diagnosis.Other expertise based on a transformer historical data base is also used to analyse the characteristics of a case transformer. Section 3.4 gives some details of these rules.3.2 Expert System StructureThe proposed diagnostic expert system is composed of components, working memory, a knowledge base, an inference engine and a man-machine interface. Working memory (global data base) contains the current data relevant to solve the present problem. In this study, most of the diagnostic variables stored in the data base are current gas concentration, some are from the user, others are retrieved from the transformers historical data base. Note that the fuzzy set concept is incorporated to create fuzzy variables on the request of system reasoning. A knowledge relationship, which uses these facts, as the basis for decision making. The production rule used in this system is expressed in IF-THEN forms. A successful expert system depends on a high quality knowledge base. For this transformer diagnostic system, the knowledge base incorporates some popular interpretative methods of DGA, synthetic expertise method and heuristic maintenance rules. Section 3.4 will describe this knowledge base. Another special consideration in the expert system is its inference engine. The inference engine controls the strategies of reasoning and searching for appropriate knowledge. The reasoning strategy employs both forward chaining(data-driven) and backward chaining(goal-driven). Fuzzy rules, norms rules, gas ratio rules, synthetic expertise rules and some of the maintenance rules and some maintenance rules, use forward chaining.As for the searching strategy in KES, the depth first searching and short-circuit evaluation are adopted. The former can improve the search efficiency by properly arranging the location of significant rules in the inference procedures. The latter strategy only searches the key conditional statements in the antecedent that are responsible for establishing whether the entire rule is true or false. Taking the advantages of these two approaches in the building and structuring of a knowledge base improves inference efficiency significantly.As for man-machine interface. KES has an effective interface which is better than typical knowledge programming languages, such as, PROLOG or LISP. With the help of this interface, the capability of tracing, explaining and training in an expert system is greatly simplified.4. IMPLEMENTATION OF THE PROPOSED EXPERT SYSTEM An expert system is developed based on the proposed interpretative rules and diagnostic procedures of the overall system. To demonstrate the feasibility of this expert system in diagnosis, the gas data supported by MTL of TPC have been tested. In Taiwan, the MTL of TPC performs the DGA and sends the results to all acting divisions relating to power transformers. In return, these acting divisions are requested to collect and supply their transformer oil samples periodically. After analysing oil samples, more than ten years worthy gas records are collected and classified into three voltage level, 69KV, 16KV and 345KV. Thus, gas records for one transformer are composed of several groups of data. In the process of DGA interpretation, all of these data may be considered, but only the recent data which have significant effects on diagnosis are listed in the later demonstration. In MTL, all gas concentrations are expressed by pm in volume concentration. 100 pm is equal to 0.01 ml(gas)/100ml(oil).From the expertise of diagnosis, the normal state can be confirmed only by inspection of the transformers norms level. In practice, most of the transformer oil samples are normal, and this can be inferred successfully on the early execution of this expert system. However, the Success of an expert system is mainly dependent on the capability of diagnosis for the transformers in question. In the implementation, many gas records which are in abnormal condition are chosen to test the Justification of this diagnostic system. A total of 101 transformer records have been executed and the results are summarized in Table 5. Among those implemented, three are listed and demonstrated.Shown in Table 5 are the results of 101 units of transformers in three types of remedy: normal, thermal fault and arc fault. After comparing them with the actual state and expert judgement, a summary of results was obtained. As previously stated, one unit of transformer may include many groups of gas data. In evaluation, we depicted some key groups in one unit to justify because some transformers may have different incipient faults during different operational stages. Some mistakes implemented from testing are caused by the remaining oil in the oil sampling container, unstable gas characteristics of the new degassing sample and some obscure gas types. If more inf
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025版国有企业劳务派遣员工服务协议
- 2025房地产项目居间合同范本:可持续发展地产项目合作
- 2025电商代运营年度供应链管理服务合同范本
- 2025版钢构工程安装与绿色环保验收合同协议
- 2025版专业清洁公司劳务分包安全合作协议书
- 二零二五版深基坑定向钻施工与支护设计合同
- 2025版大学生创新创业项目投资合作协议
- 2025版二手商铺租赁合同租赁双方权利义务说明书
- 2025范本模板:内部股东退出及环境保护责任合同
- 2025版企业单位食堂外包服务托管合同协议书
- 工会内控管理办法
- 岗位职责管理办法
- 3.1.4 认识除法算式(课件) 人教版数学二年级上册
- 2025版保育员理论考试试题试题(附答案)
- 基于无人机的公路路面及设施状况智能检测技术研究采购服务方案投标文件(技术方案)
- 履约能力提升培训大纲
- 农产品经纪人基础技能培训手册
- 2024年湖南省古丈县人民医院公开招聘医务工作人员试题带答案详解
- 海南省2024-2025学年高一下学期学业水平诊断(二)物理
- 2025年食品安全抽查考试复习题库模拟题及答案指导
- 海尔冰箱BCD-257DVC使用说明书
评论
0/150
提交评论