Direct torque control of an induction motor using a microcontroller
I would like to know the details and how exactly I can control an INDUCTION MOTOR using suitable microcontroller by the method of "Direct torque control".
Comments for
Direct torque control of an induction motor using a microcontroller
Design a system using 8051 microcontroller to control the speed of a DC motor (5 or 10v rating) through RS 232 port of computer. Assume a data format to send to the microcontroller and there after controlling speed without interrupting rotation of DC motor
May 19, 2010
THANK YOU by: HANY
Thank you for your effort
Dec 04, 2009
Pwm by: Anonymous
You could use PWM with onboard pic hardware. I.e. ccp1 and and or ccp2. You should google h-bridge circuits as the pic couldn't drive a dc motor directly.