Next Article in Journal
Parallel-to-Grain Compressive and Tensile Behavior of Paulownia Wood at Elevated Temperatures
Previous Article in Journal
Deep Learning-Based Algorithm for Recognizing Tennis Balls
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Intelligent Blanking of Silicon Steel Coil in a Transformer Core Oriented to Green Manufacturing

1
School of Mechanical Engineering, University of Shanghai for Science and Technology, Shanghai 200093, China
2
School of Mechanical Engineering, Tongji University, Shanghai 200092, China
*
Author to whom correspondence should be addressed.
Appl. Sci. 2022, 12(23), 12117; https://doi.org/10.3390/app122312117
Submission received: 1 November 2022 / Revised: 19 November 2022 / Accepted: 22 November 2022 / Published: 26 November 2022
(This article belongs to the Topic Smart Energy)

Abstract

:
For transformer enterprises, energy consumption and environmental pollution mainly occur in the manufacturing process. The conventional manufacturing mode does not conform to the current green manufacturing mode. The green manufacturing mode requires enterprises to improve the transformer production technology, the utilization rate of materials and equipment, and the production efficiency and to achieve clean production through energy conservation and consumption reduction. The main objective of this research is to schedule the blanking of multiple transformer cores together rather than the conventional calculation conducted one by one. An optimization model of the silicon steel coil blanking is established, an evaluation method for blanking schemes is proposed, algorithms to solve the optimization model are analyzed in detail, and the solving processes and results are compared through a case study. Compared with the current manual calculation, this paper is of practical significance for transformer manufacturers to improve the production efficiency, reduce material waste, meet the personalized market demand characterized by multiple varieties and small batches, and achieve the green manufacturing of transformers.

1. Introduction

Carbon emissions in the power industry account for a high proportion within the energy industry, and distribution loss is an important source of carbon emissions [1]. Decarbonization in the power industry is the top priority, and green transformers will become a key piece of electrical equipment for energy efficiency and emissions reduction in the process of achieving the goal of “double carbon”. The main technical characteristics of green transformers are energy savings, material savings, and environmental protection. The green manufacturing of transformers requires that transformers and their components meet the requirements of low energy consumption, a high material utilization rate, and low waste in production [2]. Therefore, how to realize the green development of the transformer manufacturing industry has become an urgent issue facing the whole industry.
As an important part of a transformer, the conventional production process of a transformer core is shown in Figure 1. The slitting machine cuts the silicon steel coil into semi products of a certain width along the longitudinal direction; the cross-cutting machine cuts the semi products into pieces of the required shape; and, finally, the pieces of sheets are stacked into transformer cores in accordance with the prescribed sequence. Blanking refers to cutting the silicon steel coil into semi products of a certain width along the longitudinal direction; it is the first step in the production process of a transformer core. Scheduling refers to determining the width of the semi products according to the demand of customers’ orders; it is the key to blanking. In the current transformer core production process, scheduling is usually calculated manually one by one; thus, the workload is heavy, the efficiency is low, and the utilization rate of the silicon steel coils is not maximized. Increasingly, the personalized transformer core market demand, characterized by multiple varieties and small batches, also poses new challenges for manual scheduling. Therefore, blanking scheduling must be more intelligent and leaner to reduce production costs, improve production efficiency, and quickly respond to the changing market demand.
Prochazka [3] focused on the design and realization of a magnetic circuit of a transformer operating at a nominal voltage of 10 kV and in a frequency range from 200 Hz up to 10 kHz. Zhao [4] presented an automatic on-load voltage-regulating distributing transformer that employed a noncontact solid-state relay as a tap-changer and introduced its structure, the basic principal, and the design methods of each key link. Yang [5] proposed a simulation test system for a noncontact D-dot transformer for voltage measurement, which consisted of a D-dot transformer, a signal processing circuit, and a ground PC port. Chraygane [6] presented a new approach for the study of the behavior of a new three-phase high-voltage power supply for magnetrons in a nonlinear regime, which is used for microwave generators in industrial applications. Kruzhaev [7] constructed a transformer model considering the saturation of the steel of the core, which differed from standard models. Zheng [8] presented an improved conceptual design option of an equipotential shielding capacitor voltage transformer to improve the shielding effect without an increase in the shielding capacitance. Doan [9] analyzed the winding voltages, inrush currents, and flux density inside the core of each transformer. Xiang [10] presented a circuit evolution of the high step-ratio transformer-coupled RMMC into its low step-ratio transformer-less RMMC counterpart. Kharezy [11] designed a compact solution for an energy collections system that allowed for a minimum of total transformer weight. It is obvious that all these studies on transformers made great contributions to structure, principle, and design methods to improve their performance. However, the literature on the use of advanced manufacturing technologies to improve the production process, reduce production costs, and improve production efficiency of transformers is limited.
In this paper, the scheduling of silicon steel coil blanking was regarded as a combinatorial optimization problem: the mathematical model was established, the evaluation method of the scheduling was put forward, the solving algorithms of the model were studied, and the intelligent scheduling of the silicon steel coil blanking studied in this paper was verified through cases.
The rest of this article is organized as follows: Section 2 establishes the optimization model of the silicon steel coil blanking; Section 3 analyzes the algorithms to solve the optimization model in detail; Section 4 compares the solving processes and results of the algorithms through a case study to determine the optimal one; and Section 5 lists some conclusions and contributions of this article.

