Pulse Width Modulation Explained - Relevant Links Included

AI Thread Summary
Pulse Width Modulation (PWM) is a technique used to control power delivery to electrical devices by varying the width of the pulses in a signal, which helps maintain torque in DC motors while modulating speed. The PWM signal consists of a frequency and a duty cycle, where the duty cycle determines the proportion of time the signal is on versus off. This method allows for effective control of both resistive and inductive loads, such as lights and motors. Relevant circuits and resources, including the LM324 operational amplifier and various online links, are provided for further understanding. PWM is essential in applications like motor speed control and is commonly utilized in microcontroller projects.
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
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
Thread 'Beauty of old electrical and measuring things, etc.'
Even as a kid, I saw beauty in old devices. That made me want to understand how they worked. I had lots of old things that I keep and now reviving. Old things need to work to see the beauty. Here's what I've done so far. Two views of the gadgets shelves and my small work space: Here's a close up look at the meters, gauges and other measuring things: This is what I think of as surface-mount electrical components and wiring. The components are very old and shows how...
Back
Top