2022-10-05 01:55 AM
Hello,
By analysing the encoder alignement procedure, it generates a magnetic field aligned with stator phase A (arbitrary name) by setting Iq = 0, Id = high_value.
To do the same but with the adjacent phase B (for example), am I right saying I just need to set Iq = high_value * cos(120°), Id = * sin(120°) ?
Thanks
Solved! Go to Solution.
2022-11-21 06:29 AM
Just to confirm: the approach Iq = high_value * cos(angle), Id = * sin(angle) allowed me to align the magnetic field at whatever angle, included phase B at 120°.
2022-10-19 07:45 PM
No need to change Id and Iq, but changing the alignment angle is enough.
Iq = 0, Id = high_value aligns the rotor at d-axis defined by the alignment angle.
In this SDK, the rotor angle is an angle of q-axis with respect to phase-A.
2022-11-21 06:29 AM
Just to confirm: the approach Iq = high_value * cos(angle), Id = * sin(angle) allowed me to align the magnetic field at whatever angle, included phase B at 120°.