Other Parts Discussed in Thread: MOTORWARE
Tool/software:
D:\ti\motorware\motorware_1_01_00_18\sw\solutions\instaspin_foc\boards\boostxldrv8305_revA\f28x\f2802xF\projects\ccs\proj_lab20
// _iq oneOverDcBus;
// oneOverDcBus = EST_getOneOverDcBus_pu(estHandle);
// Vab_out_pu.value[0] = _IQmpy(Vab_out_pu.value[0],oneOverDcBus);
// Vab_out_pu.value[1] = _IQmpy(Vab_out_pu.value[1],oneOverDcBus);
// run the space Vector Generator (SVGEN) module
SVGEN_run(svgenHandle,&Vab_out_pu,&(gPwmData.Tabc));
Hello, I use this compensation, the maximum speed can be increased under the same voltage, but the phase current waveform becomes worse. Without this compensation, the phase current waveform is normal. Why is the waveform getting worse and there is a slowdown? Do you have any points for attention?
