element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum question concerning multicomp dc motors
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 1 reply
  • Subscribers 390 subscribers
  • Views 171 views
  • Users 0 members are here
Related

question concerning multicomp dc motors

Former Member
Former Member over 10 years ago

Hi everybody,

My name is Dudu and I'm a high school physics teacher and I need your help:

We are doing a project that involves measuring dc motors' speed as a function of load on the axis and comparing our results to manufactures specs.

 

The motors we are working with are Multicomp MM10 and MM28 and right now we are measuring angular velocity (rpm) operating voltage and current with no load on the axis.

 

The problem is that we are not sure how the manufacture of this motors measured the voltage, current and velocity and we also found several problems with the "no load" section in the specs (http://www.farnell.com/datasheets/1662763.pdf)

 

If someone would be kind enough to explain with a simple sketch and explanation how to measure this parameters we would be most grateful.

 

Thanks in advance,

D.

  • Sign in to reply
  • Cancel
Parents
  • jw0752
    jw0752 over 10 years ago

    Hi Dudu,

    While I am not going to be able to answer your specific question I will begin the discussion which may get others involved and perhaps some useful information will come from it. You are dealing with a multiple variable problem. Voltage and current are on one side of the equation and since we can measure them quite accurately we should have a good idea of the energy going into the motor. For any given input of Voltage the Current draw of the motor will be a value such that the voltage times the current will equal the heat being dissipated in the motor plus the torque (caused by internal friction of the motor) times the angular velocity. If we could count on the torque, caused by internal friction, remaining constant over a range of angular velocities our analysis would be much easier. Unfortunately this will not be the case as the frictional torque will certainly increase as the angular velocity increases. Perhaps the frictional torque will not even increase in a linear manner but to simplify the problem I would begin by assuming that it does. I would also assume that the heat generated is constant and part of the friction factor. This will simplify our equation to Voltage times Current equals Torque times Angular Velocity plus a factor that will account for the increase in torques as the angular velocity increases. We can now take measurements at a low angular velocity. The angular velocity of the shaft is measured with a tachometer, the voltage is measured with a voltmeter and the current with an ammeter. We can now calculate the Torque for this low RPM. Let's call this specific Torque value "TL". Next we repeat the process for a higher angular velocity. Next, take the measurements as before and calculate the new and greater torque that is present at this higher angular velocity. Let's call it "TH". Note: It will help if the low angular velocity and the high angular velocity that you choose bracket the test range where you intend to take your experimental measurements. Now by assuming a linear relation between angular velocity of the motor and the resultant frictional torque we can come up with a coefficient that we can use in our future calculations. Over the range of the low to high angular velocity, the change in Torque divided by the change in Angular Velocity will equal this coefficient, let's call this "k". We will use this factor so that we can calculate the frictional torque of any angular velocity in the range of our experiment from the angular velocity in terms of the original torque "TL". Our formula becomes Torque( at specific angular velocity) = TL + k times (same specific angular velocity). Now you are ready to start adding an external load to the motor in the form of a dynamometer. We still have our power input to the motor (V*A) and we have the angular velocity as measured by our tachometer. From this we can calculate our total Net resultant torque. Now we use our formula for torque of friction at this angular velocity to calculate the frictional torque and subtract it from the total net resultant torque and the answer is the torque that is being added by the dynamometer. Compare this figure with the dynamometer to see how well it tracks with predictions in the Data Sheet.

    John

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • jw0752
    jw0752 over 10 years ago

    Hi Dudu,

    While I am not going to be able to answer your specific question I will begin the discussion which may get others involved and perhaps some useful information will come from it. You are dealing with a multiple variable problem. Voltage and current are on one side of the equation and since we can measure them quite accurately we should have a good idea of the energy going into the motor. For any given input of Voltage the Current draw of the motor will be a value such that the voltage times the current will equal the heat being dissipated in the motor plus the torque (caused by internal friction of the motor) times the angular velocity. If we could count on the torque, caused by internal friction, remaining constant over a range of angular velocities our analysis would be much easier. Unfortunately this will not be the case as the frictional torque will certainly increase as the angular velocity increases. Perhaps the frictional torque will not even increase in a linear manner but to simplify the problem I would begin by assuming that it does. I would also assume that the heat generated is constant and part of the friction factor. This will simplify our equation to Voltage times Current equals Torque times Angular Velocity plus a factor that will account for the increase in torques as the angular velocity increases. We can now take measurements at a low angular velocity. The angular velocity of the shaft is measured with a tachometer, the voltage is measured with a voltmeter and the current with an ammeter. We can now calculate the Torque for this low RPM. Let's call this specific Torque value "TL". Next we repeat the process for a higher angular velocity. Next, take the measurements as before and calculate the new and greater torque that is present at this higher angular velocity. Let's call it "TH". Note: It will help if the low angular velocity and the high angular velocity that you choose bracket the test range where you intend to take your experimental measurements. Now by assuming a linear relation between angular velocity of the motor and the resultant frictional torque we can come up with a coefficient that we can use in our future calculations. Over the range of the low to high angular velocity, the change in Torque divided by the change in Angular Velocity will equal this coefficient, let's call this "k". We will use this factor so that we can calculate the frictional torque of any angular velocity in the range of our experiment from the angular velocity in terms of the original torque "TL". Our formula becomes Torque( at specific angular velocity) = TL + k times (same specific angular velocity). Now you are ready to start adding an external load to the motor in the form of a dynamometer. We still have our power input to the motor (V*A) and we have the angular velocity as measured by our tachometer. From this we can calculate our total Net resultant torque. Now we use our formula for torque of friction at this angular velocity to calculate the frictional torque and subtract it from the total net resultant torque and the answer is the torque that is being added by the dynamometer. Compare this figure with the dynamometer to see how well it tracks with predictions in the Data Sheet.

    John

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube