1、 毕业设计说明书 高性能变频器 VF 模块设计 学生姓名: 学号: 学 院: 专 业: 指导教师: 2012 年 6 月 信息与通信工程学院 自动化 任一峰 高性能变频器高性能变频器 VFVF 模块设计模块设计 摘要:摘要:转速开环的恒压频比(V/f)控制是最简单的控制方式,适用于无高动态性能要 求的一般交流调速场合,例如风机、水泵等。高性能的变压变频器中,应用脉宽调制 (PWM-Pulse Width Modulation)控制技术的逆变器的控制技术已经越来越普遍。本文 主要介绍了交流电机 VF 控制、电压空间矢量 PWM(SVPWM)控制技术的控制策略原理以 及具体的算法。设计中采用了美国
2、德州仪器(Texas Instrument)公司数字信号处理器 (DSP) TMS320F2808实现SVPWM变频调速。 文章中介绍了TMS320F2808的相关中断设置, 控制寄存器,七段法 SVPWM 控制策略以及对应的 C 语言程序,并且设计了高性能变频器 VF 模块可调速可显示的硬件电路,通过实验验证了程序和算法的正确性。 关键词:关键词:电压空间矢量 变频器 VVVF DSP TMS320F2808 德州仪器 七段法 中北大学 2012 届毕业设计说明书 The designing of high quality converter VF module AbstractAbstra
3、ct:Open speed loop with constant voltage frequency ratio is the simplest way to control motor, which is most suitable for normal AC variable speed adjustment condition without high dynamic requirements, such as draught fan, water aspirator. Among high quality converters, those converters with PWM (P
4、ulse Width Modulation) control technology are more and more popular in current market. This article mainly discussed the control method of AC motor and the concept of SVPWM specifically. The designing of high quality converter VF module take the use of TMS320F2808, a DSP IC produced by TI to achieve
5、 SVPWM control. There are introductions of the interrupt settings, control registers and seven segments modulation of SVPWM and the corresponding program code in C language in this article. The code and algorithm are verified through the test of the frequency-variable and displayable module circuit.
6、 Key words:Key words: SVPWM converter VVVF DSP TMS320F2808 TI seven segments modulation 中北大学 2012 届毕业设计说明书 第 I 页 共 II 页 目 录 1 引言 . 1 2 设计过程原理与算法 . 2 2.1 VVVF 控制原理 . 2 2.2 恒定 Eg/f1 控制原理 2 2.3 低速时定子压降补偿原理 3 2.4 SVPWM 原理介绍 3 2.5 SVPWM 算法 6 2.6 七段法 SVPWM 控制算法 . 6 2.7 五段法 SVPWM 控制算法 . 10 2.8 V/F 电压频率控制函数设计原理 . 10 2.9 加减频率函数设计原理 11 2.10 死区时间设置原理 . 11 2.11 程序计算部分 IQmath.lib 的应用原理 . 12 2.11.1 Q 格式 12 2.11.2 IQmath.lib 库文件 12 3 DSP 芯片 TMS320F2