DP2 Paper
DP2 Paper
COOLING FAN
1
DIVYA.B 2 C. GOVINDARAJU
1
PG Scholar , Government College of Engineering, Salem
E-mail : 1divyabalaji1306@gmail.com
2
Associate Professor, Government College of Engineering, Salem
2
E-mail : @gcesalem.edu.in
ABSTRACT:
This paper presents a comprehensive review of Brushless DC (BLDC) motor control techniques and
their applications in the automotive industry. BLDC motors characterized by their efficiency, reliability,
and low maintenance requirements, have become increasingly prominent in automotive applications such
as electric vehicles (EVs), hybrid electric vehicles (HEVs), and various auxiliary systems. This paper
outlines the fundamental principles of BLDC motor operation, including the electronic commutation
process and the role of sensors. It explores various control strategies, such as Hall sensing control, field-
oriented control (FOC), current controller. The discussion includes practical challenges in automotive
applications, such as thermal management, noise reduction, and the integration of BLDC motors into
complex automotive systems. Through this review, the paper aims to provide insights into the current state
of BLDC motor control technology and its critical role in advancing modern automotive domain.
1.INTRODUCTION:
DC motors have been widely used for speed or position control applications because of their control
simplicity when compared with alternating current (AC) motors. However, since they require periodic
maintenance of brushes and commutators, their utilization has been reduced in many motor drive
applications, which require continuous running and enhanced system reliability.
To overcome this problem of DC motors, a motor called Brushless direct current motor was developed.
This motor has similar electrical characteristics to a DC motor, but it has an enhanced reliability by
replacing mechanical commutation with electronic commutation. To implement the electronic
commutation, BLDC motors use sensors and driving circuits. The sensors detect the position of magnets on
the rotor. By using the detected magnet position, the driving circuits excite a specific winding for
continuous rotation.
In BLDC motors, to eliminate the brushes of DC motors, the armature windings are placed on the stator
side and the magnets are placed on the rotor side. As a result, BLDC motors have a different configuration
from that of DC motors. Since there is a degree of freedom in the motor configuration when designing to
eliminate brushes, various BLDC motor designs to fit a wide application needs such as a smaller or thinner
configuration are possible. The BLDC motors have many merits such as high efficiency, high-power
density, high torque-to-inertia ratio, high-speed operation capability, simple drive method, and low cost.
Thus, nowadays, they are widely used for cost-effective solution in many small and medium motor drive
applications such as home applications, industrial, office products and light vehicles.
The integration of BLDC motors using the control techniques has transformed automotive engineering,
supporting the industry’s shift towards more sustainable and efficient transportation solutions. In electric
vehicles (EV) and hybrid electric vehicles (HEV), advanced control methods like FOC enable superior
performance, energy efficiency, and driving comfort. Hall sensing and current control techniques are pivotal in
auxiliary systems, enhancing functionality and reliability.
The electronic controller circuit energizes appropriate motor winding by turning transistor or other solid
state switches to rotate the motor continuously. The figure below shows the simple BLDC motor drive which
consists of MOSFET bridge, electronic controller, hall effect sensor and BLDC motor.
Hall-effect sensors are used for position and speed feedback. The electronic controller can be a
microcontroller unit or microprocessor or DSP processor or FGPA unit or any other controller. This controller
receives these signals, processes them and sends the control signals to the MOSFET driver circuit.
In addition to the switching for a rated speed of the motor, additional electronic circuitry changes the
motor speed based on required application. These speed control units are generally implemented with PID
controllers to have precise control. It is also possible to produce four-quadrant operation from the motor whilst
maintaining good efficiency throughout the speed variations using modern drives.
Hall sensing is crucial technique used in Brushless DC motors for detecting the rotor position. This
information is vital for the precise control of the motor’s commutation.
BLDC motors typically use three Hall sensors embedded in the stator. These sensors are strategically
placed to detect the magnetic field of the rotor magnets. As the rotor turns, the magnetic poles pass by the Hall
sensors, which then produce a digital signal corresponding to the north or south pole of the rotor magnet.
The signals from the Hall sensors provide the electronic controller with the precise position of the
rotor. This positional information is critical for timing the switching of the transistors in the inverter circuit that
drives the motor. Accurate rotor position data ensures that the correct stator windings are energized to produce a
rotating magnetic field, which in turn drives the rotor efficiently.
Commutation in BLDC motors is the process of switching the current in the motor windings to
generate a continuous rotational motion. Based on the signals from the Hall sensors, the controller determines
which winding to energize to keep the motor running smoothly. Each combination of Hall sensor states
corresponds to a specific rotor position and commutation sequence.
4.2 MODELLING OF BLDC MOTOR
The Simulink model of BLDC motor with Hall sensor shown in figure 4.1 is done in MATLAB 2021A
version with ode45 solver. The discrete powergui with time constant of 1e-7 is used to run the simulation and
visualize the results. From the Simulink model the duty cycle has been obtained by sensing the hall signal from
the motor and decoded. The rotor speed has been sensed and compared with the reference value and given to
the PID controller. By performing the and operation of the above two feedbacks the gate signals have been
given the driver to excite any two windings of the stator.
The table 4.1 portrays the results obtained from simulating the model of BLDC motor with the hall sensing .
The stator current , rotor speed and torque has been tabulated. The results has been analysed by verifying the
display and scope data.
The PWM Signals given to the driver of the BLDC motor to excite the windings appropriately. The PWM
signals magnitude ranges between 0 to 1. The turn on and turn off time periods are estimated by comparing the
feed back signals of rotor speed and hall signals.
The figure 4.2 showcases the resulting waveforms obtained from the simulation, the stator current indicates
which two windings has been excited and its value is around 4.627 A. The rotor rotates around 3227 rpm. The
electromagnetic torque obtained around 1.144 Nm.
Fig.4.2 Stator current a , Stator current b, Rotor speed, Electromagnetic torque of BLDC motor –Hall sensing
The figure 4.3 portrays the Inverter output voltage, the voltage obtained across the three phase inverter in
120֯ conduction mode as the driver. In driver circuitry for every 60֯ two windings has been excited in cyclic
manner and the signals are used to rotate the rotor.
Fig.5.1 Transformations
5.2 IMPLEMENTATION STEPS
Current sensing : Measure the three –phase stator currents ( I a , I b , I c,)
Clarke Transformation: Convert the three-phase currents into two-phase ( I α , I β )
Park Transformation: Convert the two-phase stationary frame currents to d-q frame currents.
PI Controllers: Use Proportional-Integral (PI) controllers to regulate I d and I q according to the
desired torque and flux.
Inverse Park Transformation: Convert the controlled d-q currents back to two-phase currents.
Inverse Clarke Transformation: Convert the two-phase currents back to three-phase currents (
I a , I b , I c,).
In table 5.1 the parameters such as stator current, rotor speed, back emf and electromagnetic torque are
tabulated by simulating the circuit with dc voltage of 500 V.
In figure 5.3 the waveforms of the simulation parameters are obtained from the scope data. The stator
current of 5.0860 A , Back emf of 179.373 V, rotor speed of 448.20 rad/sec and electromagnetic torque of
4.0736 Nm are obtained from simulation results.
Fig.5.3 Stator currents , Back emf , Rotor speed, Electromagnetic torque of BLDC motor –FOC
The figure 5.4 portrays the Clarke transformation, Park transformation, Inverse Park transformation and
Inverse Clarke transformation results.
Fig.5.4 Transformations
5.4 FIELD ORIENTED CONTROL
Field Oriented control is a sophisticated technique that optimizes the control of BLDC motors by
aligning the motor’s magnetic field with the stator current vector. This alignment maximizes torque
production and efficiency, allowing for precise and smooth motor operation across a wide range of speeds
and loads. FOC’s ability to decouple torque and flux control provides superior performance, making it
highly effective for high-demand applications such as electric vehicles and hybrid electric vehicles.
FOC requires advanced control algorithms and powerful processing capabilities, typically
implemented using DSPs or high performance microcontrollers. This complexity translates to higher
system costs and increased development effort, but the resulting benefits in performance and efficiency
often justify these investments. In automotive applications, FOC enables refined motor control,
contribution to smoother acceleration, improved energy efficiency, and enhanced driving experience in
EVs and HEVs
In figure 4.8 the model of BLDC motor with current controller has been simulated in Plex Sim platform.
The pulses for the driver has been obtained by comparing the three phase current with the reference current. The
theta value has been obtained from the feedback of angle sensor.
The table 6.1 tabulate the simulation parameters such as stator current , rotor speed, back emf,
electromagnetic torque obtained by simulating the simulation with a dc voltage of 500v.
The figure 6.2 depicts the results obtained from simulating the above circuit and from analysing the
waveform its has obtained that stator current of 5.086 A and rotor speed of 448.207 rad/sec , Back emf of
179.373 V and Electromagnetic torque of 4.0736 Nm.
Fig.6.2 Stator currents , Back emf, Rotor speed, Electromagnetic torque of BLDC motor –Current controller
7. CONCLUSION
As can be seen in the above section, BLDC motor can be easily operated by a proper commutation of phase
currents based on the information of the rotor position. BLDC motors do not have the crucial weakness of DC
motors because the function of brushes and commutators is replaced with semiconductor switches operating
based on the information from the rotor position. Compared to the heavy rotor of DC motors consisting of many
conductors, BLDC motors have a low inertia rotor. Thus BLDC motors can provide a rapid speed response.
Moreover, windings placed on the stator side can easily dissipate heat, allowing BLDC motors to have a better
attainable peak torque capability. In addition , BLDC motors can operate at a higher speed because of
nonmechanical commutation devices.
In the automotive industry, the integration of BLDC motors using these control techniques leads to
enhanced vehicle performance, improved fuel efficiency and reduced emissions. They are pivotal in applications
ranging from main traction drives in EVs to auxiliary functions such as power steering, air conditioning, and
advanced driver assistance systems.
REFERENCE:
[1] G. Bauerlein, A brushless DC motor with solid-state commutation, IRE Natl. Conv Rec. (1962) 184-190.
[2] H.-W. Kim, K.-T. Kim, Y.-S. Jo and J. Hur, "Optimization methods of torque density for developing the
neodymium free SPOKE-type BLDC motor", IEEE Trans. Magn., vol. 49, no. 5, pp. 2173-2176, May
2013.
[3] J. Shao, "An improved microcontroller-based sensor less brushless DC (BLDC) motor drive for
automotive applications", IEEE Trans. Ind. Appl., vol. 42, no. 5, pp. 1216-1221, Sep. 2006.
[4] S. Sakunthala, R. Kiranmayi and P. N. Mandadi, "A study on industrial motor drives: Comparison and
applications of PMSM and BLDC motor drives", Proc. Int. Conf. Energy Commun. Data Anal. Soft
Comput. (ICECDS), pp. 537-540, Aug. 2017.
[5] G. Liu, C. Cui, K. Wang, B. Han and S. Zheng, "Sensorless control for high-speed brushless DC motor
based on the Line-to-Line back EMF", IEEE Trans. Power Electron., vol. 31, no. 7, pp. 4669-4683, Jul.
2016.
[6] P. Alaeinovin, S. Chiniforoosh and J. Jatskevich, "Evaluating misalignment of Hall sensors in brushless
DC motors", Proc. IEEE Canada Electr. Power Conf., pp. 1-6, Oct. 2008.
[7] P. Alaeinovin and J. Jatskevich, "Filtering of Hall-sensor signals for improved operation of brushless DC
motors", IEEE Trans. Energy Convers., vol. 27, pp. 547-549, Jun. 2012.
[8] J.-H. Choi, J. S. Park, B.-G. Gu, J.-H. Kim and C.-Y. Won, "Position estimation and control of BLDC
motor for VVA module with unbalanced hall sensors", Proc. IEEE Int. Conf. Power Energy (PECON),
pp. 390-395, Dec. 2012.
[9] J. Fang, X. Zhou and G. Liu, "Instantaneous torque control of small inductance brushless DC
motor", IEEE Trans. Power Electron., vol. 27, no. 12, pp. 4952-4964, Dec. 2012.
[10] T.-W. Chun, Q.-V. Tran, H.-H. Lee and H.-G. Kim, "Sensorless control of BLDC motor drive for an
automotive fuel pump using a hysteresis comparator", IEEE Trans. Power Electron., vol. 9, no. 3, pp.
2265-2271, Mar. 2014.
[11] E. V. Sánchez, J. G. Gil, J. C. G. Real and J. F. D. Higuera, "A new method for sensorless estimation of
the speed and position in brushed DC motors using support vector machines", IEEE Trans. Ind. Electron.,
vol. 59, no. 3, pp. 1397-1408, Mar. 2012.
[12] R. Krishnan, Electric Motor Drives Modeling Analysis and Control, Englewood Cliffs, NJ, USA:Prentice-
Hall, 2001.