Characteristic curve auto-generation in saber

Slides:



Advertisements
Similar presentations
1 Series Resonant Converter with Series-Parallel Transformers for High Input Voltage Applications C-H Chien 1,B-R Lin 2,and Y-H Wang 1 1 Institute of Microelectronics,
Advertisements

What is Arduino?  Arduino is a ATMEL 168 micro-controller kit designed specially for small projects  User friendly IDE(Integrated Development Environment)
Chapter 7 PWM Techniques
Required and Elective Courses in Power Area. Required Power Courses u ECE 320 Energy Systems I/ECE 321 Energy Systems I lab: Covers single-phase AC measurements,
Direct-Off-Line Single-Ended Forward Converters and The Right-Half-Plane Zero Presented by: Geetpal Kaur EE136 Student 12/06/2003.
Project 3 Build an Astable Multivibrator
RECTIFIERS. INTRODUCTION  A rectifier is an electrical device that converts alternating current (AC), which periodically reverses direction, to direct.
EE 198 B Senior Design Project. Spectrum Analyzer.
POWER SUPPILES LECTURE 20.
POWER SEMICONDUCTOR SYSTEMS II Author: Ales Havel Phone number: 4287 Headquarters: E227 Web page:
Power Semiconductor Systems II
Chapter 4 AC to AC Converters
Parul Poltehynic Institute Subject Code : Name Of Subject : Basic Electronics Name of Unit : Ch-3 Oscillator’s Topic : Oscillator’s Name of Faculty.
PowerEsim FACT sheets Prepared by Franki Poon PowerELab Limited 1 PowerEsim FACT sheet.
CIRCUITS, DEVICES, AND APPLICATIONS Eng.Mohammed Alsumady
ET3380 Principles and Methods of Electric Power Conversion David Morrisson MS,MBA Week 1.
Fundamentals of Power Electronics and Power System with MATLAB
Design of 3.67 GHz RF Power Amplifier Presenters: Akshay Iyer, Logan Woodcock Advisers: Dr. K. Koh, Yahya Mortazavi.
Electronic Circuit Diagrams
EE1301/POWER ELECTRONICS AC voltage controller and cycloconverter
Level 2 Unit 5 Electrical and Electronic Circuits and Systems Engineering Diploma Level 2 Unit 5 Electrical and Electronic Circuits and Systems Electronic.
Electronics sessional
Diode Rectifier Circuits Section 4.5. In this Lecture, we will:  Determine the operation and characteristics of diode rectifier circuits, which is the.
DC/AC Inverter Simplified SPICE Behavioral Model All Rights Reserved Copyright (C) Bee Technologies Corporation
Required and Elective Courses in Power Area. Required Power Courses u ECE 320/321 Energy Systems I/Energy Systems I lab: Covers single-phase AC measurements,
Virtual Resistance Line conditioner Block Diagram:
Guide Presented by Mr.M Cheenya V.Abhinav Kumar 11E31A0422 Asst.Professor K.Shiva Kumar 11E31A0423 K.Rajashekhar 11E31A0424 K.Chaithanya Sree 11E31A0428.
Diode rectifiers (uncontrolled rectifiers)
Copyright 2011 controltrix corpwww. controltrix.com Digital Power Factor Correction Handling the corner cases Superior THD over entire operating range.
CLOSED LOOP SPEED CONTROL OF DC MOTOR WITH PWM TECHNIQUE
6/22/2016 “IN THE NAME OF ALLAH THE MOST MERCIFUL AND THE MOST BENEFICIAL”
Chapter 13 Ideal Transformers
Modelling LED Lamps with Thermal Phenomena Taken into Account Krzysztof Górecki and Przemysław Ptak Gdynia Maritime University Department of Marine Electronics.
Prepared by: Luis Fernando Montoya Chun-Ju Huang Ashish K. Solanki
Switched-mode power supply charger
Final Laboratory: PWM Frequency Regulated AC/DC Rotary Convertor
Chapter 13 AC Measurements.
Bridge Rectifier Electrical Engineering and Industrical Electronics
INTRODUCTION TO POWER ELECTRONICS
CONTENTS ABSTRACT ELECTRIC VEHICLE - WORKING OF EV BATTERY
Chapter 3 Power Electronic Circuits
High frequency Sine wave inverter
Example #6 Buck Converter with Simplorer
Subject Name: LINEAR INTEGRATED CIRCUITS Subject Code: 10EC46
Arduino Based Industrial appliances control system by decoding dual tone multi frequency signals on GSM / CDMA network. Submitted by:
Signal Generators Term 8.
M.KARTHIK (10F41D4307) Under the esteemed guidance of
Islamic University of Gaza
Harmonic Distortion Analyzer, Wave Analyzer and Function Generator
AC Inlet & AC Input Filter
Project guide B. SUBBULAKSHMI M. E Assistant Professor C. A. R
Converter principles and modelling
INTRODUCTION TO POWER ELECTRONICS
Hao Zhai, Hao Yi, Zhirong Zeng, Zhenxiong Wang, Feng Wang, Fang Zhuo
James K Beard, Ph.D. April 20, 2005 SystemView 2005 James K Beard, Ph.D. April 20, 2005 April 122, 2005.
Dr John Fletcher Rectifiers Dr John Fletcher
A HIGH FREQUENCY, HIGH EFFICIENCY, HIGH POWER FACTORISOLATED ON-BOARD
Workshop on INTRODUCTION OF MATLAB/SIMULINK TOOLS AND THEIR APPLICATION conducted by EEE/CCET 11/13/2018 workshop on 01/12/2010.
Chapter 4 Bandpass Circuits Limiters
Project 3 Build an Astable Multivibrator
UNIT-8 INVERTERS 11/27/2018.
Project 3 Build an Astable Multivibrator
AC voltage controller and cycloconverter
Homework 2 [due Jan. 31] [1] Given the circuit as shown below and a unit step voltage source at the input node s, use SPICE to simulate the circuit and.
Prepared by: Luis Fernando Montoya Chun-Ju Huang Ashish K. Solanki
Diode rectifiers (uncontrolled rectifiers)
Equalizing Average Source Power with Pattern Swapping
Rectifiers. Introductions of rectifiers: IN PARTICLE ACCELERATORS, ELECTRONS OR OTHER CHARGED PARTICLES ARE FORCED TO MOVE ALONG ORBITS OR TRAJECTORIES.
Dynamical Operation, Vector Control, DTC and Encoder-less Operation
I/O Experiments Assignment 1.
Presentation transcript:

