1,675
Views
2
CrossRef citations to date
0
Altmetric
Articles

A study on maintenance decision support for power grid components using their inspection and maintenance records

, , &
Pages 38-44 | Received 09 Oct 2018, Accepted 16 Apr 2019, Published online: 03 May 2019

ABSTRACT

Electric power companies are storing massive records such as results of inspection and maintenance through their daily operations. Although the massive records have been expecting to utilize for efficiency improvement of the power grid operations and planning, applications of the massive records have been limited in a small portion until now. The authors analyse 3.0 million sets of inspection scores and 0.9 million cases of their measures (need follow-up observation, or need repair or replacement) that have been actually stored in an electric power company. Moreover, based on the analysis results, a decision support model is constructed for judging maintenance necessity (need repair or replacement) in response to the inspection scores. A decision tree analysis, which represents its decisions and decision-making process visually and explicitly, is applied in the process. Usefulness of the authors’ proposal is verified through numerical simulations and discussions on their results.

1. Introduction

Owing to the rapid growth in technologies of measurement, monitoring and communication, quantities of information, which have been gathered by several measurement systems, are increasing dramatically in various fields. If the massive data is utilized effectively, we can expect several benefits by the resulting improvement of our social efficiency [Citation1,Citation2]. It also can be applied to the electric power field [Citation3Citation5]. For example, power grid operators have been making inspection and maintenance for electrical components to sustain the stable operations of power grids. The sets of inspection scores have been stored in databases as the inspection record, and also utilized during the decision-making process whether the electrical components require to be taken measures or not to keep their functions appropriately. Meanwhile, the judgement results (measures for the inspection), such as Need follow-up observation or Need repair or replacement, described and stored as the maintenance record. These records are not only referred in expansion planning of the power grid equipment but also expected to apply for improving operational efficiency and saving operators’ labour. However, since quantities of the inspection and the maintenance records are indeed large, it has been extremely difficult to apply them for the power grid operations and planning effectively relying on knowledge and experience of the operators only. Actually, applications of the massive records are limited in a small portion of the electric power fields yet [Citation6,Citation7]. That is, there is still plenty room for discussion on how to utilize the massive records, and what kinds of techniques are suitable for analysing and/or utilizing them.

The authors focus on a decision tree analysis, and propose a support method of maintenance decision for electrical components in response to their inspection scores. The decision tree analysis, which is well known as one of machine learning techniques, represents its decisions and decision-making process visually and explicitly [Citation8], and this is the strongest reason why the authors apply it to the maintenance decision support. By using the decision tree analysis, historical datasets of the inspection scores and their measures are analysed in the learning process. Subsequently, a tree-like decision model is constructed as result of the learning process. In accordance with description of the maintenance record, the constructed tree model automatically judges maintenance necessity of the target component (need follow-up observation, or need repair or replacement) when a set of inspection scores are newly input. Moreover, with referring to the constructed decision tree, we can comprehend factors that have influence on the judgement. Numerical simulation results for 3.0 million sets of the inspection scores and 0.9 million cases of their measures, which were actually stored in the database of an electric power company, are introduced. Here, the target electrical components are specified into electric poles, pole transformers and switchgears in power distribution networks. This is because these components have larger shares in the electrical components of Japanese power grids than those of the others.

2. Maintenance decision support

2.1 Overview of proposed decision support method

In a machine learning community, prediction methods are normally referred to supervised learning techniques [Citation9,Citation10]. The supervised learning technique attempts to discover the relationship between input and output datasets, and the discovered relationship is represented in a structure. Representative techniques include artificial neural networks (ANNs), support vector machines (SVMs) and decision trees [Citation11,Citation12]. The NN and the SVM are often regarded as complicated techniques since the constructed models are difficult to understand without knowledge of their algorithm. On the other hand, the decision tree has distinctive feature that represents its learning result visually, and therefore their judgement criteria are easily understandable. For these reasons, the authors apply the decision tree to treat the target massive records in this paper.

There are several decision tree analysis. Iterative Dichotomiser 3 (ID3), C4.5, and Classification and Regression Tree (CART) are their typical examples [Citation13]. In this paper, the CART algorithm, which is one of the most popular tools for non-parametric decision tree learning, is selected in the learning process. The CART algorithm makes decision trees to minimize entropy, which expresses randomness in the information, or Gini coefficient. Now, the Gini coefficients is emphasized as the criterion in the CART algorithm. The Gini coefficient evaluates the inequality among values of a frequency distribution. If the Gini coefficient becomes zero, all values are perfectly equal. In contrast, a Gini coefficient of 1 (or 100%) expresses maximal inequality among the values. General definition of the Gini coefficient is defined as

