maximum motor speed given pwm frequency
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2003-06-06 3:17 AM
Posted on June 06, 2003 at 12:17
maximum motor speed given pwm frequency
Labels:
- Labels:
-
Motor Control Hardware
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 1:16 AM
Posted on May 17, 2011 at 10:16
Hi
I am wondering is there an easy way to determine the maximum speed of a motor in rpm, given the pwm frequency? Or even the other way around. Given a motor speed, calculate the the pwm frequency. I would like to calculate the pwm frequency for a motor with 4 poles running at 80,000 rpm. Is there any documentation on this sort of thing? Thanks.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 1:16 AM
Posted on May 17, 2011 at 10:16
Hello!
The speed is not related to the PWM frequency but to the PWM duty cycle and to the step time (meaning the time between 2 commutations). Example for a BLDC motor: For a 2P Poles MOTOR at N (rpm) targeted speed: Step time St = 60/ (N*6*P). What kind of motor are you talking about? What is the micro you are interrested in?Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 1:16 AM
Posted on May 17, 2011 at 10:16
Ok, thanks for the equation. I think that will answer my question. I am currently using the st72141 and the motor will be a BLDC.
Thanks for the help. John