Other Parts Discussed in Thread: CONTROLSUITE, MOTORWARE
Tool/software:
Hi everyone,
I am using TMS320F28027F V/F control, which is my favorite method since it does not require any motor identification. I am working with HVACI code, but unfortunately, it has torque ripple. I tried using correction dead time compensation to eliminate the torque ripple IT code is something like this :
value+= _IQmpy(_IQsat(Current, Ith, -Ith), Kdtc); ,
the results got a bit better, but they were not as good as I expected. TI's (FOC) or in any industrial drives which we can find on the market even in V/F mode, there are no torque ripple effects. I want my motor to rotate as smooth as those ones,
As far as I know, two years ago, I searched extensively for resources on C2000 V/F control to run motors without torque ripple, but I could not find any. are there any updated codes for ACIM V/F that can run motors smoothly without torque ripple effects—similar to FOC in terms of smooth rotation?
Dave.
Thank you!