This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] TMS320F280049C:C2000WARE-MOTORCONTROL-SDK V3.01.00.00 FAST 文档

Guru**** 2531230 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/996778/tms320f280049c-c2000ware-motorcontrol-sdk-v3-01-00-00-fast-documentation

器件型号:TMS320F280049C

大家好、

在使用 FAST 估算器方面存在一些问题,我只能在 http://www.ti.com/lit/ug/spruhj1h/spruhj1h.pdf 上找到 FAST 的较旧文档 。

就像一个示例一样,文档规定了 EST_run()函数的以下原型:

extern void EST_run (EST_Handle handle、const MATH_vec2 * pIab_pu、const MATH_vec2 * pVab_pu、const _IQ DCBus_pu、const _IQ speed_ref_pu);

另一方面、在电机控制 SDK 中、原型为:

extern void EST_run (EST_Handle handle、const EST_inputDATA_t * pInputData、EST_OutputData_t * pOutputData);

是否有更新版的文档可用?

此致、

Wolfgang

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    否 两者都共享本用户指南 spruhj1h.pdf 、因为 FAST 算法是相同的、 在函数定义上只有几个不同之处、您只需参考示例代码即可调用相关函数。