Abstract

Roll-to-Roll (R2R) processing is a common processing method for flexible photoelectric film materials. Due to the physical properties of the materials, the change in the performance of the R2R processing equipment can easily cause deformation of the flexible film material, it is particularly important to predict the performance degradation of the processing equipment. Based on the accuracy and real-time requirements of performance degradation prediction, a PTS-FNN model for performance degradation prediction was proposed in this paper, which combines the Possibilistic C-Means (PCM) fuzzy clustering and Takagi–Sugeno Fuzzy Neural Network (TS-FNN). We also studied the PCM classification algorithm of input data of PTS-FNN model, the predecessor network of TS-FNN prediction model and the construction method of post-component network. Finally, the implementation process of PCM classification algorithm and TS-FNN prediction model were given. The R2R processing equipment health prediction experiment system was built and the PTS-FNN model experiment was carried out. The experimental results showed that the training time of PTS-FNN model was 50.37% less than the standard TS-FNN prediction model. The prediction accuracy increased by 5.48%, and the PTS-FNN had no error in the judgment of state 1 and state 4.

1. Introduction

Currently, Roll-to-Roll (R2R) processing technique is the most widespread processing method for a series of flexible thin film materials internationally, for it can maintain the enhancement its productivity while automatizing the mechanical equipment to the greatest extent. R2R processing is a common processing method for flexible photoelectric thin film materials, and the performance deterioration of the R2R processing device is the primal problem the mass manufacturing of flexible photoelectric thin film materials faces. In recent years, the technology of equipment health prognosis has become a research hotspot [1, 2]. In 2017, Lee et al. [3] proposed a prognosis algorithm that boosts material removal rate (MRR) based on integrated models and data-driven approach. The method proposed combines the influences of physical mechanism and nearest neighbors, extracts the relating characteristics. These characteristics are inputted to build multiple regression models which will be integrated so as to obtain the final prognosis. Rapid development and extensive applications in deep learning have been achieved in the last few years. In the field of industry, the researcher applies deep learning to the analysis of industrial data. University of Michigan’s Ni Xia [4] developed an operating load based real-time rolling Grey forecasting technique, so as to provide efficient accurate machine health prognosis, as well as analyzed the influencing factors. Deng et al. [5] (2018) combined the quality control chart and SoV, proposing a fault diagnosis approach of the flexible material R2R manufacturing system. Based on the relativity between the source of fault and product quality during manufacturing as well as statistical distribution pattern of the feature vector of processing quality and the source of fault, this approach utilized SoV model under controlled or uncontrolled state and mathematical model of probability distribution to deduce the statistical measurement of quality characteristic variables. The consequent quality control chart can pinpoint the fault location in the system quickly and easily. Zhao and Ouyang [6] (2016) applied Multi-Agent Genetic Algorithms (MAGA) to the prognosis of the state of avionic devices, which overcomes the flaw of the Baum–Welch algorithm easily falling into locally optimal solutions, greatly enhancing the prognosis accuracy, speed, and stability.

In application, the health prognosis model for R2R processing device has advanced instantaneity requirement; therefore, it is particularly vital to study how to enhance the instantaneity of the prognosis model. Because the Fuzzy C-Means (FCM) clustering algorithm is based on fuzzy theory to describe the uncertainty of sample generics, the fuzzy membership value of each classification point is obtained by optimizing the objective function. Although FCM is widely used in clustering algorithms, it has the problem of being sensitive to noise data. The PCM clustering algorithm can make up for the shortcomings of the above-mentioned FCM algorithm by relaxing the constraint of membership degree without normalizing the data. Because the neural network modeling has the characteristics to deal with the nonlinear approximation problem well, the PCM clustering method can well divide the data with irregular boundaries. For that reasons, the following content will be binding the PCM clustering analyzing method and the Takagi–Sugeno Fuzzy Neural Network (TS-FNN) to discuss the health state prognosis modeling of the R2R processing device.

2. Neural Network Model for Health Prediction of Roll-To-Roll Processing Equipment

