This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
i've evaluated 4 motors, only one of them is a wye connected one.
With this motor, it works perfectly.
With the delta wired motors, the µC gives a speed which is two times higher than the real speed.
I've contacted TI support yet, and transmitted the user.h file.
They said no matter wye or delta connection, it works.
However, even with a correct user.h file, and with an adaptation of resistance values (delta to wye transformation), the microcontroller still gives an incorrect speed.
Has somebody encountered that kind of problem?
Thank you,
Best regards
Alex
I've made a measurement with an oscilloscope, and the speed given by the microcontroller is two times higher than the value of two current period (which corresponds to one turn for a 2-pole pair motor).
If I change the number of poles (I've put 4 pole-pairs instead of 2), the problem remains. I've checked that the motor had really 4 poles, as announced in its datasheet.
I don't skip motor ID, so I really don't know where is the problem?
Best regards
FAST estimates the speed in electrical Hz
gMotorVars.Speed_krpm = electrical Hz * 60 / USER_MOTOR_NUM_POLE_PAIRS
If you read say 2.4 KRPM with 2 pp, then FAST is estimating 80 Hz
If you change the poles to 4 pp and command 2.4 KRPM, FAST will be estimating 160 Hz
The current period should correspond to the electrical frequency from FAST (regardless of how you set your poles)
Again - FAST does not care how the motor is wound.
Hi,
thank you for your answer.
When I said switching from 2 pole-pairs to 4pp changes nothing, it's not really true.
Because switching from 2pp to 4pp gives the right estimated speed if I consider a 2pp motor.
What I find not coherent is that I have to put 4 pole-pairs in the software to get the right estimated speed for a 2pp motor.
I mean, on the oscilloscope, although I've put a 4pp software constant, I have to measure the motor current frequency considering a 2pp motor. And in this case it matches. But that sounds not logical.
Again, I don't have the problem with a star winding motor.