Characteristic curve auto-generation in saber Luo Ling PhD Research Engineer 2007.10.18

Agenda Origin and intention of curve auto generation. Key points to go through. An example demo. Process of curve auto-generation. Appendix

Origin and intention of curve auto generation An example chart What will we get from the chart?

Origin and intention of curve auto generation Quicker and easier for engineers to understand the basic principle of the system. Can present the relationship between the different physical variables obviously. First check whether the circuit is able to fulfill the specification or not. Easy and quick to do the characteristic comparison between the different topologies. Improve the work efficiency to access the system analysis and design, such as components parameters design; controller design.

Key points to go through Special applied skills of saber. (basic) Applications of general functional module. (key) The measure modules in the existing library Self-constructed modules. Modules remarks: To improve the work efficiency, both should be generally purpose applied modules. Convenient to be transferred, no need to debug or construction.

Applications of general functional module Two ways: 1) Use the modules in the existing library Some general measure modules are already existing in the library, they can be used as you need, the catalog is, \power system\instruments\measurement\

Applications of general functional module Library measurement block example Problem: The modules are limit, can not meet most requirement of system analysis, then?

Applications of general functional module Self-constructed modules Characteristic Can freely realize different required measure and compute function based on system. Such as power, PF, efficiency and stress on components. Can realize the signals analysis Such as waveform spectrum analysis, THD value compute. How to build the modules? First is to make clear what functions are required. Second is to understand and master the theory required. Third is to consider the mathematic analysis based on the system. Finally is to realize the expected function. Above is for the developer. For users, no need to consider about the details .

General functional module Towards this topic, for energy converter system, five different kinds of such modules are constructed at present. Single phase AC/DC system (Pout, Pin, PF, efficiency) Three phase AC/DC system (same as above) Three phase AC/AC system (same as above) Waveform spectrum analysis and THD value compute (three kinds) RMS value compute In addition, there are many other modules and circuits, such as different controllers for variable power converter system, and svpwm module, which are listed in the appendix and available on the pre-research simulation library.

