Stepper Motor
Implement stepper motor model
Library
Simscape / Electrical / Specialized Power Systems / Electrical Machines
Description
The Stepper Motor (STM) block implements a generic model that represents two most popular families of stepper motors:
Variable-reluctance stepper motors
Permanent-magnet or hybrid stepper motors
The Stepper Motor model consists of electrical and mechanical sections. The electrical section is represented by an equivalent circuit, configuration of which depends on the motor type. The equivalent circuits assume that the magnetic circuit is linear (no saturation) and the mutual inductance between phases is negligible. The mechanical section is represented by a state-space model based on inertia moment and viscous friction coefficient.
This figure shows the equivalent circuit for one phase in a variable-reluctance stepper motor.
In this model, Ra and La(θ), respectively, represent the resistance and the inductance of phase A winding. The winding inductance varies as a function of the rotor position:
La(θ) = L0 + L1cos(Nrθ),
where,
L0 is the average inductance.
L1 is the maximum inductance variation.
Nr is the rotor teeth number.
At the reference position (θ = 0), the rotor tooth is fully aligned with the A-axis pole to achieve the maximum A-phase winding inductance.
The total electromagnetic torque produced by the motor is the sum of the torques produced by the motor phases:
where,
m is the number of phases.
ix is the winding current in phase x.
Lx is the inductance function of phase x winding.
This figure shows the equivalent circuit for one phase in a permanent-magnet (PM) or hybrid stepper motor.
In this model, Ra and La, respectively, represent the resistance and inductance of A-phase winding. Due to the large value of the air gap introduced by the magnets, the winding inductance of the PM or hybrid stepper motor can be considered to be independent of the rotor position. The voltage source ea(θ) represents the motor back electromotive force (EMF), which is a sinusoidal function of the rotor position:
where,
p is the number of pole pairs. The number of pole pairs p is given by p = Nr/2.
ψm is the motor maximum magnetic flux.
Note that at the reference position (θ = 0), the north pole on the rotor is fully aligned with the A-axis pole to achieve zero value of the A-phase back EMF.
The electromagnetic torque produced by a two-phase PM or hybrid stepper motor is equal to the sum of the torque resulting from the interaction of the phase currents and magnetic fluxes created by the magnets and the detent torque, which results from the saliency of the rotor:
Te = –pψmiasin(pθ) – pψmibsin(pθ – π/2) – Tdmsin(mNrθ).
where,
m is the number of phase (m=2) of the motor.
Nr the number of teeth on the rotor (Nr = 2*p).
Parameters
Permanent-Magnet / Hybrid
- Motor type
Select
Permanent-magnet/Hybrid
(default) to implement a PM or hybrid stepper motor.- Number of phases
Select
2
(default) or4
phases.- Winding inductance
Inductance, La, in H, of each phase winding. Default is
10e-3
.- Winding resistance
Resistance, Ra, in ohms, of each phase winding. Default is
1.2
.- Step angle
Step angle, in degrees, of the rotor movement. Default is
30
.- Maximum flux linkage
Maximum flux linkage, ψm, in V.s, produced by the magnets. Default is
0.04
.- Maximum detent torque
Maximum detent torque, Tdm, in N.m, resulting from the saliency of the rotor. Default is
0.02
.- Total inertia
Total inertia momentum, J, in kg.m2, of the motor and the load. Default is
1e-4/5
.- Total viscous friction coefficient
Total viscous friction coefficient, B, in N.m.s, of the motor and the load. Default is
1e-3
.- Initial speed
Initial rotation speed, ω0, in rad/s. Default is
0
.- Initial position
Initial rotor position, Θ0, in degrees. Default is
0
.- Sample time (-1 for inherited)
Specify the stepper motor sample time, in s. Specify
–1
to inherit the sample time of the powergui block in your model. Default is–1
.
Variable Reluctance
- Motor type
Select
Variable reluctance
to implement a variable-reluctance stepper motor.- Number of phases
Select
3
,4
, or5
phases.- Maximum winding inductance
Maximum inductance, Lmax, in H, of each phase winding. Default is
10e-3
.- Minimum winding inductance
Minimum inductance, Lmin, in H, of each phase winding. Default is
2e-3
.- Winding resistance
Resistance, Ra, in ohms, of each phase winding. Default is
1.2
.- Step angle
Step angle, in degrees, of the rotor movement. Default is
30
.- Total inertia
Total inertia momentum, J, in kg.m2, of the motor and the load. Default is
1e-4/5
.- Total friction
Total viscous friction coefficient, B, in N.m.s, of the motor and the load. Default is
1e-3
.- Initial speed
Initial rotation speed, ω0, in rad/s. Default is
0
.- Initial position
Initial rotor position, Θ0, in degrees. Default is
0
.- Sample time (-1 for inherited)
Specify the stepper motor sample time, in s. Specify
–1
to inherit the sample time of the powergui block in your model. Default is–1
.
Inputs and Outputs
TL
Mechanical load torque, in N.m.
TL
is positive in motor operation and negative in generator operation.m
The Simulink® output of the block is a vector containing five signals. You can demultiplex these signals by using the Bus Selector block provided in the Simulink library.
Signal
Definition
Units
Symbol
1
Phase voltage
V
Vph
2
Phase current
A
Iph
3
Electromagnetic torque
N.m
Te
4
Rotor speed
rad/s
w
5
Rotor position
rad
Theta
How to Get Stepper Motor Parameters
The parameters used in the stepper model are usually obtained from the manufacturer data sheets. In case the parameters are not available, you can determine them from experimental measurements.
Variable-Reluctance Stepper Motor Parameters
The parameters provided by manufacturer data sheets are usually: number of phases, holding torque, step angle, voltage per phase, current per phase, winding resistance, Ra, maximum inductance, Lmax, average inductance, L0, and rotor inertia, J.
Permanent-Magnet/Hybrid Stepper Motor Parameters
The parameters provided by manufacturer data sheets are usually:
number of phases
holding torque
step angle
voltage per phase
current per phase
winding resistance, Ra
winding inductance, La
rotor inertia, J
The maximum detent torque, Tdm, is not always specified. This parameter can be assumed to be equal to 1-10% of the maximum holding torque.
The maximum flux linkage, ψm, is not always specified. This parameter can be obtained experimentally by driving the motor to a constant speed, N, in rpm, and by measuring the maximum open-circuit winding voltage, Em, in V.
The parameter ψm is then computed by the following relation:
ψm = (30/pπ)(Em/N),
where p is the number of pole pairs given by p =360 / (2m·step). Here m = phase number, step = step angle in degrees.
Examples
The power_steppermotor
example illustrates the operation of a stepper motor drive
using a two-phase hybrid stepper motor model.
References
[1] T. Kenjo, A. Sugawara, Stepping Motors and Their Microprocessor Controls, 2nd Edition, Oxford University Press, Oxford, 2003.
[2] P. Acarnley, Stepping Motors - A guide to theory and practice, 4th Edition, The Institution of Electrical Engineers, London, 2002.
Version History
Introduced in R2008a