VNUHCM JOURNAL OF ENGINEERING AND TECHNOLOGY

A sub-journal of VNUHCM Journal of Science and Technology since 2018

Skip to main content Skip to main navigation menu Skip to site footer

 Research article

HTML

108

Total

82

Share

A Modified 2-Dimensional Decentralized Interleaving Algorithm for Multilevel Multileg Converters






 Open Access

Downloads

Download data is not yet available.

Abstract

This paper proposes a modified algorithm to interleave the carrier signals in decentralized controller for multi-level multi-leg converter. Structure of these converters includes a number of semiconductor modules which are arranged in series and parallel to compose a matrix. The serial modules allow increasing the voltage levels of converter, while, the parallel modules allow increasing the working power of converter, therefore, the multi-level multi-leg converter can be applied in high-voltage high-power systems. The size of matrix can be changed by adding or removing the rows or columns at required positions while the system is working. The multi-level multi-leg converter can be controlled by a traditional algorithm which includes a central micro-controller using for all modules. However, this algorithm has a disadvantage when the system has a large amount of modules, at that time, the controller does not have enough resource to operate the algorithm. A decentralized algorithm has proposed to solve this problem, in this method, each module has its own controller to communicate and exchange the information with the horizontal and vertical neighboring modules over the communication channel. From the collected information, the controller of each module will calculate the phase angle of that module so that all carrier signals are interleaved successfully. This proposed algorithm also has a disadvantage, it cannot work correctly with matrices where number of rows and columns have non-one common divisor, they are called special matrices. This research focus on adjusting the algorithm so that it can work with all type of matrices including the special matrices. The ability of dynamical restructuring of system as well as the convergence speed of the algorithm are also considered and evaluated when some modules are added or removed. The research demonstrated the efficiency and the feasible by simulation results and experiment results. The proposed algorithm is simulated by the MATLAB/SIMULINK program and is experimented on micro-controller TMS320F28069.

Introduction

In the recent years, multi-level multi-leg converters have been strongly researched and developed, and they are now used in numerous applications. These converters are constructed from several switching-cells connected in series and parallel 1 , 2 , 3 .

Each switching cell is created from semiconductor switches and capacitors that have medium current and voltage ratings. The serial connection allows converters to operate at high DC-bus voltage by assembling multiple switching cells together 4 , 5 , 6 , 7 , 8 . A leg of the converter is formed by a series of switching cells and an inductor. The parallel connection allows converters to operate at high load current by assembling multiple legs together 9 , 10 , 11 , 12 . For example, Figure 1 shows a flying capacitor multi-level multi-leg converters.

Multi-level multi-leg converter have many components that need to be controlled. As a result, the central microcontroller must have capability to communicate with all cells. This leads to complexity in the control system, which may make it difficult to implement in large-scaled projects.

To overcome the disadvantages of a central microcontroller, a decentralized control algorithm has been proposed in previous studies 13 , 14 , 15 . In this method, each cell has its own controller and exchanges necessary information with the nearest neighboring cells to implement the algorithm. In case of a multi-level multi-leg converter, this approach can also be used to establish communications between the cells in a one-dimensional serial chain in order to interleave the PWM signals. This process may require a relatively high computation time to reach the steady-state for the case of a multi-level multi-leg converter because this type of converter contains a large number of cells and this algorithm is implemented from the beginning to the end of the chain. The configuration of this algorithm is shown in Figure 2 .

Figure 1 . Flying capacitor multi-level multi-leg converter

Figure 2 . Basic decentralized interleaving algorithm of multi-level multi-leg converter

To increase the rate of convergence, the 2-dimensional (2D) decentralized control algorithm has been introduced. In this method, each cell exchanges information with the nearest neighboring cells in horizontal or vertical axis, depending on its position 16 . The only information exchanged is the phase of the triangular wave and the decentralized micro-controllers adjust their own phase based on this information. However, it cannot work with some configurations which have special number of rows and columns, which is the disadvantage of the conventional 2D algorithm.

In this paper, the 2-dimensional decentralized control algorithm has been improved to operate with all configurations of multi-level multi-leg converter. Simulation and experiment are also implemented to demonstrate the superiority of algorithm.

Proposed 2D decentralized interleaving method

The previous studies have presented the equation for one-dimension phase shift, as shown in (1) and (2)

In multi-level multi-leg converters, cells are arranged in rows and columns, and horizontal and vertical interleaving in those rows and columns are performed sequentially.

First, the neighboring cells of the first column exchange information with each other to achieve the vertical interleaving. After that, all other cells in all rows perform horizontal interleaving simultaneously ( Figure 3 ). If the control systems operate correctly, the cells will reach the expected interleaved state after a certain duration. Because of their important role, the first column and the first row cannot be removed during the process of operation.

At the beginning of the algorithm, the phase of the first cell remains constant at 0° throughout the implementation, while other phases are set to 180° and can be changed to reach an equilibrium point. However, this algorithm does not work for matrices where the number of rows and columns have a non-one common divisor, these matrices are called special matrices.

Figure 3 . The basic 2D cell linking

Some cases of matrices are shown in Tables 1, 2 and 3. As shown, the 3x3 and 4x4 matrices fail to properly interleave the carrier of cells.

To overcome the divergence of basic 2-dimensional interleaving algorithm for special matrices, the cell linking must be adjusted. Specifically, the first cell of the last row exchanges information with the second cell of the first row. The system configuration is shown in Figure 4 .

With this adjustment, vertical and horizontal interleaving can be performed simultaneously and the problem of special matrices can be solved as shown in Tables 4 and 5.

Figure 4 . The proposed 2D cell linking

Table 1 Carrier’s phase of in basic algorithm

Table 2 Carrier’s phase of 3x4 converter in basic algorithm

Table 3 Carrier’s phase of 4x4 converter in basic algorithm

Simulation results

The simulation model is implemented using MATLAB/ SIMULINK software for a 4-level 4-phase converter. The inputs and outputs of a cell are shown in Figure 5 and its parameters are explained in Table 6. These cells are connected through IN and OUT channels for receiving and transmitting the phase angles.

All the cells are divided into three types: the master cell (type 0), the first cell of row (type 1) and normal cell (type 2). Each type has its own method of communication and calculation. Besides, a cell can be enabled or disabled by changing its EN signal. The flowchart of the algorithm is shown in Figure 6 .

In this section, three separated case studies were simulated, including two special matrices (3x3 and 4x4) and one normal matrix (3x4). The gate signals of the whole system operate at 10 kHz.

Table 4 Carrier’s phase of 3x3 converter in proposed algorithm
Table 5 Carrier’s phase of 4x4 converter in proposed algorithm

In addition, the dynamic response of the proposed algorithm was also demonstrated through a system reconfiguration simulation. The system was simulated in 25 ms, with a 4×4 at the beginning. The fourth row was then removed at 5 ms, and the fourth column was removed at 10 ms. After that, these rows and columns were reinserted to restore the original state, with the fourth column reinserted at 15 ms and the fourth row at 20 ms. After each reconfiguration, the system quickly reached the new steady state. The process of reconfiguration is shown in Figure 7 and the simulation results are shown in Figure 8 to Figure 10 respectively.

As shown in Figure 11 , the proposed algorithm worked perfectly with the two types of matrices, all the carrier’s phase of all cells reached a steady value after a short duration.

Figure 5 . Model of a cell

Table 6 Parameters of experimental model

Figure 6 . The flowchart of proposed algorithm

Figure 7 . The process of reconfiguration

Figure 8 . Simulation result of 3x3 system

Figure 9 . Simulation results of 3x4 system

Figure 10 . Simulation results of 4x4 system

Figure 11 . Simulation results of reconfiguration

Experimental results

In this section, some experimental results will be presented. The experimental model contains 16 cells which are arranged in 4×4 matrix. Every cells are controlled by their own micro-controller TMS320F28069 which are loaded the same programme. The switching frequency is fixed at 10 kHz.

Communication channels are set-up to exchange information between the cells. Each micro-controller has two types of communication, so it is suitable for the systems with many rows and columns. Serial peripheral interface (SPI) and serial communication interface (SCI) are used for horizontal communication and vertical communication respectively. The baud rate of all communication channels is fixed at 5 Mbps.