2. Establishment of Model

The goal was to determine the blanking sequence of the semi products according to the order demand and to minimize the surplus material and maximize the utilization rate of the silicon steel coil. Assume that a total of n kinds of semi products are needed according to the order; bi is the width of the semi products; di is the quantity of the semi products with the same width; and B is the width of the silicon steel coil. Here, i represents the type of the semi products, and its value is i = 1, 2, …, n. Assume that the order demand is divided into m groups; aij represents the quantity of the type i blanking from a single silicon steel coil in group j. Here, j represents the number of a group, and its value is j = 1, 2, …, m. The coefficient matrix can be obtained as
A = a 11 a 12 a 1 m a 21 a 22 a 2 m a n 1 a n 2 a n m
Suppose yj represents the width of the residual material from a single silicon steel coil in the group j, then
y j = B a 1 j b 1 + a 2 j b 2 + + a n j b n
where xj represents the quantity of silicon steel coils needed in group j, and the total quantity of silicon steel coils is
X = x 1 x 2 x m T
Therefore, the sum width of the residual material is
Y = y 1 x 1 + y 2 x 2 + + y m x m = j = 1 m y j x j
The goal was to minimize the residual material. Moreover, market experience shows that residual material with a width less than 60 mm can neither be used for the next blanking nor be directly cross-cut into silicon steel sheets and, thus, become waste. Therefore, it is necessary to guarantee that the width of the residual material is not less than 60 mm. Then, the optimization model of the silicon steel coil blanking is obtained as
objective   function :   min j = 1 m y j x j
constraints : j = 1 m a i j x j = d i       i = 1 , 2 , , n x j 0       j = 1 , 2 , , m y j 60

3. Solving Algorithms of the Model

If the production volume of the transformer core in the order is large, there will be several feasible plans for the silicon steel coil blanking, and a stochastic algorithm is usually used to solve the optimization model. The genetic algorithm and the simulated annealing algorithm are the two typical stochastic algorithms. The genetic algorithm has good efficiency, but it may appear to have local convergence and premature convergence [12,13,14]. The simulated annealing algorithm has good robustness and strong local searching ability, but its shortcoming is low efficiency [15,16,17,18]. Considering the advantages and disadvantages of the simulated annealing algorithm and genetic algorithm, a hybrid simulated annealing genetic algorithm was adopted in this paper, which introduced a genetic operation after a simulated annealing operation. In this way, it can take full advantage of the strong local search ability of the simulated annealing algorithm to avoid local convergence and premature convergence. Meanwhile, a genetic operation can also improve the search efficiency of the simulated annealing algorithm.

3.1. Solving Process of the Genetic Algorithm

The genetic algorithm is an intelligent optimization algorithm that searches for the optimal solution by simulating the process of biological evolution [19,20,21]. It is often used to find the optimal solution from a series of combinations. In Figure 2, GA stands for genetic algorithm, SA stands for simulated annealing algorithm, and SAGA represents simulated annealing genetic algorithm.
As shown in Figure 2a, the first step in the GA process is coding, and decimal coding was adopted in this paper. Assume that a total of n kinds of semi products are needed according to the order; bi is the width of the semi products; di is the quantity of the semi products with the same width; N is the total quantity of all the semi products; and B is the width of the silicon steel coil. Here, N = i = 1 n d i , i represents the type of the semi products, and its value is i = 1, 2, …, n. Each semi product to be produced is numbered as 1, 2, …, pi, …, N; pi is a specific and nonrepeated number, and its value range is [1, N]. In this way, each semi product is mapped with a digital code. A sequence of the digital code is called an individual, which represents the width sequence of a scheduling scheme, namely, the blanking sequence.
The second step is to create the initial population. After coding, all of the digital codes are randomly arranged to generate an ordered sequence, that is, the initial population. Moreover, the fitness value of everyone in the initial population needs to be calculated. The higher the fitness value, the better the individual, and its maximum value is 1. Suppose that the digital code sequence of an individual P is known, and the width of the semi products corresponding to each digital code is accumulated according to the sequence. When the width sum is equal to the width of a silicon steel coil, the number of silicon steel coils increases by 1 to obtain the number of silicon steel coils required by this individual. For the blanking scheduling problem studied in this paper, the reciprocal of the silicon steel coil number was usually taken as the fitness value. However, market experience shows that the residual material with a width less than 60 mm can neither be used for the next blanking nor be directly cross-cut into silicon steel sheets and, thus, become waste. Therefore, the optimal scheduling scheme should not only ensure less residual material, but residual material is also concentrated on the last silicon steel coil as much as possible. Accordingly, the fitness value is defined as
f P = i = 1 N b i · d i B · M Y m
where M is the number of silicon steel coils required by the individual P, and Ym is the width of the residual material of the last silicon steel coil.
The third step is to cross and mutate the parent population. Suppose that there are S individuals in the parent population, and the individuals in the parent population cross each other randomly to generate S offspring individuals. Single-point crossover and double-point crossover are the two common crossover methods. Suppose that two individuals U = {u1,u2,u3,…uN} and V = {v1,v2,v3,…vN} are the two individuals in the parent population. Single-point crossover is to randomly select a point p1, and then the elements before the point p1 in individual U is copied to the same position in the child individual Unew; the rest of the elements in U are copied to the child individual Unew in accordance with the sequence as they appear in V. The child individual Vnew can be obtained in the same way as shown in Figure 3a. The double-point crossover randomly selects two cross points, p1 and p2, and then the elements between the cross points, p1 and p2, in individual U are copied to the same position in the child individual Unew; the rest of the elements in U are copied to the child individual Unew in accordance with the sequence as they appear in V. The child individual Vnew can be obtained in the same way as shown in Figure 3b. When the population is small or the cross point is located at the end of the parent individuals, it is easy for the single-point crossover to happen so that the child individual is identical to the parent individual, such as Figure 3a. When the two cross points are adjacent, the double-point crossover will have the same problem, but it can be avoided by some regulations. Therefore, the double-point crossover method was adopted to implement the crossover operation, which can avoid the local optimum.
At the same time, a mutation operation is also needed. Two points of the child individuals are randomly selected as mutation positions, and the codes at the mutation positions are exchanged. The purpose of the mutation operation is to avoid the local optimum.
After the above steps, it is necessary to choose better individuals from the parent population and the child population. The parent individuals and child individuals are ranked according to their fitness values, and S individuals with larger fitness values are chosen as the parent population of the next cycle. The termination conditions of the cycle are that the cycle index reaches the maximum or the population fitness values remain at the maximum. The cycle ends once one of them is satisfied.
Finally, the final population needs to be decoded. However, not all individuals in the final population are optimal, so it is necessary to select the optimal individuals from the final population. As shown in Figure 2b, if there are ideal solutions in the final population, that is, all the residual materials are concentrated on the last silicon steel coil, then one ideal solution is selected as the optimal individual. If there is no ideal solution in the final population, the individual with the higher fitness value is selected as the optimum. If there are multiple individuals with the same fitness value, the individual with the least number of residual silicon steel coils is selected as the optimum. If both are identical, anyone of them is chosen as the optimum.

3.2. Solving Process of the Simulated Annealing Genetic Algorithm