(1) Gini=1jCpj|t2(1)

where tis the node number;C is the number of classes; and p(j/t) is the probability density function.

By using the Gini coefficients, the CART algorithm constructs a decision tree to split one node into two child nodes repeatedly. Its constructing process can be classified into the following two steps: one is the tree growth and another is the branch pruning. In the former, a creating tree model involves selected input data and split points on each score (growth) until satisfying the convergence criteria. In contrast, the latter integrates verbose paths (pruning) until the Gini coefficient becomes sufficiently small.

2.2 Decision tree-based method

The proposed decision support method judges maintenance necessity of the target electrical component (need repair or replacement, or not) automatically in response to the inspection scores. The following shows its procedure.

  • Step 1 Correlate the inspection and the maintenance records in each component.

  • Step 2 Learn relationship between the historical inspection scores and its maintenance necessity.

  • Step 3 Construct a decision tree in accordance with the tree growth and the branch pruning steps.

  • Step 4 Judge the maintenance necessity in response to input data (a set of unknown inspection scores).

Step 1 is pre-processing for the learning process of the decision tree analysis. By using the ID codes for target electrical component, the sets of inspection scores are correlated with the measures for the inspection as input datasets for the learning process. In Step 2 and 3, the CART algorithm analyses the relationship between the input datasets. Specifically, useful information such as rules, knowledge or judgement criteria on the maintenance decision are extracted from the relationship of input datasets, and the CART algorithm constructs the decision tree in Step 3 relying on the extracted information. Finally, the maintenance necessity is judged by the constructed decision tree when the set of inspection score of target component are newly input. shows a conceptual illustration of decision tree construction.

Figure 1. An example of a part of decision tree model.

Figure 1. An example of a part of decision tree model.

3. Numerical conditions

3.1 Targeted inspection and maintenance records

The power grid operators have been checking and scoring conditions of the electrical components, and deciding measures for the components with referring to the inspection scores. These results have been stored in the database as inspection record and the maintenance one, respectively. The target inspection record of this paper has the following information: (1) Inspection date, (2) ID code of the target component, (3) Specifications, and (4) Set of inspection scores (each component has 40 inspection indexes, however how many indexes are available is depending on type of the target component). In the inspection scores, the lower value means the better condition. If all scores are zero, the target component does not have any trouble on its condition. On the other hand, the measures for inspection described in the maintenance record can be roughly classified into three types: ‘Need follow-up observation’, ‘Need repair’ and ‘Need replacement’. Here, the authors aggregate the types of ‘Need repair’ and ‘Need replacement’ as the type of ‘Need maintenance’.

summarizes the inspection and the maintenance records. The inspection data is the result of 2 years inspection, and the maintenance data is the result of 10 years operations. In , a portion of the records including any missing or overlapping were already removed. As the result of data processing, 1,835,485 sets of the inspection scores (electric pole: 1,374,587; pole transformer: 386,533; switchgear: 74,365) and 8,079 samples of the maintenance requirement (electric pole: 3,209; pole transformer: 2,464; switchgear: 2,406) are available in the numerical simulations.

Table 1. Available inspection and maintenance records in each area.

3.2 Outline of numerical simulations

The authors use the records of inspection and maintenance summarized in , which were actually stored in an electric power company. In , 95% datasets are used as the learning data, and the remaining 5% datasets are used for evaluating performance of the decision tree. In this paper, the authors construct two types of decision tree: one is individual decision tree using the learning datasets in each area, and another is the decision tree for whole area. Under these conditions, the authors examine the following three prediction accuracy.

Case 1: Inspection scores for the learning process, which were used to construct the decision tree.

Case 2: Individual inspection scores for evaluating performance of the decision tree in each area (Area 1–8).

Case 3: Whole inspection scores for evaluating the performance of the decision tree.

Parameters for the CART algorithm are set by trial and error.

4. Results and discussions

4.1 Results of electric pole

In case of the electric poles, 33 inspection indexes (defined as EP 1–33) are available. summarizes the learning and the evaluation datasets. In , 1,302,801 sets of inspection scores and 3,057 samples of the maintenance requirement were used for the learning datasets. On the other hand, 68,577 sets of inspection scores and 152 samples of the maintenance requirement were regarded as unknown data, and used for evaluating performance of the decision tree. The decision tree for electric pole using the whole datasets (Areas 1–8) is illustrated in , and shows its numerical results.

