TI中文支持网
TI专业的中文技术问题搜集分享网站

InstaSPIN-FOC中两个API函数的区别

InstaSPIN-FOC中两个API函数EST_getDcBus_pu(EST_Handle handle) 和EST_getOneOverDcBus_pu(EST_Handle handle) 有什么区别 都是获得直流电压 我读过值是一样的

Bruce Wei:

EST_getOneOverDcBus_pu(EST_Handle handle) 是在InstaSPIN的哪个版本的哪个lab里面的?

InstaSPIN-FOC中两个API函数EST_getDcBus_pu(EST_Handle handle) 和EST_getOneOverDcBus_pu(EST_Handle handle) 有什么区别 都是获得直流电压 我读过值是一样的

geoge smith:

回复 Bruce Wei:

EST_getOneOverDcBus_pu(EST_Handle handle) 就在est.h中定义的 且在CTRL_runOnLine函数中当使能直流电压补偿后Id的比例系数计算用到了这个函数

Kp_Id = _IQmpy(Kp_Id,EST_getOneOverDcBus_pu(obj->estHandle));

InstaSPIN-FOC中两个API函数EST_getDcBus_pu(EST_Handle handle) 和EST_getOneOverDcBus_pu(EST_Handle handle) 有什么区别 都是获得直流电压 我读过值是一样的

Bruce Wei:

回复 geoge smith:

OneOverDcBus 字面上意思是 DcBus的倒数。

赞(0)
未经允许不得转载:TI中文支持网 » InstaSPIN-FOC中两个API函数的区别
分享到: 更多 (0)