PMSM_FW.png

Introduction

This section describes some of the work obtained as part of Hiba Houmsi’s thesis work, in collaboration with Federico Bribiesca Argomedo, Paolo Massioni and Romain Delpoux. These results have been published in (Houmsi2023). As metionned in the saturation management page, voltage and currents may not exceed positive values and , implying the following inequalities: and . At steady state, the electrical equation of the motor leads to: , so the saturation constraints is: Note that the voltage constraint will not allow maximum current to be reached at high speed: saturationCurrVolt.png While the current i_q is set by the motor torque to be supplied: ,the i_d current can be controlled to stay within the voltages limits while reaching higher speeds at a given torque. This is called field-weakening. The strategy proposed here is the implementation of the solution proposed in (Houmsi2023) on an embedded industrial target using RCP. This strategy has been the subject of numerous research studies, for example (Lu2010, Verl1998, Zordan2000).

Formulation of the optimisation problem

The desired behavior is the minimum steady state currents i_{dq} to reach a given speed \omega at a specific load torque \tau under voltage and current constraints. The mathematical formulation is given by: Substituting the second equation into the forth, we reformulate the voltage constraint into the dq current frame, the optimization problem becomes: We define \Gamma = {\omega,\tau, V_{max}, I_{max}}, the parameters set, and The optimization problem may be solved using a general Lagrange function including the inequality constraints and the Karush-Kuhn-Tucker (KKT) optimality conditions. The computation of the optimal solutions are not detailled here but can be found in (Houmsi2023).

KKT Field-Weakening algorithm

Define

and

AlgorithmInputs : Output:

ExampleTo illustrate the field weakening algorithm offline, a Matlab LiveScript [fieldWeakeningLiveScript.mlx] is proposed also available on [GitHub]. The example compute the field weakening solution for the TI motor with paramerters :

In this example, is imopsed an electromechnical torque of corresponding to . For this motor, the base speed , defined the higher speed possible at maximum torque without any id current . After this speed, the field weakening maybe necessary according to the load torque required.In the animation below, five cases are shown in succession:

  • The desired speed is so that field weakening is not necessary.
  • With , the voltage limit cross the current limit for . It corresponds to the maximum speed without field weakening whatever the load. , corresponds to the reference speed, under a load of 0.1Nm for which field weakening is not required.
  • Reaching , without field weakening. So we impose a nΓ©gative current

, cannot be reach under a load of 0.1Nm so the algorithm reduces the desired load. An example for the real time implementation can be download and tested by following the intruction on [GitHub]

References

  • (Houmsi2023) H. Houmsi, F. B. Argomedo, P. Massioni and R. Delpoux, “A Karush-Kuhn-Tucker approach to field-weakening for Surface-Mounted Permanent Magnets Synchronous Motors,” 2023 International Conference on Control, Automation and Diagnosis (ICCAD), Rome, Italy, 2023, pp. 1-6, doi.org/10.1109/ICCAD57653.2023.10152453

  • (Lu2010) Lu, D., & Kar, N.-C. (2010). A review of flux-weakening control in permanent magnet synchronous machines. IEEE Vehicle Power and Propulsion Conference, 1–6. doi.org/10.1109/VPPC.2010.5728986

  • (Verl1998) Verl, A., & Bodson, M. (1998). Torque Maximization for Permanent Magnet Synchronous Motors. IEEE Transactions on Control Systems Technology, 6(6), 740–745.

  • (Zordan2000) Zordan, M., Vas, P., Rashed, M., Bolognani, S., & Zigliotto, M. (2000). Field-weakening in high-performance PMSM drives: a comparative analysis. IEEE Industry Applications Conference., 3, 1718–1724 vol.3. doi.org/10.1109/IAS.2000.882112

See Also

GitHub

Academic

Other