Real Time Control of Power Electronic System using ARM Processor MV Pankaj Lahari M.Tech Power Electronics 13131D5202.

Slides:



Advertisements
Similar presentations
A design technique of ARCP matrix converter using circuit simulator Nagasaki University Yuichiro Nakazawa.
Advertisements

LabVIEW 7.1 Tutorial. Measurement Lab. MECH262-MECH261 Imran Haider Malik January 16, 2006.
Proximity Sensor Theremin Khoa Nguyen Walter Hudson Dennis Gilbert G. Hewage Thushara.
Abstract Conclusion PWM Modulating Signal Results Generation of DSP-based patterns to control three phase inverters substantially helped the development.
Design & Prototyping of Hybrid Electric Vehicle Electronic Control Unit Dinçer Mehmet BAHAR Energy Institute 2008,Gebze.
Using an FPGA to Control the Protection of National Security and Sailor Lives at Sea Brenda G. Martinez, Undergraduate Student K.L. Butler-Purry, Ph.D.,
Drives & Control June 2003 A. Jansen 1 Brushless DC Motor Control with C868 and CAPCOM6.
Department of Electrical and Computer Engineering Texas A&M University College Station, TX Abstract 4-Level Elevator Controller Lessons Learned.
IO Controller Module Arbitrates IO from the CCP Physically separable from CCP –Can be used as independent data logger or used in future projects. Implemented.
Laboratory 5: Introduction to LabVIEW. Overview Objectives Background Materials Procedure Report / Presentation Closing.
Railway Foundation Electronic, Electrical and Processor Engineering.
Department of Electrical Engineering Southern Taiwan University of Science and Technology Robot and Servo Drive Lab. 2015/7/2 Digital Control Strategy.
Railway Foundation Electronic, Electrical and Processor Engineering.
Spectrum Analyzer Ray Mathes, Nirav Patel,
Single Phase Induction Motor Adjustable Speed Control Using DSP and Micro-Controller Jianming Yao ECE734 Project Fall 2000.
ASPPRATECH.
Wind Turbine Simulation (Phase IV) SDMAY Advisor: Dr. Venkataramana Ajjarapu.
BLDC MOTOR SPEED CONTROL USING EMBEDDED PROCESSOR
Team Members Jordan Bennett Kyle Schultz Min Jae Lee Kevin Yeh.
Hardware-In-The-Loop Testbed Team 186: Douglas Pence, Ken Gobin, Aaron Eaddy, Advisor Sung Yeul Park Department of Electrical and Computer Engineering,
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
Embedded Systems Design ICT Embedded System What is an embedded System??? Any IDEA???
Federal University of Santa Catarina - UFSC Post-graduation in Electrical Engineering - PPGEEL Study and Design of a Voltage Line Conditioner with Serial.
DLS Digital Controller Tony Dobbing Head of Power Supplies Group.
Development of a universal bidirectional galvanic isolated switch module for power converter applications Kopano Mokhalodi Vaal University of Technology.
Typical Microcontroller Purposes
1 An FPGA-Based Novel Digital PWM Control Scheme for BLDC Motor Drives 學生 : 林哲偉 學號 :M 指導教授 : 龔應時 IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL.
Presentation of the DriveLab Board Opal-RT Real-time institute 2009.
Department of Communication Engineering, NCTU
Other Chapters From the text by Valvano: Introduction to Embedded Systems: Interfacing to the Freescale 9S12.
Advanced SW/HW Optimization Techniques for Application Specific MCSoC m Yumiko Kimezawa Supervised by Prof. Ben Abderazek Graduate School of Computer.
By Tony Hoff ECE 4220 – Real Time Embedded Computing University of Missouri - Columbia Course Instructor: Dr. Guiherme DeSouza.
Water Flow GROUP A. Analogue input voltage results: Motor Input voltage( V) pin 12 Analogue input voltage (V) Display number
Advanced SW/HW Optimization Techniques for Application Specific MCSoC m Yumiko Kimezawa Supervised by Prof. Ben Abderazek Graduate School of Computer.
Introduction to LabVIEW
Closed Loop Temperature Control Circuit with LCD Display Mike Wooldridge ECE 4330 Embedded Systems.
BLDC Motor Speed Control with RPM Display. Introduction BLDC Motor Speed Control with RPM Display  The main objective of this.
A DSP Based On-line UPS. Role of UPS in daily life: As an auxiliary power source in case of line outage, particularly useful to sensitive loads. Maintains.
Digital Signal Processor HANYANG UNIVERSITY 학기 Digital Signal Processor 조 성 호 교수님 담당조교 : 임대현
Experimental Software Engineering Course for Training Practitioners in Embedded Real-Time Systems Real-Time Systems LAB, School of Electronic Engineering,
Case Study #1 Microcontroller System. What is a microcontroller? A microcontroller can be considered a self-contained system with a processor, memory.
Programmable Logic Devices
Specialized Battery Emulator for Automotive Electrical Systems
LED LAMP DIMMER CIRCUIT
Prototyping SoC-based Gate Drive Logic for Power Convertors by Generating code from Simulink models. Researchers Rounak Siddaiah, Graduate Student-University.
A 12-bit low-power ADC for SKIROC
Motor Control Solutions
An FPGA Implementation of a Brushless DC Motor Speed Controller
Microcontroller Applications
Embedded Systems Design
Project guide B. SUBBULAKSHMI M. E Assistant Professor C. A. R
Inverters Dr John Fletcher.
RAILWAY TRACK SNAP NOTIFICATION
FPGA DESIGN APPROACH OF DIGITAL CONTROL OF THREE-PHASE INDUCTION MOTOR
FPGA BASED SPEED CONTROL OF BLDC MOTOR USING SINUSOIDAL PWM
Digital Electronics, Software and Hardware
CBC Fundamentals Lecture is based on material from Robotic Explorations: A Hands-on Introduction to Engineering, Fred Martin, Prentice Hall, 2001.
Motor Control Solutions
Introduction to Digital Signal Processors (DSPs)
Introduction to H-Bridge
Chapter 1 Introduction.
UNIT-8 INVERTERS 11/27/2018.
EECS 373: Design of Microprocessor-Based Systems
Jianming Yao ECE734 Project Fall 2000
Digital Signal Processors-1
Dr. Unnikrishnan P.C. Professor, EEE
Microgrid Converter Modeling and Control
Motor Control Solutions
FPGA Based Single Phase Motor Control Using Multistep Sine PWM Author Name1, Author Name2., Author Name3, (BE-Stream Name) Under the Guidance Of Guide.
R. Denz, TE-MPE-EP Acknowledgements: J. Steckert
Presentation transcript:

