Image

The motor parameters of Induction Motors are crucial when the Field Oriented Control Close loop torque/speed control is needed. More specifically, the rotor’s flux absolute position is determined mathematically using known speed, voltage and current, and a model representation of the motor’s main parameters. This blog shows how to determine these parameters.

Introduction

The motor parameters of Induction Motors are crucial when the Field Oriented Control Close loop torque/speed control is needed. More specifically, the rotor’s flux absolute position is determined mathematically using known speed, voltage and current, and a model representation of the motor’s main parameters shown in the figure below.

 

circuit 1

 

These parameters include per phase rotor resistance ‘Rr’, rotor leakage inductance ‘Llr’, mutual inductance ‘Lm’ and rotor leakage inductance ‘Llr’ (core losses Rc are neglected). Furthermore, in order to set the FOC (Flux and Torque) PID gains, the Stator Resistance (Rs) and Stator Inductance (Lls) needed, according to the method as described in chapter “FOC Gains Tuning” - Section 8 of Roboteq controllers User Manual v2.0. The most common ways, to manually estimate induction motor parameters through the controller, are to test induction motor under no-load and locked rotor conditions.

No load testing

The no-load test, like the open circuit test on a transformer, gives information about exciting flux Id current, the magnetizing inductance Lm and rotational losses. The test is performed by applying balanced rated voltage on the stator windings at the rated frequency. The small power provided to the motor is due to core losses, friction and winding loses. The motor will consume the necessary flux Id current in order to establish the appropriate magnetic field. Motor will rotate at almost a synchronous speed, which makes slip nearly zero (s≈0). Therefore, the motor equivalent circuit is expressed as follows:

circuit 2

 

Assuming that the Rs (Ω), Ls(Η) are much lower than the magnetizing inductance Lm (H), the following equation can be extracted:

eq1

where Vs (V) is the phase stator voltage applied (RMS value), fs (Hz) is the stator frequency and I (A) is the RMS  motor amps.

In order to implement the above mentioned no load test with RoboteQ induction motor controllers, please follow these steps:

  • Set the operating mode to “Volts per Hertz” mode. encoder feedback action needed.
  • Configure the Volt per Hertz setting according to motor nominal voltage (peak value of stator voltage according to manufacturer) and frequency.
  • Run the motor without load up to the maximum available voltage (Command=1000), utilizing small acceleration/deceleration value. Be sure that the configured volt per hertz is correct, by checking the “Stator speed RPM” to be approximately equal to manufacturer’s synchronous rated speed.
  • Calculate the applied Vs by the following equation:

    eq2where ma is the output PWM level (%1000) applied which is equal to Motor Power output measurement in Roborun+ utility (-1000 to 1000 range) and Vdc is the battery volts (V). In the considered no-load test the ma is 1000, therefore the applied voltage can be calculated as eq3
  • Measure the motor RMS current from the utility (Motor Amps). Furthermore, the peak amps value should be configured as “Rotor Flux current” in the configuration tab.
  • Calculate the magnetizing inductance for the no load test according to equation (1).

Example:

The following data have been given from the induction motor manufacturer:

P = 400 W (nominal power)

IN = 23 A (nominal stator current)

Vdc = 24 V (Input dc voltage at controller)

fs = 90 Hz (Nominal stator frequency)

ns = 2700 rpm (Synchronous speed)

p= 2 (pole pairs)

Therefore, the Volts per Hertz ratio introduced in configuration tab is eq511

Then the motor run volts per Hertz and the respective results from Roborun+ utility are illustrated below.

loading testing

From the above results, it can been observed that the stator speed is close to the synchronous speed (2700 rpm), while the slip is very small due to the no-load operation.

Therefore, by applying equation (1) the magnetizing inductance is: eq512

 

Furthermore, the rotor “Rotor Flux current” should be set in the configuration as eq513

Locked rotor testing

The locked rotor test, like short circuit test on a transformer, provides the information about leakage impedances and rotor resistance. Rotor is at the stand still, while low voltage is applied to stator windings up to rated current. Due to the fact that the magnetizing inductance Lm is much higher that leakage phase inductances Lls, Llr, it can be assumed that there is no current is floating to Lm parallel branch. Typically, leakage inductances Lls, Llr should be around 2-10% of the magnetizing inductance Lm. Since there is no rotation slip (rotor at standstill) s=1, which gives us the following equivalent circuit.

circuit 3

Therefore, the phase Lls (H) , Llr (H), Rs (Ω), Rr (Ω) motor parameters are calculated as follows:

math1

where Ps (W) is the input phase motor power, Vs (V) is the phase stator voltage applied (peak value), fs (Hz) is the stator frequency, cosφ is the power factor, I (A) is the motor current (RMS value), Z (Ω) is the equivalent phase impedance at locked rotor test.

According to equations (7) and (8), it is assumed that rotor resistance is equal to the stator resistance, as well as rotor leakage inductance is equal to stator leakage inductance.

In order to implement the above mentioned locked rotor test with induction motor controllers, please follow these steps:

  • Set the operating mode to “Volts per Hertz” mode. Encoder feedback action needed.
  • Configure the Volt per Hertz setting according to five times lower the motor nominal voltage (peak value of stator voltage according to manufacturer) and frequency (1/5 of nominal V/f). The reason for configuring lower V/f ratio than in no-load test is to appropriately weaken the induced field and reduce the produced torque at startup, in order to be easier to lock the rotor for the test.
  • Lock the rotor by appropriate tool/device and increase the command up reaching the 80% of the rated motor current. If the produced torque is high and the rotor cannot be locked, then reduce appropriately the Volt per Hertz at configuration and repeat the test.
  • Calculate the applied Vs by utilizing equation (2).
  • Calculate the input phase motor power Ps by utilizing the following equation: eq4

    where Vdc (V) is the battery dc volts, Idc (A) is the battery dc current, η is the controller efficiency (assume 0.95 efficiency for RoboteQ controllers). Battery volts and amps can be measured from Roborun+ utility.

    • Measure the Iq (A) current from the Roborun+ utility (FOC Torque Amps).
    • Calculate the Lls, Llr , Rs, Rr motor parameters by applying the equations (3) - (8).

Example:

For the same induction motor at no load test example, the Volts per Hertz ratio is set 5 times lower than the nominal, that is 0.053. The respective results taken from Roborun+ utility are shown below:

locked rotor testing

Therefore, the input phase motor power Ps is equal to locked rotor testing 1

The power factor is locked rotor testing 2 

, while the equivalent phase impedance is Z = 0.081 Ω according to equation (4).

Therefore, the motor stator and rotor resistances are Rs = Rr = 24 mΩ according to equations (5) and (7) and the leakage inductances according to equation (6) are: locked rotor testing 3 

It is noted that the synchronous frequency in locked rotor test is different to the synchronous frequency in no-load test. Finally, the Lls = Llr = 76 uH according to equation (8).

Optimal slip calculation

After estimating Lm, Lls, Llr , Rs, Rr motor parameters from no-load and locked-rotor tests, the optimal slip where the motor produces the maximum torque smaxT can be estimated as follows:

eq5

Next, in order to apply at configuration tab the optimal slip in Hz, the following transformation needed:

eq6

Example:

For the calculated Lm = 754 uH, motor leakage inductances Lls = Llr = 76 uH and resistance Rs = Rr = 24 mΩ, the optimal slip is calculated equal to s = 5.1 Hz at rated motor speed.