0% found this document useful (0 votes)
7 views3 pages

Assignment

The document outlines a situational analysis assignment focused on a DC motor speed control system powered by a battery through a DC-DC converter. It requires mathematical modeling, simulation of control algorithms, and performance evaluation for maintaining precise motor speed under varying loads, specifically for applications like conveyor belts. Deliverables include a comprehensive report with derivations, control diagrams, and simulation files, emphasizing control systems engineering and power management.

Uploaded by

Kaveneesh M
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views3 pages

Assignment

The document outlines a situational analysis assignment focused on a DC motor speed control system powered by a battery through a DC-DC converter. It requires mathematical modeling, simulation of control algorithms, and performance evaluation for maintaining precise motor speed under varying loads, specifically for applications like conveyor belts. Deliverables include a comprehensive report with derivations, control diagrams, and simulation files, emphasizing control systems engineering and power management.

Uploaded by

Kaveneesh M
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Situational Analysis Assignment: DC Motor Speed Control System with

Battery Input, DC-DC Converter, and DC Motor Load

Objective:

Conduct a thorough situational analysis of a DC motor speed control system powered


by a battery via a DC-DC converter. The focus is on implementing and evaluating speed
control mechanisms to maintain precise motor speed under varying loads and
conditions. The analysis should include mathematical modeling, simulation of control
algorithms, performance metrics (e.g., settling time, overshoot, steady-state error),
efficiency impacts, and fault handling. Discuss open-loop vs. closed-loop control, and
optimize for applications like robotic arms where constant speed is critical despite load
changes. Use tools like MATLAB/Simulink for simulations and include calculations for
controller parameters, power consumption, and system stability.

System Description:

The system comprises:

• A battery supplying power.


• A DC-DC converter for voltage regulation to the speed controller.
• A DC motor as the load, with speed regulated via a controller (e.g., PID
implemented on a microcontroller like ESP32).

This setup is for a conveyor belt system in a manufacturing line, where the motor must
maintain a constant speed (e.g., 2000 RPM) under variable loads (e.g., different weights
on the belt). Speed feedback is provided by a hall-effect sensor or encoder (assume 100
pulses per revolution). The controller adjusts PWM duty cycle to achieve the desired
speed.

Detailed Component Specifications:

1. Battery Details:
a. Type: Lithium-polymer (LiPo) battery pack.
b. Nominal Voltage: 24 V DC.
c. Capacity: 10 Ah (total energy storage: 240 Wh).
d. Internal Resistance: 100 mΩ (assume 6S configuration with 6 cells in
series).
e. Maximum Discharge Current: 20 A continuous, 40 A peak for 5 seconds.
f. State of Charge (SoC) Range: Operates between 10% and 100% SoC;
cutoff voltage at 18 V (3 V per cell) to avoid deep discharge.
g. Temperature Range: Optimal between -10°C and 50°C; derate by 15%
below 0°C or above 40°C.
h. Additional Notes: Equipped with a Battery Management System (BMS) for
protection against overcurrent, overvoltage, and thermal runaway. Start
analysis with 90% initial SoC.
2. DC-DC Converter Details:
a. Type: Synchronous boost-buck converter (bidirectional for regenerative
braking if applicable).
b. Input Voltage Range: 18 V to 28 V (handling battery fluctuations).
c. Output Voltage: Fixed at 24 V for stable supply to the motor driver; ripple
< 0.5%.
d. Maximum Output Current: 15 A continuous.
e. Efficiency: 92% at nominal load (reduces to 80% at light loads due to fixed
losses).
f. Switching Frequency: 200 kHz (using IGBT switches with on-resistance 20
mΩ).
g. Inductor: 50 μH with 0.2 Ω ESR.
h. Capacitors: Input 470 μF, output 1000 μF.
i. Control Method: Current-mode control with PID loop (Kp = 1, Ki = 20, Kd =
0.1 for voltage stability).
j. Protections: Short-circuit protection, overvoltage clamp at 30 V, thermal
limit at 120°C.
k. Additional Notes: The converter provides a regulated supply to the H-
bridge and microcontroller, with feedback to adjust for speed control
demands.
3. DC Motor Details:
a. Type: Brushless DC (BLDC) motor for better efficiency and control
(assume 3-phase with hall sensors).
b. Rated Voltage: 24 V DC.
c. Rated Power: 300 W.
d. Rated Speed: 2500 RPM (no-load speed: 3000 RPM).
e. Rated Torque: 1.2 Nm (stall torque: 4 Nm).
f. Rated Current: 12 A (no-load current: 1 A; stall current: 30 A).
g. Phase Resistance (Rph): 0.5 Ω.
h. Phase Inductance (Lph): 2 mH.
i. Back EMF Constant (Ke): 0.008 V/RPM (or 0.084 V/rad/s).
j. Torque Constant (Kt): 0.08 Nm/A.
k. Moment of Inertia (J): 0.002 kg·m² (with load).
l. Damping Coefficient (B): 0.001 Nm/(rad/s).
m. Efficiency: 85% at rated speed and load.
n. Additional Notes: Speed control via electronic commutation and PWM
(frequency: 15 kHz, duty cycle 0-100%). Encoder resolution: 1024 PPR for
precise feedback. Ambient temperature: 30°C with natural convection
cooling.

Analysis Requirements:

Organize your analysis into sections with equations, derivations, numerical examples,
and simulations. Use the specs to compute values.

a. Model the open-loop system: Calculate speed vs. duty cycle curve,
including back EMF (( E = K_e \omega )) and armature equation (( V = E + I
R + L \frac{dI}{dt} ); steady-state simplify to ( V = E + I R )).
b. For closed-loop: Design a PID speed controller (suggest Kp = 0.2, Ki = 5,
Kd = 0.01). Compute steady-state error for a 2000 RPM setpoint under 0.5
Nm load.
c. Determine power input from battery, converter output, and motor
efficiency at constant speed with varying torque (0.5-1.5 Nm).
d. Plot speed-torque characteristics and operating points.

Deliverables:

• Report (6-12 pages) with math derivations, control block diagrams, root locus or
Bode plots for stability, and simulation waveforms (e.g., speed vs. time).
• Code/Simulation Files: Arduino sketch for PID implementation or Simulink
model.
• References: IEEE standards for motor control (e.g., IEEE 1566), control theory
texts.

This assignment emphasizes control systems engineering, power management, and


practical implementation. Justify any assumptions (e.g., linear approximations) and
consider real-time constraints.

You might also like