200954 200954.Pdf

200954 200954.Pdf

Copyright © 2014 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works. Australasian Universities Power Engineering Conference, AUPEC 2014, Curtin University, Perth, Australia, 28 September – 1 October 2014 1 Developing the Guidelines for Fabrication of Laboratory Prototype Voltage Source Converters Ruwan P.S. Chandrasena, Florian Barbieri, Farhad Shahnia, Arindam Ghosh and Sumedha Rajakaruna Electrical and Computer Engineering Department Curtin University Perth, Australia [email protected] Abstract—This paper presents the general guidelines on develop- ing a laboratory prototype Voltage Source Converter (VSC). One of the main possible reasons behind the limited hardware verification by postgraduate students, carrying out research in the area of power electronics and especially the VSCs, is the lack L1 of knowledge and unavailability of proper tutorials and guide- lines for developing hardware prototypes. In this paper, majori- C ty of the auxiliary circuits and modules which are required for building up a prototype VSC are introduced. Proper examples are provided at each stage to improve the effectiveness of the developed guideline. The main difficulties of the hardware expe- riments are mentioned and possible solutions and recommenda- tions are presented throughout the paper. It is believed that this paper will highly benefit the postgraduate students at the early stages of their hardware experiments. Index Terms—Voltage Source Converter (VSC), Laboratory prototype, Printed Circuit Board (PCB), Printed Circuit Board Assembly (PCBA). I. INTRODUCTION Fig. 1. Schematic diagram of a single-phase H-bridge VSC along with its closed-loop control system. Voltage Source Converters (VSC) are used widely in pow- fabricating the setup and testing. Inevitably, it is risky to er systems nowadays. They may range from simple regular work in an electrical laboratory rather than working on a single-phase and three-phase converters to more complex computer with some simulation software packages. In addi- topologies such as multi-level converters. VSCs can be used tion to all the previous reasons, the lack of knowledge and for power conditioning as well as power transfer control in unavailability of proper tutorials and guidelines for develop- transmission and distribution systems, integration of distri- ing hardware prototypes is another possible reason behind the buted generation units with power systems, High Voltage limited hardware verification. Direct Current (HVDC) transmission systems and electric The majority of the postgraduate students working in pow- motor drives [1-4]. One of the major research topics in recent er electronics, especially on VSCs, need to verify their de- years is utilizing VSCs for newer applications and developing signs on the proposed topology, control or application within modified topologies and improved control systems to increase their research studies by practical prototype implementation. the VSC efficiency, design and dynamic performance. As an Hence these students need to be aware of example, by a key word search on “voltage source conver- - objectives of the practical experiment ters” in IEEExplore, it can be seen that 203 research papers - the procedure to build up a circuit have been published in different IEEE transactions in the last - the required auxiliary circuits/modules 10 years. However, only about 20% of them have been expe- - the different available processors in the market, their fea- rimentally verified. tures and programming methods Limited number of publication with experimental verifica- - the safety considerations when working in laboratories tion is linked to several reasons. Building a hardware setup - the selection, purchasing or building the required compo- costs money. In addition, it needs some hardware building nents and elements of the circuit skills and technical knowhow about handling the electrical - the common technical problems they may encounter and the and electronic devices and components. Furthermore, it takes possible solutions for such problems etc. time to build a hardware test rig since it has to go through various stages such as ordering components, building PCBs, Australasian Universities Power Engineering Conference, AUPEC 2014, Curtin University, Perth, Australia, 28 September – 1 October 2014 2 Table 1. Comparison among several microcontrollers, available in market, applicable for VSC control. CPU Frequen- PWM ADC DAC USB Math IDE cy (MHz) Channels (No x bit, speed) (No x bit) library MC56F84789VLL 2 x 12, 300ns CodeWarrior Development 32-bit 100 24 1 x 12 9 Freescale 1 x 16 – Studio TMS320F28335 32-bit 150 6 2 x 12, 80 ns 9 9 Code Composer Studio Texas Instruments – XMC4400-F100F512 AB 32-bit 120 4 2 x 12, 8.33 ns 2 x 12 9 Dave Bench Infineon – ADSP-CM408F 32-bit 240 4 2 x 16, 380ns 2 x 12 9 CrossCore Embedded Studio Analog Devices – STM32F205RG 32-bit 120 4 3 x12, 500ns 2 x 12 9 STM32 STMicroelectronics – PIC32MX330F064H 32-bit 100 5 28x10, 65ns MPLAB Microchip – – – The universities nowadays do not offer units where such this VSC to provide a desired voltage at the output of its fil- skills are taught to the students. Hence, the students can only ter. The controller for this VSC is proposed in [5] and is not gather such information from the senior students or build it discussed here as it is beyond the research focus of this paper. up based on their personal experience. However, the acquired In this paper, only the practical aspects and fabrication con- knowledge is not always transferred properly to the other siderations for practical verification of this controller are dis- junior students as the students may not document sufficiently cussed in consecutive steps in the following sections. their knowledge by the time they graduate, depriving the uni- III. SELECTING AND PROGRAMMING A PROCESSOR versity from part of their findings. As a possible outcome, power engineers often limit their goal to demonstrating the Digital controllers are very popular for VSC applications experimental success of their proposed design, structure, con- due to their capability to execute complex calculations and trol or application and may fail to document how they pro- flexibility to change the control law with minimum hardware ceeded. Therefore, not much information is provided in the modifications [6]. Implementation of digital controllers is form of tutorials, papers, guidelines, etc. on the steps required becoming cheap and convenient with the introduction of ad- to achieve such goals. vanced Micro-Controllers (MC) with enhanced features such Designing and implementing a digitally-controlled VSC as built-in Pulse Width Modulation (PWM) functions and requires few basic steps which should be properly planned hardware floating point support. Nowadays, there are plenty and organized for a successful completion within the ex- of MCs available in market with different prices and various pected time frame. This paper provides a guideline for the features. Hence, selecting a proper MC for the intended ap- beginners who intend to experimentally justify their devel- plication of VSC control is important. The selected MC oped VSC topology, controller or application after simulation should satisfy some requirements such as studies. The paper also discusses the anticipated administra- - the processor speed, tive and technical difficulties and proposes viable solutions - the number of Analogue-to-Digital Converters (ADC), for such difficulties. - the number of Digital-to-Analogue Converters (DAC), The rest of the paper is as follows: Section II describes an - the accuracy, example of a VSC system to be implemented practically in - the complexity of the calculations and their types the laboratory. This example has been used as a reference - the amount of memory available through the rest of the paper. Section III discusses the selec- - any special built-in functions/features required such as tion and programming of a processor. The guidelines required PWM, External Interface (XINTF), enhanced-Capture for the pre-fabrication stage are discussed in Section IV with (eCAP), Controller Area Network (CAN), Serial Peripheral proper examples. Section V discusses the hardware fabrica- Interface (SPI), Serial Communications Interface (SCI), Mul- tion stage. The main difficulties of the practical experiments tichannel Buffered Serial Port (McBSP), Inter-Integrated Cir- are highlighted in Section VI. cuit (I2C), etc. By comparing the specifications of the different candidate II. AN EXAMPLE MCs with the system requirements, a suitable MC can be To illustrate the guidelines and steps required for imple- selected considering other features such as the cost, physical menting a practical prototype VSC better, let us consider a dimensions and the technical support available from the man- single-phase H-bridge VSC with a topology as shown in Fig. ufacturer. 1. It consists of four Insulated Gate Bipolar Transistors Most of the MC manufacturers provide an Integrated De- (IGBT), each with an anti-parallel diode. The IGBTs are con- velopment Environment (IDE) software, for writing the C sidered to have proper snubber, driver and protection circuits. code, compiling the program

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    9 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us