All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
AIM: - Study the different DC Motor Control Systems and Analysing optimum DC drive control system OBJECTIVE: - Overview on the Power semiconductor devices anf there conversion. Speed Control of DC Motor using BJT H-Bridge and its modelling and Analysing Simulation the results such that current didn't Shoot…
Mudit Verma
updated on 26 Sep 2020
AIM: -
Study the different DC Motor Control Systems and Analysing optimum DC drive control system
OBJECTIVE: -
SOFTWARE USED: - MATLAB and Simulink
POWER SEMICONDUCTOR DEVICES: -
A power electronic converter is an electronic device made of high power semiconductor switches that uses differentswitching states to change the magnitude and waveform of the voltage and current between the input and output.
Power semiconductor devices are widely used in automotive power electronic systems, and often dictate the efficiency, cost, and size of these systems. Active power semiconductor switches such as MOSFETs and IGBTs serve as load driversfor motors (ranging from 75 kW AC traction motors to 1W DC motors), solenoids, ignition coils, relays, heaters, lamps, and other automotive loads. Diodes are used in automotive systems to rectify AC current generated by the alternator, provide freewheeling current path for IGBTs or MOSFETs in DC/AC inverters and DC/DC converters, and suppress voltage transients. An average vehicle nowadays has over 50 actuators, which are often controlled by power MOSFETs or other power semiconductor devices.
Transistors-
A transistor is a semiconductor devices used to amplify or switch electronics signals and electrical power It is composed of semiconductor material usually with at least three terminals for connection to an external circuit. A voltage or current applied to one pair of the transistor's terminals controls the current through another pair of terminals.
Transistors are commonly used in digital circuits as electronic switches which can be either in an "on" or "off" state, both for high-power applications such as switched mode power switches and for low-power applications such as logic gates
The comman emitter-amplifier is designed so that a small change in voltage (Vin) changes the small current through the base of the transistor whose current amplification combined with the properties of the circuit means that small swings in Vin produce large changes in Vout.
Power MOSFET (Metal oxide semiconductor field effect transistors)-
The Power MOSFET is a type of MOSFET. The operating principle of power MOSFET is similar to the general MOSFET. The power MOSFETS are very special to handle the high level of powers. It shows the high switching speed and by comparing with the normal MOSFET, the power MOSFET will work better. The power MOSFETs is widely used in the n-channel enhancement mode, p-channel enhancement mode, and in the nature of n-channel depletion mode. Here we have explained about the N-channel power.
The power MOSFET’s are used in the power supplies
IGBT (Insulated Gate Bipolar Transistor)-
IGBT is the short form of Insulated Gate Bipolar Transistor. It is a three-terminal semiconductor switching device that can be used for fast switching with high efficiency in many types of electronic devices. These devices are mostly used in amplifiers for switching/processing complex wave patters with pulse width modulation (PWM).
The IGBT combines the simple gate-drive characteristics of power MOSFETs with the high-current and low-saturation-voltage capability of bipolar transistors. The IGBT combines an isolated-gate FET for the control input and a bipolar power transistor as a switch in a single device. The IGBT is used in medium- to high-power applications like traction motors control and induction heating. Large IGBT modules typically consist of many devices in parallel and can have very high current-handling capabilities in the order of hundreds of amperes with blocking voltages of 6500 V. These IGBTs can control loads of hundreds of kWh.
Power BJT (bipolar junction transistor)-
The power bipolar junction transistor (BJT) blocks a high voltage in the off state and high current carrying capacity in the on-state. The power handling capacity is very high. The construction of Power BJT is slightly different from the normal logic transistors as it has an extra highly doped (n-) region called as Collector drift region.
The power BJT has three terminals Collector (C), Emitter (E) and Base (B). It has a vertically oriented four-layers structure. The vertical structure uses to increase the cross-sectional area.
There are two types of BJT; n-p-n transistor and p-n-p transistor. Out of these two types, the n-p-n transistors widely use compare to the p-n-p transistor.
Applications-
Comparison: -
SPEED CONTROL OF DC MOTOR USING BJT H-BRIDGE: -
As shown in figure there are two terminals 'A' and 'B' of DC motor. Now if we connect terminal A with +ve supply and terminal B with -ve supply or ground the current will flow from motor A to B and motor will rotate in one direction- say clockwise or forward direction. Now as shown in second figure we change the supply terminals. Now B is connected with +ve terminal and a is connected to ground. The current will flow from motor from B to A and motor will rotate in other direction.
The arrangement in the right side of the figure shows that Four switches are connected in between +ve supply and ground and DC motor is connected in between two switches as shown. Such circuits is known as H-brigde becouse it look's like 'H' letter.
If SW1 and SW4 are pressed simultaneosly then current will flow from +ve -SW1-A-B-SW4-Gnd, so motor will rotate in one direction. Now, SW2 and SW3 is pressed then current will flow from +ve -SW2-A-B-SW3-Gnd, so motor will rotate in another (reverse) direction.
Now, in actual machine there are switches with NPN type transistors as transistors works as switch. For NPN transistor if we give +ve input to base it will turn ON and we we will give 0 input it will br turned OFF.
So in above circuit Q1 and Q4 are turned ON simulataneously the motor will rotate forward and if Q2 and Q3 are turned ON simulataneously the motor will rotate reverse.
The DC motor speed varies as applied input voltage varies. As we increase applied input voltage, the speed will also increse and vice versa. Applying maximum rated voltage will rotate motor at full speed.
The varying DC voltage can be generated using Pulse width modulation (PMW).
PMW means varying the width (duty) of pulse. Width means ON time Ton of pulse. The average output voltage (Vdc or Vavg) is given by,
Vdc = [Ton/(Ton + Toff]*Vs
As we can see from above equation it is directly depends upon Ton, if duty is 50% the average output voltage Vdc is exactly half of Vs. If duty is incresed to 75%, Vdc also increases to 3/4th of Vs and if duty is decreased to 25% Vdc reduces to 1/4th of Vs. Thus as PWM varies the average output voltage varies. So we have to apply PWM to DC motor to vary its speed.
CHALLENGE- I
Speed control of DC Motor using BJT H-Bridge Model in MATLAB and Simulink such that armature current doen't shoot up when motor changes its direction from forward to reverse
MATLAB model of Speed Control of a DC Motor Using BJT H-Bridge: -
SIMULATION-
CASE-I
Results:-
Plot 1:-
Plot 2:-
Plot 3:-
From the above simulation resukt we can observe thatcurrent shoot up while the motor increasing in speed(w) and the negative current shoot up while the motor changes the direction of its motion.
When the motor start rotatation in forward motion these is a current shoot up because in DC motor starting current is High we can see this by usign motor equation that is
V = E(b) + I(a)R(a)
When we start the motor there is no back EMF to oppsoe the armature current because the conductors have not yet started rotating. Back EMF is produced when there is relative motion between conductors and magnetic field. When starting the motor, there is no relative motion so no back EMF. So E(b) = 0, I(a) = V/R(a) and there is huge shoot in current while starting.
Due to switching loss happening while changing the direction of rotation of the motor there is current dip. To control this happening the duty ratio can be altered slightly to reduce the disturbance in the current and compromiseof the motor's efficiency.
CASE-2
Results:-
Plot 1:-
Plot 2:-
Plot 3:-
From the above result we can observe that when duty ratio is get decreased to 45% there is fading of current dip starts from -65 A to -8.6 A. So there is slightly decriment in the motor's efficiency but motor is continously producing considerable Speed and Torque.
FOUR QUADRANTS OF A DC MOTOR: -
Four Quadrant operation of any drives or DC motor means that the machine operates in four quadrants, they are Forward braking, Forward motoring, Reverse motoring and Reverse braking. a motor operates in two modes- Monitoring and braking. A motor drive capable of operating in both directions of rotation and producing both monitoring and regeneration is called Four Quadrant variable speed drive.
In motoring mode, the machine works as a motor and converts electrical energy into mechanical energy, supporting its motion. In braking mode, the machine works as a generator, and converts mechanical energy into electrical energy and as a result, it opposes the motion. The Motor can work in both, Forward and Reverse Directions i.e.in motoring and braking operations.
The product of angular Speed and Torque is equal to power developed by a motor. For multi-quadrant operation of drives the following conventions about the signs of torque and speedare used. When the motor is rotated in the forward direction the speed of motor is considered positive. The drives whcih operates only in one direction, forward speed will be their normal speed.
In loads involving up and down motions, Speed of the motor which causes upward motion is considered to be in forward motion. For reversible drives, forward speed is chosen arbirately. The rotation in the opposite direction gives reverse speed which is denoted by negative sign.
The rate of change of speed positively in the forward direction or the Torque which provides acceleration is known as Positive motor Torque. In the case of retardation, the motor Torque is considered negative. Load torque is opposite to the positive motor torque in the direction.
In I Quadrant power is developed is +ve and the machine is working as a motor supplying mechanical energy. The I Quadrant operation is called Forward motoring.
The II Quadrant operation is known as Forward Braking. In this quadrant the direction of rotation is +ve, and the Torque is -Ve and thus, the machine operates as generator developing a -ve torque, which opposes the motion.
The kinetic energy of the rotating parts is avialable as electrical energy whcih may be supplied back to the mains. In the dynamic braking dissapated the energy is dissapagnthted in the resistance. the III Quadrant operations is Known as Reverse Motoring. the motor works, in the reverse direction. Both the speed and the torque have -ve values while power is +ve.
In the IV Quadrant, the Torque is +ve, and the speed is -ve. This Quadrant corresponds to braking in the Reverse braking mode.
MATLAB model of Four Quadrant Chopper DC drive : -
SIMULATION-
Results-
Comparison between H-Bridge and Four Quadrant DC Chopper:-
ELECTRIC VEHICLE MODELLING USING DC7: -
Modifications in the Model :-
Drive Cycle-
Load Torque-
T = 24.7 + 0.0051*(w)^2
Subsystem of EV Load Characteristics
Power Source-
Electric Vehicle Model-
Now, we RUN the Simulation for 20 seconds.
SIMULATION-
Results-
SiC power devices have following benefits over silicon power devices:-
References:-
https://www.mathworks.com/help/physmod/sps/powersys/ref/fourquadrantchopperdcdrive.html
https://www.mathworks.com/help/physmod/sps/ug/dc7-four-quadrant-chopper-200-hp-dc-drive.html
https://www.switchcraft.org/learning/2016/12/9/si-vs-sic-devices
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Wide-Open throttle (WOT) of an electric vehicle(GM EV1 car) and Using powertrain blocksets in the MATLAB to differentiate the WOT conditions of the HEV and EV
AIM :- To find the Wide-Open throttle (WOT) of an electric vehicle(GM EV1 car) and Using powertrain bolcksets in the MATLAB to diffrerntiate the WOT conditions of the HEV and EV. OBJECTIVE :- Analyse the WOT Condition of GM EV1 car with comparison with initial vehicle…
29 Oct 2020 08:39 AM IST
Study the different DC Motor Control Systems and Analysing optimum DC drive control system
AIM: - Study the different DC Motor Control Systems and Analysing optimum DC drive control system OBJECTIVE: - Overview on the Power semiconductor devices anf there conversion. Speed Control of DC Motor using BJT H-Bridge and its modelling and Analysing Simulation the results such that current didn't Shoot…
26 Sep 2020 10:53 AM IST
Simulating Vehicle Dynamics for designing an Electric Vehicle from an Conventional Vehicle and Calculating Power and Energy Requirements for Different dynamics conditions
AIM :- To convert an conventional vehicle to an electric vehicle and simulate its dynamic system to design an appropriate EV using MATLAB and SIMULINK OBJECTIVE :- Analyse an conventional vehicle to convert…
15 Sep 2020 06:56 AM IST
Analyse the vehicle range and performance using Advanced Vehicle Simulator Tool (ADVISOR Tool) in MATLAB and Simulink
AIM :- To Analyse the vehicle range and performance using Advanced Vehicle Simulator Tool (ADVISOR Tool) in MATLAB and Simulink OBJECTIVE :- To Study the Range of an electric vehicle using FTP drive cycle using ADVISOR tool. To Study the battery capacity of the electric vehicle and battery capacity…
15 Sep 2020 06:54 AM IST
Related Courses
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.