spra588 是介绍 Implementation of a Speed Field Oriented Control of 3-phase PMSM Motor using TMS320F240,里面有一段SVPWM输出的程序,我们现在有个工程是使用这段程序的,用的是TMS320LF2407A。现在想更换成TMS320F28034,如何移植这段程序呢?要注意那些方面呢?求指点!!
Seven Han:请到TI官网搜索spru160c,参考汇编语音指令C24x DSP Controllers Reference Guide chapter 7.
www.ti.com.cn/…/spru160c.pdf
spra588 是介绍 Implementation of a Speed Field Oriented Control of 3-phase PMSM Motor using TMS320F240,里面有一段SVPWM输出的程序,我们现在有个工程是使用这段程序的,用的是TMS320LF2407A。现在想更换成TMS320F28034,如何移植这段程序呢?要注意那些方面呢?求指点!!
user1899627:
回复 Seven Han:
汇编语言我们没有问题,问题是不很明白F2407A与F280x在SVPWM输出相关功能部件的使用区别??
spra588 是介绍 Implementation of a Speed Field Oriented Control of 3-phase PMSM Motor using TMS320F240,里面有一段SVPWM输出的程序,我们现在有个工程是使用这段程序的,用的是TMS320LF2407A。现在想更换成TMS320F28034,如何移植这段程序呢?要注意那些方面呢?求指点!!
user4317717:
回复 Eric Ma:
帮忙看看,这个奇怪的问题,谢谢:e2echina.ti.com/…/156329
spra588 是介绍 Implementation of a Speed Field Oriented Control of 3-phase PMSM Motor using TMS320F240,里面有一段SVPWM输出的程序,我们现在有个工程是使用这段程序的,用的是TMS320LF2407A。现在想更换成TMS320F28034,如何移植这段程序呢?要注意那些方面呢?求指点!!
user1899627:
回复 Eric Ma:
OK,我看看,另外问一下:ControlSuite与C2000Ware是什么关系?
spra588 是介绍 Implementation of a Speed Field Oriented Control of 3-phase PMSM Motor using TMS320F240,里面有一段SVPWM输出的程序,我们现在有个工程是使用这段程序的,用的是TMS320LF2407A。现在想更换成TMS320F28034,如何移植这段程序呢?要注意那些方面呢?求指点!!
Seven Han:
回复 user1899627:
他们都包含c2000器件的相关例程、库以及文档,区别是c2000ware对controlsuite中的一些例程有做修正,而F28004x的例程则需要使用c2000ware。
spra588 是介绍 Implementation of a Speed Field Oriented Control of 3-phase PMSM Motor using TMS320F240,里面有一段SVPWM输出的程序,我们现在有个工程是使用这段程序的,用的是TMS320LF2407A。现在想更换成TMS320F28034,如何移植这段程序呢?要注意那些方面呢?求指点!!
user1899627:
回复 Seven Han:
看了一下 C:\ti\controlSUITE\development_kits\HVMotorCtrl+PfcKit_v2.1\HVPM_Enhanced_Sensorless_2803x 和 C:\ti\controlSUITE\development_kits\HVMotorCtrl+PfcKit_v2.1\HVPM_Sensored_Servo的程序,也看了里面附的pdf文档,好像介绍的比较粗略,有没有更详细的文档介绍SVPWM输出的呢?
spra588 是介绍 Implementation of a Speed Field Oriented Control of 3-phase PMSM Motor using TMS320F240,里面有一段SVPWM输出的程序,我们现在有个工程是使用这段程序的,用的是TMS320LF2407A。现在想更换成TMS320F28034,如何移植这段程序呢?要注意那些方面呢?求指点!!
Eric Ma:
回复 user1899627:
1220.spra524.pdf
5460.spra284a.pdf
motorware软件用到的SVPWM也不一样,
The SVM technique used with InstaSPIN is discussed in the following reference:
Advanced Electric Drives, Analysis, Control and Modeling using Simulink, by Ned Mohan, MNPERE Press, Minneapolis, MN 55414, 2001, ISBN# 0-9715292-0-5
This technique was selected because it seamlessly transitions into the overmodulation region of operation by simply increasing the amplitude of the voltage variables from the Inverse Park Transform. A natural clipping effect occurs which causes the waveforms to change from sinusoidal to trapezoidal.
You can replace the SVM module with a more conventional technique if you desire. But you must then manage the overmodulation yourself.
只能帮你到这里了。
spra588 是介绍 Implementation of a Speed Field Oriented Control of 3-phase PMSM Motor using TMS320F240,里面有一段SVPWM输出的程序,我们现在有个工程是使用这段程序的,用的是TMS320LF2407A。现在想更换成TMS320F28034,如何移植这段程序呢?要注意那些方面呢?求指点!!
user1899627:
回复 Eric Ma:
感谢!我先看看,估计很难看得懂,呵呵