General functional module Module example – for three phase AC/AC system I/O ports, 13 inputs 3 phase AC input current and voltage. 3 phase AC output current and voltage. Sample frequency setup (>=2*freq) where “freq” is the highest frequency considered of the signal. 5 outputs Realize the functions, Input/output power calculation; PF of input/output side; Efficiency of the system.

How to realize the curve auto generation? Steps: 1) System model construction in saber. 2) Build the corresponding net list, run required analysis. 3) Set “vary” parameters, run the analysis, get the primarily required waveforms. 4) Do the post-processing towards the waveforms, get the final required result curves.

An example demo 3 phase diode Circuit 6pulse_diode_circuit_demo.ai_sch

An example demo Result waveforms got from curve auto generation

References Power electronics converters ,applications and design. Ned mohan, Tore m.undeland, Williamp.robbins. Power electronics circuits. ISSA batarseh. IEC 61000-3-2-2005 Prepared by the international Electrical commission. IEC 61000-4-7-2005 Prepared by the international Electrical commission.

Appendix 1 - Process of the curve auto-generation 4 steps are required. (1) System model construction.

Appendix 1 - Process of the curve auto-generation (2) Build the netlist, run transient analysis.

Appendix 1 - Process of the curve auto-generation (3) Run “vary” analysis, get the primary required waveforms in scope.

Appendix 1 - Process of the curve auto-generation

Appendix 1 - Process of the curve auto-generation (4) Do the post-processing towards the waveforms, get the final curves. 1) measure

Appendix 1 - Process of the curve auto-generation

Appendix 1 - Process of the curve auto-generation

Appendix 2 - General functional module construction General purpose function modules list 1. Measure funtion Single phase AC/DC system (Pout, Pin, PF, efficiency) Three phase AC/DC system (same as above) Three phase AC/AC system (same as above) Waveform spectrum analysis and THD value compute (three kinds) RMS value compute 2. Control function Voltage loop controller, suitable for 3 and single phase PFC/ DC circuit, Zeros- Poles algorithm. Voltage loop controller, suitable for 3 and single phase PFC/ DC circuit, PI Current loop controller of current source rectifier, including Zeros-Poles control algorithm and SVPWM modulation. 3 phase AC system control, both for any loop. Zeros- Poles control algorithm Current loop control of 3 phase rectifier. Using PI algorithm. All above are executed in digital way

Appendix 2 - General functional module construction Module 1 – for single phase AC/DC system I/O ports, 6 inputs AC input current and voltage DC output current and voltage 4 outputs Realize the functions, Input/output power calculation; PF of input/output side; Efficiency of the system.

Appendix 2 - General functional module construction Module 1– Source code for single phase AC/DC system

Appendix 2- General functional module construction Module 2 – for three phase AC/DC system I/O ports, 12 inputs 3 phase AC input current and voltage DC output current and voltage 5 outputs Realize the functions, Input/output power calculation; PF of input/output side; Efficiency of the system.

Appendix 2 - General functional module construction Module 2 – Source code for three phase AC/DC system

Appendix 2 - General functional module construction Module 3 – for three phase AC/AC system I/O ports, 12 inputs 3 phase AC input current and voltage 3 phase AC output current and voltage 5 outputs Realize the functions, Input/output power calculation; PF of input/output side; Efficiency of the system.

Appendix 2 - General functional module construction Module 3 – Source code for three phase AC/AC system

Appendix 2 - General functional module construction Module 4 – for waveform spectrum analysis and THD compute (1) I/O ports, Measured signal outputs THD value

Appendix 2 - General functional module construction Module 4 – Source code for THD module (1)

Appendix 2 - General functional module construction Module 4 – for waveform spectrum analysis and THD compute (2) I/O ports, Measured signal outputs THD value Each order harmonics amplitude value

Appendix 2 - General functional module construction Module 4 – Source code for THD module (2)

Appendix 2 - General functional module construction Module 4 – for waveform spectrum analysis and THD compute (3) I/O ports, Measured signal outputs THD value

Appendix 2 - General functional module construction Module 4 – Source code for THD module (3)

Appendix 2 - General functional module construction Module 5 – For RMS value compute I/O ports, Measured signal outputs RMS value

Appendix 2 - General functional module construction Module 5 – Source code for RMS value compute

Questions? Thanks