Part Number:TMS320F28027F
//! \brief Defines the low speed limit for the flux integrator, pu
//! \brief This is the speed range (CW/CCW) at which the ForceAngle object is active, but only if Enabled
//! \brief Outside of this speed – or if Disabled – the ForcAngle will NEVER be active and the angle is provided by FAST only
#define USER_ZEROSPEEDLIMIT (1.0 / USER_IQ_FULL_SCALE_FREQ_Hz) // 0.002 pu, 1-5 Hz typical; Hz = USER_ZEROSPEEDLIMIT * USER_IQ_FULL_SCALE_FREQ_Hz
#define USER_FORCE_ANGLE_FREQ_Hz (2.0 * USER_ZEROSPEEDLIMIT * USER_IQ_FULL_SCALE_FREQ_Hz) // 1.0 Typical force angle start-up speed
我 要启动频率 和 时间 可以 调 怎么设置。 fast 在电机识别时 是可以这样的。 有些电机惯量比较大 我希望 规定 时间 从 0 加速到 目标频率 。
Yale Li:
我需要咨询一下相关工程师后再回复你。
,
Yale Li:
请关注这个链接:
https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1260896/tms320f28027f-about-fast-forced-startup-frequency
,
Yale Li:
你应该更改你上面提到的user.h中的变量的值。