Because the amount of bits is limited for each transfer, a data must spend many stages to be communicated and synthesized completely. These stages must be synchronized in order that the algorithm operates accurately. The first micro-controller has the role of the master, which generates the synchronization signal for all other controllers. Frequency of the synchronization signal is 50 kHz, this value guarantees that everything can be done completely in a switching cycle.

The experimental model was made in the laboratory and is shown in Figure 12 . Some of the experimental case studies are similar to those described in the previous section. The carrier signal's phase of each cell is observed through a LCD display, as shown in Table 7 to 9. The gate signal of the cells are shown in Figure 13 to Figure 15 .

Conclusion and discussion

In this paper, a modified 2-dimensional interleaving algorithm for multi-level multi-leg converters is presented. The proposed algorithm can efficiently handle special and normal matrix cases, and it demonstrates fast convergence to a steady state even when the system undergoes dynamic reconfiguration. Our simulations and experimental results showed that the proposed algorithm outperforms existing approaches in terms of simplicity. Furthermore, the proposed algorithm is scalable and can be extended to support converters with a higher number of levels and phases.

The experimental results confirmed the effectiveness of our approach in a practical setting. The experimental setup demonstrated that the proposed algorithm can be implemented using commercially available micro-controllers and can achieve stable operation with high accuracy.

Overall, the proposed algorithm has significant potential for applications in power electronics and can contribute to the development of more efficient and reliable multi-level multi-leg converters.

Figure 12 . 4-level 4-phase converter with decentralized controllers

Table 7 Carrier’s phase of model 3x3 converter
Table 8 Carrier’s phase of model 3x4 converter
Table 9 Carrier’s phase of model 4x4 converter

Figure 13 . Gate signals of 3x3 system

Figure 14 . Gate signals of 3x4 system

Figure 15 . Gate signals of 4x4 system

ACKNOWLEDGMENTS

We acknowledge the support of time and facilities from Ho Chi Minh City University of Technology (HCMUT), VNU-HCM for this study.

CONFLICT OF INTEREST

The authors declare that they have no conflict of interest.

AUTHORS’ CONTRIBUTION

Bao Anh Nguyen was responsible for proposing the model, analyzing the structure, and constructing the simulation and experimental models.

Quoc Dung Phan contributed by proposing the ideas and methodology, creating the control algorithm, and participating in the writing, editing, and refinement of the article.

Guillaume Gateau was in charge of analyzing the simulation results and also participated in the writing, editing, and refinement of the paper.