The simulated annealing genetic algorithm overcomes each other’s shortcomings and improves the overall performance through combining the simulated annealing algorithm with the genetic algorithm. It carries out simulated annealing operations for each individual of the initial population and then generates a new generation of the population through crossover and mutation. The cycle is repeated until the termination conditions are met, as shown in Figure 2c.
The first step is to randomly arrange all the semi products needed by the order to generate a width sequence, that is, the initial population.
The second step is to perform the single-point crossover for each individual of the initial population, thus generating a new individual. Suppose xini represents an initial individual; xnew is the new individual, and Δf = f(xnew) − f(xini) is the increment of fitness value. When Δf < 0, xnew is accepted as a child individual. When Δf ≥ 0, judge whether exp[−Δf/T] > random [0.1]; if so, xnew is accepted as a child individual, otherwise return to the initial individual to generate a new individual. Here, T = r × T; r is generally 0.8–0.99.
The following operations are the same as the genetic algorithm.

4. Case Study

The width of the silicon steel coil used in a transformer manufacturer is 1000 mm. Suppose that an order demand is three transformer cores; the widths of the semi products for the three transformer cores are, respectively, {50, 70, 100, 110, 120, 130, 160}, {50, 90, 90, 100, 120, 130, 150}, and {70, 90, 100, 110, 140, 165}; the unit here is mm. If the blanking is carried out one by one, according to the currently used method, the blanking scheme is shown in Table 1, and the fitness value is 0.89.
The optimization model of the silicon steel coil blanking was established, the algorithms studied in this paper were adopted to solve the model, and the solving processes and results of these algorithms were analyzed to obtain the optimal blanking scheme.

4.1. Comparison of the Parameters

Firstly, the genetic algorithm studied above was used to analyze the influence of the crossover rate, Pcross, and mutation rate, Pmut, on the solution process and results. Let Pcross = 0.7, and the value of Pmut is 0.05, 0.1, 0.15, and 0.2. The relationships between the fitness values and iteration steps are directly described as per the curves in Figure 4. It can be seen from Figure 4 that the search efficiency of the algorithm presented a growth trend with the increase in the mutation rate, Pmut, and the iteration steps needed to reach a stable fitness value decrease. However, when Pmut reached 0.15, increasing its value had little effect on the algorithm’s performance.
Let Pmut = 0.15, and the value of Pcross is 0.6, 0.7, 0.8, and 0.9. The relationships between the fitness value and iteration steps are directly described as per the curves in Figure 5. It is demonstrated in Figure 5 that the iteration steps needed to reach a stable fitness value decrease with the increase in the crossover rate, Pcross. When the iteration steps reached 130, the fitness values were basically close, although Pcross varied. Considering that the increase in Pcross will lead to more running time, the appropriate value of Pcross should be 0.7.

4.2. Comparison of the Search Efficiency

In order to verify the performance of the simulated annealing genetic algorithm (SAGA), it was compared with the genetic algorithm (GA). Let Pcross = 0.7 and Pmut = 0.15. The GA and SAGA were adopted to solve the optimization model, and the relationships between the fitness values and iteration steps are described as per the curves in Figure 6. It can be seen that the GA fell into local convergence when the iteration steps reached 130. The SA avoided local convergence but required 160 iteration steps to reach a stable fitness value. The SAGA not only avoided local convergence but also improved the search efficiency to quickly solve the optimal blanking scheme.
Some individuals in the final population solved by the above simulated annealing genetic algorithm were decoded to obtain the blanking scheme, as shown in Figure 7. The fitness value of all of these schemes was 0.9773, which is better than the current blanking scheme shown in Table 1. Since they had the same number of 0 residual silicon steel coils, anyone of the blanking schemes shown in Figure 7 is appropriate.

5. Conclusions

Aimed at the problems of a heavy workload, low efficiency, and low utilization rate of the silicon steel coil in the production of a transformer core, the intelligent scheduling of silicon steel coil blanking was studied in this paper. It was proved that the optimization model of the silicon steel coil blanking established in this paper together with the simulated annealing genetic algorithm obtained the optimal blanking scheme quickly and effectively. Compared with the current blanking scheme, it significantly improved the utilization rate of the silicon steel coil. The simulated annealing genetic algorithm not only avoided local convergence but also enhanced the search efficiency so as to quickly solve the optimal blanking schemes. The appropriate algorithm parameters should be selected to balance the relationship between the algorithm’s performance and the fitness value.
The main contribution of this paper is that it proposes an intelligent scheduling of silicon steel coil blanking for transformer core manufacturing. It schedules the blanking of multiple transformer cores together rather than the conventional calculation one by one. The optimization model of the silicon steel coil blanking was established, an evaluation method for the blanking schemes was proposed, the algorithms to solve the optimization model were compared in detail, and the optimal algorithm was found. Compared with the current manual calculation, this paper is of practical significance for transformer manufacturers to improve the production efficiency, reduce material waste, meet the personalized market demand characterized by multiplr varieties and small batches, and achieve the green manufacturing of transformers.

