高压同步机VF程序中的 sub_VoltandCurrent_Tans() 函数
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了高压同步机VF程序中的 sub_VoltandCurrent_Tans() 函数相关的知识,希望对你有一定的参考价值。
分类:
版权声明:本文为博主原创文章,可以转载
if(MOTOR_TYPE==1)//电励磁同步电机
{
sub_VoltandCurrent_Tans();
/*对I_a(Ias),I_b(Ibs),Uan,Ubn进行clark,park变换,
(其中Uan,Ubn由电压重构求得)
求得I_alfa,I_beta,U_alfa,U_beta
再计算出Power_Q=Ubeta*Ialfa-Ualfa*Ibeta
Power_Q为正则M_VF_adjust=1;(Power_Q为正需减小M_VF,)
Power_Q为负则M_VF_adjust=2;(Power_Q为负需增大M_VF)
*/
}
{
sub_VoltandCurrent_Tans();
/*对I_a(Ias),I_b(Ibs),Uan,Ubn进行clark,park变换,
(其中Uan,Ubn由电压重构求得)
求得I_alfa,I_beta,U_alfa,U_beta
再计算出Power_Q=Ubeta*Ialfa-Ualfa*Ibeta
Power_Q为正则M_VF_adjust=1;(Power_Q为正需减小M_VF,)
Power_Q为负则M_VF_adjust=2;(Power_Q为负需增大M_VF)
*/
}
以上是关于高压同步机VF程序中的 sub_VoltandCurrent_Tans() 函数的主要内容,如果未能解决你的问题,请参考以下文章