References

  1. Bhinge A, Mohan N, Giri R, Ayyanar R. Series-parallel connection of DC-DC converter modules with active sharing of input voltage and load current. In: APEC. Seventeenth Annual IEEE Applied Power Electronics Conference and Exposition (Cat. No.02CH37335); 2002 Feb 10-14; Dallas, TX, USA. Vol. 2. p. 648-53. . ;:. Google Scholar
  2. Levi E. Multilevel multiphase drive systems - Topologies and PWM control. In: 2013 International Electric Machines & Drives Conference; 2013 May 12-15; Chicago, IL, USA. p. 1500-8. . ;:. Google Scholar
  3. Busquets-Monge S, Griñó R, Nicolas-Apruzzese J, Bordonau J. Decoupled DC-link capacitor voltage control of DC-AC multilevel multileg converters. IEEE Trans Ind Electron. 2016;63(3):1344-9. . ;:. Google Scholar
  4. Cheng YJ, Sng EKK. A novel communication strategy for decentralized control of paralleled multi-inverter systems. IEEE Trans Power Electron. 2006;21(1):148-56. . ;:. Google Scholar
  5. Antonopoulos A, Ängquist L, Nee HP. On dynamics and voltage control of the modular multilevel converter. In: Power Electronics and Applications, 2009. EPE'09. 13th European Conference on; 2009 Sept 8-10; Barcelona, Spain. p. 1-10. . ;:. Google Scholar
  6. Kong WY, Holmes DG, McGrath BP. Decentralized control of a cascaded H-Bridge multilevel converter. In: 2011 IEEE International Symposium on Industrial Electronics; 2011 Jun 27-30; Gdansk, Poland. p. 188-93. . ;:. Google Scholar
  7. McGrath BP, Holmes DG, Kong WY. A decentralized controller architecture for a cascaded H-Bridge multilevel converter. IEEE Trans Ind Electron. 2014;61(3):1169-78. . ;:. Google Scholar
  8. Seleme SI, Gregoire LA, Cousineau M, Ladoux P. Decentralized controller for modular multilevel converter. In: PCIM Europe 2016; International Exhibition and Conference for Power Electronics, Intelligent Motion, Renewable Energy and Energy Management; 2016 May 10-12; Nuremberg, Germany. p. 1-8. . ;:. Google Scholar
  9. Cousineau M, Xiao Z. Fully masterless control of parallel converter. In: Power Electronics and Applications (EPE); 2013 Sept 2-6; Lille, France. p. 1-10. . ;:. Google Scholar
  10. Cousineau M, Xiao Z. Fully decentralized modular approach for parallel converter control. In: APEC Applied Power Electronics Conf.; 2013 Mar 17-21; Long Beach, CA, USA. p. 237-43. . ;:. Google Scholar
  11. Cousineau M. Modular static converters with parallel or series architecture and decentralized modular control. Patent WO/2014/005973. 2014 Jan. . ;:. Google Scholar
  12. Grégoire LA, Seleme I, Cousineau M, Ladoux P. Real-time simulation of interleaved converters with decentralized control. In: ICREPQ; 2016 May 4-6; Madrid, Spain. p. 15-64. . ;:. Google Scholar
  13. Cousineau M, Le Bolloch M, Bouhalli N, Sarraute E, Meynard T. Triangular carrier self-alignment using modular approach for interleaved converter control. In: Power Electronics and Applications (EPE 2011); 2011 Aug 30-Sept 1; Birmingham, UK. p. 1-10. . ;:. Google Scholar
  14. Xiao Z, Cousineau M. Modular interleaved carrier generator using a straightforward implementation method. In: Electronics, Control, Measurement, Signals and their application to Mechatronics (ECMSM); 2013 Jun 24-26; Toulouse, France. p. 1-6. . ;:. Google Scholar
  15. Gateau G, Dung PQ, Cousineau M, Do PUT, Le HN. Digital implementation of decentralized control for multilevel converter. In: 2017 International Conference on System Science and Engineering (ICSSE); 2017 Jul 21-23; Ho Chi Minh City, Vietnam. p. 558-62. . ;:. Google Scholar
  16. Phan QD, Gateau G, Nguyen MT, Cousineau M. 2D decentralized interleaving principle for multicell serial-parallel converters. In: IEEE PEDS 2019; 2019 Jul 9-12; Toulouse, France. p. 1-5. . ;:. Google Scholar


Author's Affiliation
  • Bảo Anh Nguyá»…n

    Google Scholar Pubmed

  • Quốc DÅ©ng Phan

    Email I'd for correspondance: pqdung@hcmut.edu.vn
    Google Scholar Pubmed

  • Guillaume Gateau

    Google Scholar Pubmed

Article Details

Issue: Vol 7 No 2 (2024)
Page No.: 2198-2211
Published: Sep 30, 2024
Section: Research article
DOI: https://doi.org/10.32508/stdjet.v7i2.1104

 Copyright Info

Creative Commons License

Copyright: The Authors. This is an open access article distributed under the terms of the Creative Commons Attribution License CC-BY 4.0., which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.

 How to Cite
Nguyá»…n, B. A., Phan, Q. D., & Gateau, G. (2024). A Modified 2-Dimensional Decentralized Interleaving Algorithm for Multilevel Multileg Converters. VNUHCM Journal of Engineering and Technology, 7(2), 2198-2211. https://doi.org/https://doi.org/10.32508/stdjet.v7i2.1104

 Cited by



Article level Metrics by Paperbuzz/Impactstory
Article level Metrics by Altmetrics

 Article Statistics
HTML = 108 times
PDF   = 82 times
XML   = 0 times
Total   = 82 times