Other Parts Discussed in Thread: CONTROLSUITE
Hi all,
for my motor control apllication i want to implement a decoupling of Q-Axis and D-Axis. In General the Implementation will look like this (not yet ported to IQMath and not yet saturated):
ipark1.Ds = -w*Ls*park1.Qs + pi_id.Out;
ipark1.Qs = w*psi + park1.Ds*w*Ls + pi_iq.Out;
"w" is the mechanical speed [rad/s]
"psi" is the flux induced by magnet [Vs/rad]
The point now is, that i am not sure which of these values need to be normalized to 1.
The only value i could normalize is "w". In this case, the normalisation would be calcualted with the maximum speed of the motor. Do you think that it will work?
Thanks for your help.
Best regards
Felix
