ag123
- 32
- 5
i'm basically wishing to calibrate some generic motors that are available out in the open that don't have specs. if one searches motor literature you would find various charts, these aren't the best ones but it shows the highly non-linear real curves of motor characteristics
https://www.orientalmotor.com/stepper-motors/technology/speed-torque-curves-for-stepper-motors.html
https://commons.wikimedia.org/wiki/File:Torque-Speed_Curve_for_a_typical_AC_motor.jpg
there are attempts to build and measure them like such
https://maker.pro/custom/tutorial/diy-electric-motor-dynamometer-design-principle-and-physics
and as the attempt so far suggest, the 'easy' part turns out to be working the calcs for the flywheel.
moment of inertia is calculated, it is there in the jupyter notebook. the calcs are there
https://www.kaggle.com/ag1235/motor-flywheel
the charts for the flywheel torque and rpm gives a good feel of it but is incomplete as it did not include the motor characteristics in the model. as i work it so far, the conclusions are that it is necessary to account for motor resistive losses and the back emf (which depends on both current and rpm) to arrive at a real model that matches the physical spinning up of the flywheel by the motor at constant voltage.
if the model is incorrect, it is meaningless to talk about using a flywheel as a dynamometer to measure the real motor characteristics. the physics is the basis for that. unfortunately, as i work the calcs, it turns out that those variables resistive losses, mechanical losses, back emf are possibly non-linear and the relationship isn't straight forward to built-in like the flywheel equations.
for now i'd make do with those 'simple' methods that simply measure the stall torque and no load rpm and simply draw a straight line connecting them. those are 'textbook' methods, which are approximations which i'd guess are widely used. the real models that matches physical realities as it seemed are anything but simple (non-linear, has many parameters to account for (resistive losses and back emf are main ones, non-linear current reducing as the flywheel gain rpm, hence reducing power output as rpm increase etc) for something as simple as spinning up a disc (flywheel).
if the model is accurate, i'd be able to model the voltage, current to flywheel torque, rpm like a 'motor equation'
https://www.orientalmotor.com/stepper-motors/technology/speed-torque-curves-for-stepper-motors.html
https://commons.wikimedia.org/wiki/File:Torque-Speed_Curve_for_a_typical_AC_motor.jpg
there are attempts to build and measure them like such
https://maker.pro/custom/tutorial/diy-electric-motor-dynamometer-design-principle-and-physics
and as the attempt so far suggest, the 'easy' part turns out to be working the calcs for the flywheel.
moment of inertia is calculated, it is there in the jupyter notebook. the calcs are there
https://www.kaggle.com/ag1235/motor-flywheel
the charts for the flywheel torque and rpm gives a good feel of it but is incomplete as it did not include the motor characteristics in the model. as i work it so far, the conclusions are that it is necessary to account for motor resistive losses and the back emf (which depends on both current and rpm) to arrive at a real model that matches the physical spinning up of the flywheel by the motor at constant voltage.
if the model is incorrect, it is meaningless to talk about using a flywheel as a dynamometer to measure the real motor characteristics. the physics is the basis for that. unfortunately, as i work the calcs, it turns out that those variables resistive losses, mechanical losses, back emf are possibly non-linear and the relationship isn't straight forward to built-in like the flywheel equations.
for now i'd make do with those 'simple' methods that simply measure the stall torque and no load rpm and simply draw a straight line connecting them. those are 'textbook' methods, which are approximations which i'd guess are widely used. the real models that matches physical realities as it seemed are anything but simple (non-linear, has many parameters to account for (resistive losses and back emf are main ones, non-linear current reducing as the flywheel gain rpm, hence reducing power output as rpm increase etc) for something as simple as spinning up a disc (flywheel).
if the model is accurate, i'd be able to model the voltage, current to flywheel torque, rpm like a 'motor equation'
Last edited: