All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Objective: A. Explain a MATLAB demo model named ‘Speed control of a DC motor using BJT H-bridge’. B. Comment on the armature current shoot-up from the scope results. C. Refer to the help section of ‘The Four-Quadrant Chopper DC Drive (DC7) block’. Compare it with the…
Kolli Surya Teja
updated on 10 May 2021
Objective:
#1A Explain a MATLAB demo model named ‘Speed control of a DC motor using BJT H-bridge’.
Simulink Model:
This model consists of a H bridge with 4 BJT-Diode Pair. The inputs such as duty cycle and step time are given from 'Pluse Generator Block', 'Armature Voltage Control' Block.
This H Bridge is made up of four switches Q1,Q2,Q3,Q4 and four diodes D1,D2,D3,D4. As IGBT can be used a switches which can be either in off or on position. When the motor is coasting it generates electricity due to the flexibility of this
Different Modes Available:
Working of Model:
The Above graphs shows the current paasing through IGBT and Diode. So for 0 to 0.5 sec current is flowing through the diode D3 and 0.5 to 1 sec the current is passing through Q3.
Here Load torque is proportional to the square of angular velocity.
The above plot shows that at the begining of the cycle there is a sudden peak in armature current, the same repeats in opposite direction whenthe motor rotates in opposite direction.
B. Comment on the armature current shoot-up from the scope results.
As the principle of Pluse Width Modulation (PWM)
The average value of Voltage (and Current) fed to the load is controlled by turning the switch between supply and load on and off at a fast rate. The PWM switching frequency has to be high enough not to affect the load, which is to say that the resultant waveform perceived by the load must be as smooth as possible.
The peaks can be remove by reducing the duty cycle.
Initial Value:
Following plot show the output when the Pluse Width value is changed 50%:
As there is a peak when the motor is switching directions, Dutycycle is furture reduced to 40% and the following plot shows the output:
As the Duty cycle is reduced to 40% there is no sudden peak in the output.
C. Refer to the help section of ‘The Four-Quadrant Chopper DC Drive (DC7) block’. Compare it with the H-bridge mode
Four Quadrant Chopper:
The Four Quadrants of Operation:
Operation of Quadrant 1
Quadrant II
Quadrant III
Quadrant IV
Simulink Model:
Comparing Four Quadrant Chopper and H- Bridge:
Four Quadrant Chopper characteristics: | H-BRIDGE characteristics : |
1. Regenerative braking is possible. | 1. Regenerative braking is not possible but dynamic braking can be achieved. |
2. The current values are chopped not continuous hence simulation takes less time. | 2. The Current values are continous. |
3. Widley used in automobiles to control DC motor speed and direction. |
3. Widley used in robotics and electro-mechanical devices to control DC motor speed and direction. |
4. To change to direction of motor current signals are interrupted with one another. |
4. To change the direction of motor only the polarity of the current is changed. |
#2 Develop a 2-quadrant chopper & explain the working of the same with the relevant results. (Refer to article - Multiquadrant operation of motor )
There are two types of Two Quadrant choppers:
Type C chopper Type D chopper
Type C Chopper:
We will always get a positive output voltage V0 as the freewheeling diode FD is present across the load. When the chopper is on the freewheeling diode starts conducting and the output voltage V0 will be equal to VS . The direction of the load current i0 will be reversed. The current i0 will be flowing towards the source and it will be positive regardless the chopper is on or the FD conducts. The load current will be negative if the chopper is or the diode D2 conducts. Two Switches should not be turned on simultaneous, as it shortcircuits the system.
The average voltage will be always positive but the average load current might be positive or negative. The power flow may be life the first quadrant operation ie from source to load or from load to source like the second quadrant operation. The two choppers should not be turned on simultaneously as the combined action my cause a short circuit in supply lines. For regenerative braking and motoring these type of chopper configuration is used.
Type D Chopper:
When the two choppers are on the output voltage v0 will be equal to Vs . When v0 = – Vs the two choppers will be off but both the diodes D1 and D2 will start conducting. V0 the average output voltage will be positive when the choppers turn-on the time will be more than the turn off time its shown in the wave form below. As the diodes and choppers conduct current only in one direction the direction of load current will be always positive.
The power flows from source to load as the average values of both v0 and i0 is positive. From the wave form it is seen that the average value of V0 is positive thus the forth quadrant operation of type D chopper is obtained.
#3 Explain in a brief about operation of BLDC motor.
BLDC motor consists of a Stator and Rotor.
Stator windings of a BLDC motor are connected to a control circuit. The control circuit energizes proper winding at proper time, in a pattern which rotates around the stator.
The rotor magnet tries to align with the energized electromagnet of the stator, and as soon as it aligns, the next electromagnet is energized. Thus the rotor keeps running.
Commutator helps in achieving unidirectional torque in a typical dc motor.
Commutator and brush arrangement is eliminated in a brushless dc motor. And an integrated switching circuit is used to achieve unidirectional torque.
Below Figure shows a 3 Phase DC motor
Advantages of BLDC motor:
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...
Week 8 & 9 - Four Bar Mechanism
Modify either the Bistop function or the motion curve that we apply to the revolute joint to stop the trunk lid exactly when the trunk lid comes in contact with the body of the car. Solution: Model with graphics imported: Default Motion curve: Motion vs Time_s Hyperview results: at t=3.11sec. collision is detected.…
13 Jan 2022 06:28 AM IST
Week 4 Project - Simple Crank Mechanism
Question 1 Simulate the simple crank mechanism using cylinders (diameter = 2m) in a 2D plane (XY) as shown in the figure below In the case shown above, Revolute joints are located at P0 and P1, What type of joint must be given at P2 (Joint C) so that the system doesn't have redundancy issues? NOTE: Joint C is a type of…
13 Jan 2022 06:26 AM IST
Week 1 - Free Falling
OBJECTIVE: To Simulate and plot a freefalling body (point mass) of mass 1 kg and inertial properties 1 kgm2 in the y-axis with simulation time of 2sec THEORY: Free Falling Object: The term "free fall" refers to an object falling freely with no forces operating on it other than gravity. Mathematical equation for free…
08 Jan 2022 07:35 AM IST
Problem Set-1 c Week 11Challenge : Transient Handling
The following table contains information about two vehicles FWD passenger car: Code: clear all close all clc l = 2.538984 ; %Wheelbase (m) a = 0.890016; %cg to front axle (m) b = l-a; %cg to rear axle (m) m = 907.18474; %Mass (kg) jz = 1128 ; %moment of inertia (kg-m^2) cf = 61171.9437; %front cornering stiffness…
29 Dec 2021 06:59 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.