Other Parts Discussed in Thread: DRV8301-69M-KIT , DRV8301 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/694179/drv8301-69m-kit-problems…
Other Parts Discussed in Thread: TMS320F28069M , LM5113 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/818789/ccs-tms320f28069m-voltage…
Other Parts Discussed in Thread: DRV8305 , TMS320F28027F 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/604110/ccs-tms320f28027f-tms320f28027f…
FOC程序正确识别电机后��用lab05b程序可以直接控制ACIM电机吗?ACIM跟PMSM控制流程还是有区别的吧?instaSPIN-FOC可以根据识别的电机,自动调整控制流程?
ERIC:
Lab05b可以用来跑异步电机,只要在user.h中将正确的电机类型写上去,以及电机参数,如:
#elif (USER_MOTOR == Marathon_5K33GN2A) // Name must match the motor #define #define USER_MOTOR_TYPE MOTOR_Type_Induction…