Author Contributions

S.W.: conceptualization, methodology, original draft, software, and validation; J.W.: investigation and supervision. All authors have read and agreed to the published version of the manuscript.

Funding

The authors gratefully acknowledge the financial support by the National Natural Science Foundation of China (No. 52005338).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data in this study are available upon request from the corresponding author.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Gheorghiu, C.; Scripcariu, M. The impact of Power transformers on the Energy Performance Indicators of the power distribution grids of industrial end-users transitioning towards environmental sustainability. In Proceedings of the 2021 9th International Conference on Modern Power Systems, Cluj-Napoca, Romania, 16–17 June 2021; pp. 467–478. [Google Scholar]
  2. Kadhimi, B.A.; Basim, A. Reduction of Energy Losses within Electrical Industrial System. J. Green Eng. 2020, 10, 4851–4873. [Google Scholar]
  3. Prochazka, R.; Hlavacek, J.; Draxler, K. Magnetic Circuit of a High-Voltage Transformer up to 10 kHz. IEEE Trans. Magn. 2015, 51, 1–4. [Google Scholar] [CrossRef]
  4. Zhao, Q. Design of Non-contact On-load Automatic Regulating Voltage Transformer. J. Northeast Agric. Univ. 2015, 22, 91–96. [Google Scholar]
  5. Yang, J.; Wang, J.; Luo, R.; Gao, C. Simulation Test System of Non-Contact D-dot Voltage Transformer. Int. J. Emerg. Electr. Power Syst. 2016, 17, 91–99. [Google Scholar] [CrossRef]
  6. Chraygane, M.; Ghazal, N.; Fadel, M.; Bahani, B. Improved modeling of new three-phase high voltage transformer with magnetic shunts. Arch. Electr. Eng. 2015, 64, 157–172. [Google Scholar] [CrossRef]
  7. Kruzhaev, A.V.; Elagin, I.A.; Pavleino, M.A. Computer simulation and experimental study of transient processes in a single-phase voltage transformer. Tech. Phys. 2015, 60, 188–195. [Google Scholar] [CrossRef]
  8. Zheng, J.; Li, B.; Wei, D.; Wang, L. Design of an equipotential shielding 1000 kV capacitor voltage transformer. CSEE J. Power Energy Syst. 2019, 6, 419–426. [Google Scholar]
  9. Doan, T.B.; Chi, P.D. Calculation of the Magnetic Field and Inrush Current in a Three-phase Transformer. In Proceedings of the 2020 Applying New Technology in Green Buildings, Da Nang, Vietnam, 12–13 March 2021; pp. 94–99. [Google Scholar]
  10. Xiang, X.; Gu, Y. Resonant Modular Multilevel DC–DC Converters for Both High and Low Step-Ratio Connections in MVDC Distribution Systems. IEEE Trans. Power Electron. 2021, 36, 7625–7640. [Google Scholar] [CrossRef]
  11. Kharezy, M.; Mirzael, H. Green Solution for Insulation System of a Medium Frequency High Voltage Transformer for an Offshore Wind Farm. Energies 2022, 15, 1998. [Google Scholar] [CrossRef]
  12. Norman, B.; Bean, J. A genetic algorithm methodology for complex scheduling problems. Nav. Res. Logist. 2015, 46, 199–211. [Google Scholar] [CrossRef]
  13. Volkanovski, A.; Mavko, B.; Bosevski, T.; Chaushevski, A. Genetic algorithm optimisation of the maintenance scheduling of generating units in a power system. Reliab. Eng. Syst. Saf. 2017, 93, 779–789. [Google Scholar] [CrossRef]
  14. Liu, X.; Zheng, S.; Feng, J.; Chen, T. Reliability Reallocation for Fuel Cell Vehicles Based on Genetic Algorithm. Qual. Reliab. Eng. Int. 2016, 31, 1495–1502. [Google Scholar] [CrossRef]
  15. Kanagaraj, G.; Jawahar, N. A simulated annealing algorithm for optimal supplier selection using the reliability-based total cost of ownership model. Int. J. Procure. Manag. 2017, 2, 244–266. [Google Scholar] [CrossRef]
  16. Yaghini, M.; Momeni, M.; Sarmadi, M. Solving train formation problem using simulated annealing algorithm in a simplex framework. J. Adv. Transp. 2015, 48, 402–416. [Google Scholar] [CrossRef]
  17. Zaretalab, A.; Hajipour, V.; Sharifi, M.; Shahriaci, M. A knowledge-based archive multi-objective simulated annealing algorithm to optimize series–parallel system with choice of redundancy strategies. Comput. Ind. Eng. 2015, 80, 33–44. [Google Scholar] [CrossRef]
  18. Chen, H.; Wu, C.; Zuo, L.; Diao, F. Optimization of Detailed Schedule for a Multiproduct Pipeline Using a Simulated Annealing Algorithm and Heuristic Rules. Ind. Eng. Chem. Res. 2017, 56, 5092–5106. [Google Scholar] [CrossRef]
  19. Hamed, S.; Mojtaba, V.; Babak, I.; Ali, G. Optimal cooperative path planning of unmanned aerial vehicles by a parallel genetic algorithm. Robotica 2016, 34, 823–836. [Google Scholar]
  20. Kumar, S.; Panneerselvam, R. A Comparative Study of Proposed Genetic Algorithm-Based Solution with other Algorithms for Time-Dependent Vehicle Routing Problem with Time Windows for E-Commerce Supply Chain. J. Serv. Sci. Manag. 2015, 08, 844–859. [Google Scholar]
  21. Niesse, J.; Mayne, H. Global optimization of atomic and molecular clusters using the space-fixed modified genetic algorithm method. J. Comput. Chem. 2015, 18, 1233–1244. [Google Scholar] [CrossRef]