Table 2. Learning data and evaluation data for electric pole.

Table 3. Results of electric pole.

Figure 2. Decision tree (electric pole, all area).

Figure 2. Decision tree (electric pole, all area).

As shown in , the decision tree selected conditions, ‘EP 2 < 0.5’, ‘EP 8 < 0.5’, ‘EP 18 < 0.5’, ‘EP 14 < 0.5’ and ‘EP 24 < 0.5’, as the judgment criteria. If the inspection results satisfied these conditions, the proposed method judged that the target electrical component was requiring its repair or replacement. This trend was almost same in every cases. In , we can confirm differences in the accuracy of each area, however all values of overall accuracy exceeded 80% (minimum accuracy: 80.9% in Area 2 of Case 1; Maximum accuracy: 99.2% in Area 7 of Cases 1 and 2), and therefore the authors concluded that the proposed method functioned very well.

4.2 Results of pole transformer

In case of the pole transformer, 9 inspection indexes (defined as PT 1–9) are available. summarizes the learning and the evaluation datasets. In , 364,843 sets of inspection scores and 2,345 samples of the maintenance requirement were used for the learning datasets. Meanwhile hand, 19,206 sets of inspection scores and 119 samples of the maintenance requirement were regarded as unknown data, and used for evaluating performance of the decision tree. The decision tree for pole transformer using the whole datasets (Areas 1–8) is illustrated in , and shows its numerical results.

Table 4. Learning data and evaluation data for pole transformer.

Figure 3. Decision tree (pole transformer, all area).

Figure 3. Decision tree (pole transformer, all area).

As shown in , the decision tree selected conditions, ‘PT 4 < 0.5’, ‘PT 3 < 1.5’, ‘PT 9 < 0.5’, ‘PT 2 < 0.5’, ‘PT 5 < 0.5’ and ‘PT 8 < 0.5’, as the judgment criteria. If the inspection results satisfied these conditions, the proposed method judged that the target electrical component was requiring its repair or replacement. In addition, it was confirmed that every cases had similar tendency. From , there are differences in the accuracy of each area, however all values of overall accuracy were 85% or higher (Minimum accuracy: 86.5% in Area 3 of Case 3; Maximum accuracy: 98.2% in Area 5 of Case 2) like the results of electric pole.

Table 5. Results for pole transformer.

4.3 Result of switchgear

In case of the switchgear, 9 inspection indexes (defined as SW 1–SW 9) are available. summarizes the learning and the evaluation datasets. In , 68,357 sets of inspection scores and 2,290 samples of the maintenance requirement were used for the learning datasets. On the other hand, 3,602 sets of inspection scores and 116 samples of the maintenance requirement were regarded as unknown data, and used for evaluating performance of the decision tree. The decision tree for switchgear using the whole datasets (Areas 1–8) is illustrated in , and shows its numerical results.

Table 6. Learning data and evaluation data for switchgear.

Table 7. Results for switchgear.

Figure 4. Decision tree (switchgear, all area).

Figure 4. Decision tree (switchgear, all area).

As shown in , the decision tree is a little more complicated as compared to those of the electric pole and the pole transformer. Actually, in , accuracy of the maintenance necessity totally became lower. There are several possibilities in the result, such as insufficiency of inspection indexes. However, these will be discussed in future works since accuracy in the unnecessary cases and values of overall accuracy were sufficiently high (minimum accuracy: 77.1% in Area 8 of Case 2; Maximum accuracy: 96.2% in Areas 2 and 6 of Case 1).

5. Conclusions

This paper presented a decision support method for judging maintenance necessity of power grid components in response to the inspection scores, as an application of the massive records for the electric power fields. Since decision tree analysis, which is well known as one of the machine learning techniques, can be used to visually and explicitly represent decisions and decision-making, the author selected this learning methods.

The proposed method was evaluated using 1,835,485 sets of the inspection scores (electric pole: 1,374,587; pole transformer: 386,533; switchgear: 74,365) and 8,079 samples of the maintenance requirement (electric pole: 3,209; pole transformer: 2,464; switchgear: 2,406). In the learning process, 95% datasets are used as the learning data, and the remaining 5% datasets are used for evaluating performance of the decision tree. As the results of numerical simulations, the proposed method has approximately 80% or higher accuracy in the electric poles and the pole transformers. However, in the case of switchgear, accuracy in the necessary cases became lower than those of the electric poles and the pole transformers. In future works, the authors will analyse its causes in more detail.

Acknowledgments

This work was supported by the Kansai Electric Power Co., Inc (KEPCO). The authors are grateful to KEPCO for providing their operational data and suggesting the topic treated in this paper.

Disclosure statement

No potential conflict of interest was reported by the authors.

Additional information

Notes on contributors

Hironobu Shimasaki

Hironobu Shimasaki. He received B.E degree in Electrical Power from National Institute of Technology, Fukui College advanced engineering course Japan in 2017. Now he is attending Master Degree Course in University of Fukui, Japan. His research interest is data analysis in power systems.

Shiomi Ryuhei

Shiomi Ryuhei. He received B.E degree in Electrical Power from University of Fukui, Japan in 2017. Now he is attending Master Degree Course in University of Fukui, Japan. His research interest are operation planning of power systems and data analysis in power systems.

Hirotaka Takano

Hirotaka Takano. He received Master and Doctor of Engineering degrees from University of Fukui, Japan in 2003 and 2006, respectively. He then became an assistant professor at Department of Electrical and Computer Science, National Institute of Technology, Gifu College, Japan, until 2011, and an assistant professor at the Faculty of Information Science and Electrical Engineering, Kyushu University, Japan, from 2011 to 2015. From 2015 to 2017, he worked as a senior assistant professor at Faculty of Engineering, University of Fukui. In 2018, he transferred to Gifu University, where he is currently an associate professor at Faculty of Engineering. His research interests are advanced operation and planning of electric power systems, and applications of optimization techniques.

Hisao Taoka

Hisao Taoka. He graduated from the Graduate School of Engineering at the University of Tokyo in 1979. In 1979, he joined Mitsubishi Electric Corporation, where he has engaged in the research on power system control and analysis using advanced computer technologies. He received a doctoral degree from the University of Tokyo in 1986. After being a professor in Fukui University of Technology for seven years from 2003, he is now a professor in the Faculty of Engineering, Electrical & Electronics Engineering, University of Fukui.

Unknown widget #5d0ef076-e0a7-421c-8315-2b007028953f

of type scholix-links

References

  • Takano H, Murata J. Utilization and application of energy-related big data. Ieej. 2017;3-S7-1. (in Japanese).
  • Utsugi K, Maekawa T, Tanaka T. Technologies for practical use of big data -trend of apprications, techonologies, and benefits. Ieej C. 2017;135(6): 564–569. in Japanese.
  • Hiscock J. Spotlight on advanced metering infrastructure. AMI Case Book Ver. 2013;1(3).
  • U.S. Department of ENERGY. Operations and maintenance saving from advanced metering infrastructure – initial results. American Recovery and Reinvestment Act of 2009; 2012.
  • Mohassel RR, Fung A, Mohammadi F, et al. A survey on advanced metering infrastructure. Electr Power Energy Syst. 2014;63:473–484.
  • Sagawa H, Yamakita M, Segawa O. SETSUBI-HOSYU NO KYOUIKU-KENSYU-SHIEN WO MOKUTEKI TOSURU ‘AR’ GIJUTSU NO KAIHATSU TO HYOUKA (Development and evaluation of ‘AR’ technologies aimed at support of educational training for maintenance of facilities). Digital Pract. 2017 Apr;8(2):103–111. in Japanese.
  • Ishii H. KAKUCHOU-GENJITSUKAN-GIJUTSU NO SETSUBI-HOSYU HENO OUYOU (Application of augmented reality techniques for maintenance of facilities). Ieej. 2018 Feb;138(2):94–97. in Japanese.
  • Kaneda S. KETTEIKI-GAKUSYU: JITSUYOUKI WO MUKAETA Non-Parametric TOUKEI-SHUHOU (Decision tree analysis: statistics method of non-parametric having attractive attention in its applications). CICSJ Bull. 1999;17(4): 9–14. in Japanese.
  • Quinlan JR. Induction of decision trees. Mach Learn. 1986;1.1:81–106.
  • Bourguet RE, Antsaklis PJ. Artificial neural networks in electric power industry. Technical report of the ISIS Group at the University of Notre Dame; 1994
  • Rumelhart DE, McClelland JL, the PDP Research Group. Parallel distributed processing. The MIT Press; 1986.
  • Vapnik VN. Statistical learning theory. New York: Wiley; 1998.
  • Quinlan JR. C4.5: programs for machine learning. Morgan Kaufmann Publishers; 1993.