The standard TS-FNN [7] was first proposed by Japanese scholars Takagi and Sugeno; it is a specific method for identifying fuzzy models of nonlinear dynamic systems. TS-FNN can be divided into antecedent networks and consequent network according to different structural functions (Figure 1). The antecedent network is used to match the fuzzy rules, that is, to calculate the adaptability of each fuzzy rule. The antecedent network is composed of four layers of neural networks: the first layer is the input layer, the second layer is the membership layer (Gaussian function), the third layer is to calculate the adaptability (, is the j-th fuzzy rule adaptability, n represents the number of inputs), the fourth layer is to perform normalized processing, the adaptability is normalized (, m represents the number of nodes in the fourth layer of antecedent network), and {} is the output to the antecedent network. The consequent network is to generate fuzzy rules, it consists of three layers of networks. The first layer is the input layer, and the second layer is the rule computing layer (; is the linear parameter of the consequent network). The third layer is the system output layer. The system output {} is obtained by adding the weights of {} as the connection weights, where is the output of the j-th fuzzy rule.

The standard T-S fuzzy neural network model requires to linearize the input data, which will make the input space and fuzzy rules difficult to optimize and extract, and this will lead to more problems, for instance, the system structure should be planned in advance. Therefore, when dealing with the multi-input nonlinear space, the PCM fuzzy clustering is used as the antecedent model extraction method, to realize the expected purpose of improving the training efficiency and recognition effect of the model. The PCM algorithm can adjust the clustering center, radius, and number of clusters of the input space; rationally divide the ambiguity of the input data; and determine the membership function of the data points and the rule adaptability; therefore, this PCM algorithm achieves basic elimination of the low quality samples to participate in the antecedent networks calculation, and model training speed and accuracy can be greatly improved. According to the above analysis and reference [8], the performance regression evaluation model PTS-FNN of R2R processing equipment based on PCM and TS-FNN shown in Figure 2 is proposed. The model combines the advantages of the PCM method, the T-S fuzzy inference model, and the fuzzy neural network modeling method. The PTS-FNN model includes an antecedent network and a consequent network. The antecedent network matches the standard T-S fuzzy rules, and the antecedent network concludes the fuzzy rules. After the weighted calculation of the antecedent and consequent network, the PCA parameter of each station roller axis performance X= {x1, x2, … xn} and the nonlinear modeling of equipment health status S= {s1, s2, … sr} are established [9].

3. PCM Classification Method for Input Data of Health State Prediction Model of Roll-To-Roll Processing Equipment

Instead of normalizing the input data, Possibilistic C-Means Clustering Algorithm relaxes the constraints of the membership function during the division of data, which is an advantage of Possibilistic C-Means Clustering Algorithm, thus enhancing the sensitivity to noisy data [10, 11].

Here are the assumptions that xh of the sample set X= {x1, x2, x3, …, xh, … xn} possesses p amount of characteristics xh = { xh1, xh2, xh3, …, xhp}, the sample set X possesses c amount of clustering center V= {}, and using dik to represent the Euclidean distance of sample xk and clustering center , gives

In equation (1), i= 1, 2, ···, c; j= 1, 2, ···, p; k = 1, 2, ···, n.

Then the target function of PCM:

In equation (2) represents the possibility partition matrix; α represents the weighting factor of the clustering’s ambiguity and (normally 1.5 ≤ α ≤ 2.5); represents membership under category No. i sample No. k (); represents the penalty parameter, its expression is shown as equation (3) [12].

In order to avoid null solution in the target function, introducing the regularization term f (U) of the possibility partition matrix (shown in equation (4)), provides a larger penalty value when .

As mentioned in the previous chapters and sections, for the sake of dividing the fuzzy level of the input data of the health prognosis artificial neural network model for R2R processing device precisely, the front end of the PTS-FNN model is classified by PCM first. Combining equations (1)–(4), the calculating formulas of the possibility partition matrix U and the clustering center V is shown as equations (5) and (6), respectively.

Figure 3 provides the process of the PCM algorithm: Set clustering category to c, set the fuzzy weight to α (normally α = 2), set the iteration thresholding to q (normally between 0.001 and 0.01), set the iteration count to t, initialize the possibility partition matrix U(s) and the clustering prototype V(s) (s = 0)Estimate base on U(s) and V(s) as well as equation (3)Update the division of the matrix U(s+1) and the clustering prototype V(s+1) in accordance with equations (5) and (6)Reestimate , repeat ③Determining threshold: according to the given threshold q, if ||V(s+1)V(s)||≤q, stop the iteration; otherwise, t = t + 1 and Jump to ②

4. Construction of TS-FNN Model for Health State Prediction of Roll-To-Roll Processing Equipment