Figure 1. Production process of a transformer core.
Figure 1. Production process of a transformer core.
Applsci 12 12117 g001
Figure 2. Solving process. (a) GA process. (b) optimal solution selection process. (c) SAGA process.
Figure 2. Solving process. (a) GA process. (b) optimal solution selection process. (c) SAGA process.
Applsci 12 12117 g002
Figure 3. Crossover methods. (a) single-point crossover. (b) double-point crossover.
Figure 3. Crossover methods. (a) single-point crossover. (b) double-point crossover.
Applsci 12 12117 g003
Figure 4. Relationship between the fitness value and iteration steps when Pmut varied.
Figure 4. Relationship between the fitness value and iteration steps when Pmut varied.
Applsci 12 12117 g004
Figure 5. Relationship between the fitness value and iteration steps when Pcross varied.
Figure 5. Relationship between the fitness value and iteration steps when Pcross varied.
Applsci 12 12117 g005
Figure 6. Comparison of the algorithms’ performance.
Figure 6. Comparison of the algorithms’ performance.
Applsci 12 12117 g006
Figure 7. Optimized blanking schemes.
Figure 7. Optimized blanking schemes.
Applsci 12 12117 g007
Table 1. Current blanking scheme.
Table 1. Current blanking scheme.
Silicon Steel CoilBlanking Width SequenceResidual Material Width
1{50, 70, 100, 110, 120, 130, 160, 50, 90}120
2{90, 100, 120, 130, 150, 70, 90, 100}150
3{110, 140, 165}585
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Wu, S.; Wang, J. Intelligent Blanking of Silicon Steel Coil in a Transformer Core Oriented to Green Manufacturing. Appl. Sci. 2022, 12, 12117. https://doi.org/10.3390/app122312117

AMA Style

Wu S, Wang J. Intelligent Blanking of Silicon Steel Coil in a Transformer Core Oriented to Green Manufacturing. Applied Sciences. 2022; 12(23):12117. https://doi.org/10.3390/app122312117

Chicago/Turabian Style

Wu, Shiqing, and Jiahai Wang. 2022. "Intelligent Blanking of Silicon Steel Coil in a Transformer Core Oriented to Green Manufacturing" Applied Sciences 12, no. 23: 12117. https://doi.org/10.3390/app122312117

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop