Pulse Width Modulation Explained - Relevant Links Included

Click For Summary

Discussion Overview

The discussion centers around the working principle of Pulse Width Modulation (PWM), its applications, and relevant resources for further understanding. Participants explore both theoretical aspects and practical applications of PWM in electrical engineering, particularly in controlling motors and other loads.

Discussion Character

  • Exploratory
  • Technical explanation
  • Homework-related

Main Points Raised

  • One participant requests an explanation of PWM and its applications, indicating a need for foundational knowledge.
  • Another participant provides a circuit example for PWM control using an LM324, detailing its components and potential applications for resistive and inductive loads.
  • A participant explains that PWM allows for full power delivery to loads while modulating speed, particularly in DC motors, without sacrificing torque.
  • Discussion includes the definition of PWM characteristics such as frequency and duty cycle, with an example illustrating how these parameters affect motor control.
  • A participant suggests a specific website for further reading on PWM control systems.

Areas of Agreement / Disagreement

Participants generally agree on the basic principles and applications of PWM, but there is no consensus on the depth of explanation or specific applications, as some participants are seeking foundational knowledge while others provide technical details.

Contextual Notes

Some participants express varying levels of familiarity with electrical sciences, which may influence the depth and clarity of the explanations provided. There is also a mix of theoretical and practical perspectives on PWM applications.

Who May Find This Useful

This discussion may be useful for individuals new to electrical engineering, particularly those interested in understanding PWM and its applications in motor control and other systems.

abs_vicky
Messages
9
Reaction score
0
Actually i m new to electrical sciences, can anyone please explain me the working principle of a PWM?? and its applications , please provide any relevant links concerning it. Thanks in advance
 
Engineering news on Phys.org
Here is a simple pulse width modulation (PWM) control of a mosfet switch:

http://www.solorb.com/elect/pwm/pwm2/

In both circuits, one LM324 provides a voltage reference, two LM324's produce a triangular waveform, and the fourth LM324 is used as a variable threshold comparator to produce a constant frequency, variable width PWM signal to the output switch. This circuit can be used for both resistive loads (lights) and inductive loads (electric motors).

LM324 datasheet:

http://www.national.com/profile/snip.cgi/openDS=LM324

Bob S
 
Last edited by a moderator:
abs_vicky said:
Actually i m new to electrical sciences, can anyone please explain me the working principle of a PWM?? and its applications , please provide any relevant links concerning it. Thanks in advance

One key concept in the application of PWM is that while the voltage is ON, you are delivering full power to the load (generally). This is useful for modulating the speed of DC motors, for example. You do not vary the speed of a DC motor by lowering the drive voltage, because you sacrafice torque if you do that. But if you use PWM to lower the speed (by using lower and lower ON times per drive period), your torque holds up much better.

http://en.wikipedia.org/wiki/Pulse-width_modulation

.
 
A PWM signal has a frequency and a duty cycle. The frequency is related to how long the period is. The duty cycle is usually a percentage related to the percentage of the period that the signal is on. For instance, a 1kHz, 50% duty cycle, 5V peak to peak (0-5VDC) signal looks like a square wave with it being on (5V) for 0.5ms (50% * (1/1kHz)) and off (0V) for the other 0.5ms, repeat. This allows for what I think is called an apparent voltage, which is calculated by multiplying the duty cycle by the peak to peak voltage, or in this case, 2.5 V (50% * 5V). This is helpful in controlling motors, because the RPM of a motor is related to how much power you supply it. So, if you want a lower RPM, you use a PWM signal with a low duty cycle, and vice versa. I believe it's called proportional control. Arduino makes simply controllers (duemilanove and Uno) that center around PWM outputs. You'll obviously need an actuator to drive the motors, because you traditionally don't power motors from a microcontroller.
 
Last edited:
Please check domain "www.PWM-Theory.com". Please read "Introduction to PWM Control Systems. Zelimir
 

Similar threads

  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 16 ·
Replies
16
Views
7K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 19 ·
Replies
19
Views
2K
  • · Replies 11 ·
Replies
11
Views
101K