Figure 2 shows that the health status prognosis TS-FNN model for R2R processing device includes determining the structural parameter of the antecedent network and the consequent network. The following content focus on introducing the deduction of the antecedent network’s the membership function and the rule compatibility, as well as the weight between each node of the consequent network can be obtained using the Error Back Propagation Algorithm [8].

Here are the assumptions that matrix is a fuzzy matrix after PCM data division, Gi (1 ≤ i ≤ c) represents fuzzy category group of c after division, represents clustering fuzzy degree weighted index and the category center and the corresponding variance of Gi can be expressed as [7, 8]

Considering the critical demand of the fuzzy clustering after dividing the input data space, the category data qk of Gi and the corresponding variance of the category component under the clustering center approximate 0, thus using the minimal value (namely the shortest distance to the category center ) of the category amount as the decision function of the fuzzy clustering ,

Correspondingly, the membership function of Gi is expressed as

In the equation represents the width of the input data’s division area, represents the nearest cluster center value of cluster center No. i, factor sets the rate of the membership decrease when the input samples fleeing the cluster center, normally .

The membership function represents the similarity between the input sample xk and a certain fuzzy class Gi. There is a relationship between the two: when xk is far away from the prototype, then is close to 0; when xk is close to the prototype, then is close to 1.

R i represents a decision rule of certain clustering category Gi (), when the multidimensional fuzzy set Gi projected onto the entire input data space, the decision rule can be expressed as

The compatibility of the corresponding xk for rule is the product of each component’s membership :

As shown above, the membership function of the model is calculated by equation (9), the rule compatibility is calculated by equation (11).

manifests the quality of fuzzy division. The larger is, the worse quality the division is; thus, enter as the quality index of the fuzzy division. If , a second fuzzy division is warranted. The relevant fuzzy clustering will not be extracted as the TS-FNN antecedent network until all the categories meet the condition [8].

After the building of the antecedent network is completed, estimates of the consequent network’s linear parameter are required. In this paper, the linear least squares recursive estimation method is used to estimate the parameters of the postnetwork. In this part of the training learning phase, the parameters of the antecedent network need to be fixed first.

Constructing error cost function is aswhere represents the expected output, represents the actual output.

Optimized estimate algorithm of .

Among them, is the j-th fuzzy rule adaptability,; is algorithm learning rate;  = 1, 2, …, r; j = 1, 2, …, m.

5. Model Verification Experiment and Test

5.1. Construction of the Health Status Prognosis Model

In order to verify the efficiency of the health prognosis PTS-FNN model for R2R processing device this paper proposed, the R2R continuous manufacturing device shown in Figure 4 is introduced as the experiment platform, its principle of operation is shown as Figure 5. Use the PCA parameter x1, x2, x3, and x4 of the roller performance corresponding to workstation 1, 2, 3, and 5 of the R2R manufacturing system as the input of the PTS-FNN model. Divide the thin film processing quality and the health status of the device in accordance with Table 1 and quantify to obtain the health status indicator function y={1, 2, 3, 4} of the device as the output of PTS-FNN.

As shown in Figure 4, the R2R flexible material processing system adopted is mainly composed of a mechanical structure and drive control unit. For the mechanical structure, standard enforced aluminum alloy extrusions was selected as the supporting frame, including the unwinding module, the drive module, the wind-in module, etc. The experiment chose blue PET polyester film with thickness of 0.05 mm, width of 50 mm, elastic modulus of 3495 MPa, density of 1450 kg/m3, and Poisson’s ratio of 0.3. The vibration data is collected by the AWA5936 vibration measuring instrument. The AWA5936 vibration measuring instrument has good repeatability and can ensure the accuracy of the measurement. The built-in acceleration sensor sensitivity is 1pC/m/s2 ± 5%, the measurement range of acceleration is 0.03 m/s2 to 1000 m/s2, the piezoelectric sensor frequency response range is 10 Hz to 8 kHz, the measurement error is 5% to 10% (LO : 10 Hz to 1kH; HI: 1 kHz to 8 kHz), and the sampling frequency is 48 kHz.

Principle of operation is shown as Figure 5. Based on different functions of each roll shaft, the R2R processing system is divided into different workstations. As mentioned in the previous content, the vibration workstation 1, 2, 3, 4, and 5 is measured, respectively, and the data is collected and documented every 30 minutes.