Real Time Control of Power Electronic System using ARM Processor MV Pankaj Lahari M.Tech Power Electronics 13131D5202

Contents Introduction Work to be done Work done so far References 2 Real Time Simulation in a Power Electronics based System

Introduction ARM Processor is one of the most used controllers, its cortex version having many of a DSP’s features Its PWM module feature can be used for control signal generation of power electronic switches The control of switches can then be used for control of a wide range of power electronic converters or implement a dedicated power converter for real time modeling of a motor drive 3 Real Time Simulation in a Power Electronics based System

Work to be Done Programming the Controller for control signal generation Interfacing the plant or its realtime model and controller using an interfacing environment, LabVIEW’s myDAQ or CompactRIO 4 Real Time Simulation in a Power Electronics based System

Work Done so far Literature Survey [1] Howard James Slater on “ Real time emulation environment for digital control development” Ph.D. Thesis, New Castle University, U.K [2] Satish Rajagopalan “Real Time Digital Implementation of Power Electronic building blocks” M.S. Thesis, Iowa State University, Ames, IA USA,2000 [3] Y S Rao “Electrical Load Emulation using Power Electronic Converters”, Ph.D. thesis, IIT- Bombay, 2010, India Basic Programming of ARM7 Processor 5 Real Time Simulation in a Power Electronics based System

LS[1]: “ Real Time Emulation Environment for Digital Control Development” Abstract: A real time simulation of an Induction Motor Drive is built using a single mother board with multiple processor system, ie, multiple DSPs. DSP A, DSP B, DSP C are used for controller, motor real time simulation model and DAQ operations respectively. DSP A acts as the master while the others as slaves. DSP A executes the control algorithm and after writing the voltages produced by previous cycle to real and simulation systems, reads the new demanded values from user. The actual machine is thus replaced by a Virtual one, the real time model programmed in DSP B. Note LS - Literature Survey 6 Real Time Simulation in a Power Electronics based System

LS [2]: “Real Time Digital Implementation of Power Electronic building blocks” Abstract: Two major applications of Real Time Simulation are rapid control prototyping and hardware-in-the-loop simulation. Rapid control prototyping of the controller used for generation of control signals (required to turn on and off the power electronic switches) has been done using a DSP, F24DSP. The systems contains a DSP module, a power converter module, Interface electronics module, reusable load module, signal conditioning module (sensors, potential dividers etc) Note LS - Literature Survey 7 Real Time Simulation in a Power Electronics based System

L S [3]: “Electrical Load Emulation using Power Electronic Converters” Abstract: “Load Emulation” is used to generate dynamic and realistic environments required for testing purposes of a prototype/system. It is the concept of using a power electronic converter to mimic a variety of loads which could be a motor/ generator. L-C-L topology filter is used between the power grid/source VSI and the emulator inverter. A DSP and FPGA are used for digital control of load emulator. FPGA for generation of PWM signals to the emulator inverter and DSP for generating the reference currents to be drawn by the it. Note LS - Literature Survey 8 Real Time Simulation in a Power Electronics based System

Basic Programming of ARM7 Processor (LPC2148) Arithmetic operations and memory access (Load & Store) Programming Timer Programs with and without interrupts PWM programming with single duty cycle PWM programming with multiple duty cycles in a single channel (needed for single phase sinusoidal PWM) PWM programming with multiple cycles in multiple channels (needed for three phase sinusoidal PWM) X ADC Programming – in process 9 Real Time Simulation in a Power Electronics based System

References Charaabi, L.; Monmasson, E. ; Slama-Belkhodja, I.: “FPGA based real-time emulation of Induction Motor using fixed point representation” 34th Annual Conference of IEEE, Year 2008, Page(s): P.M.Menghal, A. Jaya Laxmi, Member, IEEE: “Real Time Control of Electrical Machine Drives: A Review” ;Power, Control and Embedded Systems (ICPCES), International Conference, Year: 2010, Page(s): ww.ocfreaks.com/tag/lpc2148/ LPC2148 datasheet 10 Real Time Simulation in a Power Electronics based System

THANK YOU & Questions?? 11 Real Time Simulation in a Power Electronics based System