Cep 1.1
Cep 1.1
Cep 1.1
Project Title:
Variable Speed DC Motor With Speed Monitoring,powered using 3 Phase AC Supply
Abstract:
This project focuses on the design and implementation of a comprehensive system that utilizes a three-phase power supply to
drive a variable-speed DC motor while simultaneously monitoring its speed. The integration of a three-phase power supply, a DC
motor controller, and speed monitoring mechanisms offers an advanced solution for industrial and automation applications.
The three-phase power supply provides a stable and efficient source of power, ensuring the consistent operation of the DC motor.
A rectifier converts the three-phase AC voltage to a DC voltage, which powers the motor. The speed control of the DC motor is
achieved through a microcontroller enabling precise and dynamic speed adjustments.
In addition to motor control, the project incorporates a feedback system for real-time speed monitoring. An optical sensor is
employed to capture the motor's rotational speed. This information is then processed by a microcontroller, allowing for
continuous monitoring and control adjustments to maintain the desired speed.
The project's outcomes highlight the benefits of a three-phase power supply in combination with speed monitoring for industrial
applications where motor speed precision and reliability are crucial. Such systems find relevance in conveyor systems, CNC
machinery, and robotics, where precise speed control is a fundamental requirement for efficient and safe operation.
Task Identification
Literature Review
METHODS OF SPEED CONTROL OF A DIRECT CURRENT MOTOR:
Speed control of a DC (Direct Current) motor is essential for various applications where precise control over the
motor's rotational speed is required. There are several methods to achieve this control, each with its own advantages
and disadvantages. Following are some common methods of DC motor speed control:
i) Method:
The voltage applied to the motor's armature (the rotor) is varied to control the motor's speed. This is typically
done using a rheostat (variable resistor) connected in series with the armature.
ii) Advantages:
(1) Simple and cost-effective method.
(2) Provides a wide range of speed control.
iii) Disadvantages:
(1) High power loss in the rheostat due to the voltage drop.
(2) Inefficient, as the power dissipation in the resistor can be significant.
(3) Limited to low-power applications due to the heat generated in the resistor.
i) Method:
The field winding's current is varied to control the motor's speed. By changing the magnetic field strength, the
motor speed can be adjusted.
ii) Advantages:
(1) Offers better efficiency than armature voltage control.
(2) Suitable for medium-power applications.
iii) Disadvantages:
(1) Less range of speed control compared to armature voltage control.
(2) Requires a separate field winding and a complex control system.
i) Method:
Instead of controlling the voltage, this method controls the armature current by varying the armature winding's
resistance.
ii) Advantages:
(1) Provides a good balance between efficiency and control range.
(2) Suitable for medium-power applications.
iii) Disadvantages:
(1) Still has some power loss in the variable resistor.
(2) Limited control range compared to more advanced methods.
4. Chopper Control:
i) Method:
A chopper is used to chop the supply voltage to the motor, controlling the effective voltage applied to the
armature. Pulse Width Modulation (PWM) is often used in chopper control.
ii) Advantages:
(1) Efficient control method with minimal power loss.
(2) Suitable for both low and high-power applications.
(3) Provides precise speed control.
iii) Disadvantages:
(1) More complex and costly than earlier methods.
(2) Requires a feedback system for accurate control.
The choice of method for DC motor speed control depends on the specific application's requirements, such as power,
efficiency, and cost. While simpler methods like armature voltage control may be sufficient for low-power
applications, more advanced techniques like FOC are necessary for high-performance and precise control. It's essential
to consider the trade-offs between efficiency, cost, and complexity when selecting the appropriate speed control
method for a given application.
ii) Advantages:
(1) Suitable for high-power applications.
(2) Provides variable DC voltage with a good level of control.
iii) Disadvantages:
(1) Can introduce harmonics in the AC supply, requiring additional filtering.
(2) Less efficient at partial load conditions.
i) Method:
A three-phase PWM inverter is used to convert the three-phase AC into variable DC. By controlling the
width of the output pulses, you can regulate the DC voltage.
ii) Advantages:
(1) High efficiency and precise control.
(2) Suitable for a wide range of applications.
(3) Low harmonic distortion.
iii) Disadvantages:
(1) More complex and costly compared to SCR rectifiers.
(2) Requires a control system for precise voltage regulation.
Using uncontrolled rectification with a microcontroller to control voltage is a more complex task because uncontrolled
rectification inherently produces a fixed or semi-fixed DC voltage output. However, you can achieve a form of voltage
control by altering the duty cycle of a chopper circuit (a type of DC-DC converter) that is connected to the output of
the rectifier. Following are the steps:
3. Chopper Circuit:
Connect a chopper circuit to the output of the uncontrolled rectifier. A chopper is a DC-DC converter that can vary
the DC voltage by controlling the duty cycle of its switching device (e.g., a MOSFET or IGBT). The chopper will
allow you to control the average DC voltage by periodically connecting and disconnecting the DC voltage source to
the load.
4. Microcontroller Control:
Write a control algorithm in the microcontroller that adjusts the chopper's duty cycle based on the sensed DC
voltage. You can program the microcontroller to achieve the desired average voltage by increasing or decreasing the
duty cycle as needed.
It's important to note that this method is relatively complex and may not provide the same level of precision and
stability as fully controlled rectification methods like PWM inverters. The voltage control in this setup depends on the
speed and accuracy of the microcontroller's control loop, as well as the characteristics of the chopper circuit.
Additionally, it introduces switching losses in the chopper, which may affect the overall efficiency.
This method is typically suitable for applications where relatively coarse voltage control is acceptable and where the
advantages of uncontrolled rectification (simplicity and cost-effectiveness) outweigh the disadvantages. For
applications requiring highly precise voltage control, more advanced rectification and control methods are usually
preferred.
Materials Needed:
1. DC motor with an encoder (quadrature encoder)
2. Microcontroller (e.g., Arduino, Raspberry Pi, or any microcontroller with appropriate input/output capabilities)
3. Motor driver (H-bridge or other motor control circuit)
4. Power supply for the motor
5. Connecting wires
6. Breadboard or custom PCB for circuit connections (if needed)
Steps:
2. Microcontroller Programming:
a. Write a program for the microcontroller to read the encoder's A and B channels. Use interrupts or polling to
monitor the changes in the encoder's output.
b. Measure the time between encoder pulses to calculate the motor's speed. This time interval will be used to
determine the RPM (revolutions per minute).
This method provides accurate speed measurements of the DC motor using a quadrature encoder. The microcontroller
continuously monitors the encoder output and calculates the motor's speed in real-time. You can use this information
for various applications, including feedback control, monitoring, and automation.
Resource Identification
Human Resource (Project Team)
S.No. Name Roll No. Section Current skill-set seemingly valuable for project
completion (only tangible/demonstrable skills)
1 Sameed Ansar Ahmed* 168 D Familiar with Aurdino
2 Muhammad Ibaad Ur Rehmaan 125 D No skill set currently
3 Mohammad Anas Tungekar 161 D Circuit Implementation
4 Salman Asif 166 D Familiar with multisim
5 Syed Qaim Rizvi 157 D Circuit design and components
Project Objectives
Objective: Develop a hardware system that integrates a DC motor with an optical encoder and a microcontroller to accurately
measure the motor's speed.
Objective:Write code for the microcontroller that monitors the encoder's output, calculates the motor's speed in real-time, and
provides accurate speed measurements.
Objective: Design a user-friendly interface for displaying the measured motor speed in a human-readable format. Consider
options for visualization, such as LCD displays, LEDs etc
Objective:Design a circuit diagram to display how three phase supply is used to power variable dc motor.
Project Deliverables
Functional Speed Measurement System:
A working hardware system compromising of a three phase bridge rectifier, a DC motor, an optical encoder, and a
microcontroller.The system accurately measures and displays the speed of the DC motor in real-time.The system demonstrates
robust performance.
User-Friendly Interface and Data Visualization:
An aesthetically pleasing user interface for displaying the measured motor speed.
The ability to visualize the speed data on a designated output medium, such as an LCD display or LED etc.
Three Phase Bridge rectifier:
A three phase bridge rectifier using six diodes, with high efficiency of converting ac voltage to dc voltage.
Circuit diagram:
Circuit diagram blueprinting the whole system.
Time Scheduling
Risk Mitigation
01. Motor Compatibility can be rectified by checking it in great detail before its implementation.
02. Buying components from reliable suppliers will ensure we have fewer reliability issues
03. Component Procurement Delays can be mitigated through backup suppliers and strategies to deal with procurement
delays.
04. In order to keep voltage levels steady, we will use power supply from area where voltage fluctuations are low
References
Chatgpt, Daraz
Extent of Achievement
Skill(s) to be assessed
<50% 50%-65% 65%-80% 80%-100%
Resource Unable to Partial Partial identification Complete
identification and identify and identification or Partial allocation identification and
allocation allocate and allocation allocation
Task identification Unable to Partial Partial identification Complete
and scheduling identify and identification or Poor scheduling identification and
schedule and poor proper scheduling
scheduling
Bill of Materials No BOM and Incomplete Complete BOM and Complete BOM
(BOM) and budgeting budgeting BOM and budgeting with errors and budgeting
budgeting with no errors
Risk assessment and Unable to Identifies risks Partial risk Comprehensive
management identify risks correctly but identification and risk assessment
and unable to unable to partial mitigation and mitigation
propose propose plan proposed plan presented
mitigation mitigation plan
plan
Extent of Achievement
Skill(s) to be assessed
<50% 50%-65% 65%-80% 80%-100%
Resource Unable to Partial Partial identification Complete
identification and identify and identification or Partial allocation identification and
allocation allocate and allocation allocation
Task identification Unable to Partial Partial identification Complete
and scheduling identify and identification or Poor scheduling identification and
schedule and poor proper scheduling
scheduling
Bill of Materials No BOM and Incomplete Complete BOM and Complete BOM
(BOM) and budgeting budgeting BOM and budgeting with errors and budgeting
budgeting with no errors
Risk assessment and Unable to Identifies risks Partial risk Comprehensive
management identify risks correctly but identification and risk assessment
and unable to unable to partial mitigation and mitigation
propose propose plan proposed plan presented
mitigation mitigation plan
plan
Extent of Achievement
Skill(s) to be assessed
<50% 50%-65% 65%-80% 80%-100%
Resource Unable to
Partial Partial identification Complete
identification and identify and
identification or Partial allocation identification and
allocation allocate
and allocation allocation
Task identification Unable to
Partial Partial identification Complete
and scheduling identify and
identification or Poor scheduling identification and
schedule
and poor proper scheduling
scheduling
Bill of Materials No BOM and Incomplete Complete BOM and Complete BOM
(BOM) and budgeting budgeting BOM and budgeting with errors and budgeting
budgeting with no errors
Risk assessment and Unable to Identifies risks Partial risk Comprehensive
management identify risks correctly but identification and risk assessment
and unable to unable to partial mitigation and mitigation
propose propose plan proposed plan presented
mitigation mitigation plan
plan
Extent of Achievement
Skill(s) to be assessed
<50% 50%-65% 65%-80% 80%-100%
Resource identification Unable to Partial Partial identification or Complete
and allocation identify and identification Partial allocation identification and
allocate and allocation allocation
Task identification and Unable to Partial Partial identification or Complete
scheduling identify and identification Poor scheduling identification and
schedule and poor proper scheduling
scheduling
Bill of Materials (BOM) No BOM and Incomplete Complete BOM and Complete BOM and
and budgeting budgeting BOM and budgeting with errors budgeting with no
budgeting errors
Risk assessment and Unable to Identifies risks Partial risk Comprehensive risk
management identify risks correctly but identification and assessment and
and unable to unable to partial mitigation plan mitigation plan
propose propose proposed presented
mitigation mitigation plan
plan
Extent of Achievement
Skill(s) to be assessed
<50% 50%-65% 65%-80% 80%-100%
Resource Unable to Partial Partial identification Complete
identification and identify and identification or Partial allocation identification and
allocation allocate and allocation allocation
Task identification Unable to Partial Partial identification Complete
and scheduling identify and identification or Poor scheduling identification and
schedule and poor proper scheduling
scheduling
Bill of Materials No BOM and Incomplete Complete BOM and Complete BOM
(BOM) and budgeting budgeting BOM and budgeting with errors and budgeting
budgeting with no errors
Risk assessment and Unable to Identifies risks Partial risk Comprehensive
management identify risks correctly but identification and risk assessment
and unable to unable to partial mitigation and mitigation
propose propose plan proposed plan presented
mitigation mitigation plan
plan
Extent of Achievement
Skill(s) to be assessed
<50% 50%-65% 65%-80% 80%-100%
Resource identification Unable to Partial Partial identification Complete
and allocation identify and identification or Partial allocation identification and
allocate and allocation allocation
Task identification and Unable to Partial Partial identification Complete
scheduling identify and identification or Poor scheduling identification and
schedule and poor proper scheduling
scheduling
Bill of Materials (BOM) No BOM and Incomplete Complete BOM and Complete BOM
and budgeting budgeting BOM and
budgeting with errors and budgeting
budgeting with no errors
Risk assessment and Unable to Identifies risks Partial risk Comprehensive
management identify risks correctly but identification and risk assessment
and unable to unable to partial mitigation and mitigation
propose propose plan proposed plan presented
mitigation mitigation plan
plan