Roll shafts of four workstations used to evaluate the performance deterioration of the R2R device are of 4 different stages: excellent condition, prerecession, developing recession, and near expiry. Roll shaft of each stage demonstrates different vibration signals. The vibration signals of workstation1’s unwinding roller at different performance stages is shown in Figure 6 (g = 9.8 m/s2).

Collect 20 sets of data from each stage of each of the 4 workstations’ roll shafts, 320 in total, as the experiment data of the performance deterioration prognosis PTS-FNN model for the R2R processing device. Based on the building method mentioned in Section 3, make c = 2,  = 1.25, and start the fuzzy division of the input data. When c = 5 and all variance of the fuzzy division categories meet the condition of , the fuzzy division of the input data ends. Table 2 shows the 5 category centers after fuzzy division, which is expressed as Vi, i = 1, 2, …, 5, and the according width of divides data regions (, and indicates the category component of Vi, is the clustering center value nearest category center No. i).

After obtaining each of the category center and the width of the divided regions, according to equation (9), make , and the membership functions of input (x)1∼(x)4 are shown in Table 3.

Set neural nodes of the TS-FNN’s antecedent network and consequent network for each layer referring to paper [6, 7]; see Table 4 for details.

Select 240 sets of the 320 sample sets to train the consequent network, the remaining 80 sets of samples are used to inspect the accuracy of the model. Set the initial learning efficiency to 0.55 which decreases successively by 0.05, the minimal expected learning error to 0.005, the amount of training steps to 500. Then the linear parameter of the consequent network is calculated (shown in Table 5).

5.2. Model Validation

In order to verify the validity of the PTS-FNN model proposed, select 240 sets of the 320 sample sets to build the PTS-FNN model and the standard TS-FNN [7] prognosis model, respectively, and repeat training both of the models 20 times each to establish the average time of model building and training. Training time of the former is 47.85 seconds while the latter is 96.43 seconds, which means the former model reduces the training time by 50.37% relatively.

The remaining 80 sets of samples are used to inspect the accuracy of the model. Table 6 shows a part of samples and testing data; the comparison of the accuracy of both models is shown in Table 7.

Comparing the two prediction models of standard TS-FNN and PTS-FNN neural network, it can be concluded that in the training time, the latter is shorter than the training time of the former, which improves the convergence speed of the neural network and reduces the training time; In terms of accuracy, the prediction accuracy of the standard TS-FNN is 91.25%, and the prediction accuracy of the PTS-FNN neural network is 96.25%. The latter is more accurate than the former, and there is no error in the judgment of state 1 and state 4.

6. Conclusion

Based on the analysis of the health prediction status of flexible photoelectric film processing equipment, this paper proposed a PTS-FNN for flexible material processing equipment health prediction combined with PCM and TS-FNN. The model combined the advantages of PCM method, T-S fuzzy inference model, and fuzzy neural network modeling method. We also studied the PCM classification algorithm of input data of PTS-FNN model, the antecedent network of TS-FNN prediction model, and the construction method of postcomponent network. Finally, the implementation process of PCM classification algorithm and TS-FNN prediction model was given.

The R2R processing equipment health prediction experiment system was built and the PTS-FNN model experiment was carried out. The experimental results showed that the training time of PTS-FNN model was 50.37% less than the standard TS-FNN prediction model. The prediction accuracy increased by 5.48%, and the PTS-FNN had no in the judgment of state 1 and state 4.

The proposed PTS-FNN health state prediction model was used for health state prediction of continuous manufacturing systems with time-varying and multistation features such as R2R processing equipment, which improved the real-time and accuracy of the prediction model. The main problem which plagued the large-scale manufacturing of flexible photovoltaic film materials was solved.

Data Availability

The data that support the findings of this study are available from the corresponding author on request.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

Authors’ Contributions

Yaohua Deng and Kexing Yao contributed equally to this work.

Acknowledgments

This work was supported in part by the National Natural Science Foundation of China under (Grant No. 51675109), Natural Science Foundation of Guangdong Province, China, under (Grant No. 2017A030313308), Provincial Science and Technology Plan Project of Guangdong Province, China, under (Grant No. 2016B010124002), Provincial Science and Technology Plan Project of Guangdong Province, China, under (Grant No. 2016B010112003), and Provincial Research and Development Project in Key Areas of Guangdong Province, China, under (Grant No. 2019B010154001).