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的倒数。
TI中文支持网
