Page 1 of 1

DC motor Torque

PostPosted: Wed Apr 13, 2011 1:43 pm
by tjanggut
Hi there,
I was assigned to make a project that can variable a DC motor torque using micro-controller (whatever type).
my question is:

1- Is it possible we can variable a DC motor torque? or we need a AC motor?
2- Is it PWM can variable DC motor torque? because before this i just use the PWM to control speed of DC motor.

I hope somebody can help me. :D

Re: DC motor Torque

PostPosted: Wed Apr 13, 2011 2:30 pm
by shahrul
It's possible. PWM duty cycle is controlling speed, PWM frequency is controlling torque. You may test it.

Re: DC motor Torque

PostPosted: Wed Apr 13, 2011 3:44 pm
by tjanggut
shahrul WROTE:It's possible. PWM duty cycle is controlling speed, PWM frequency is controlling torque. You may test it.


Oh, really? ok2.. i will test it. thanks.