Thursday 1 September 2016

What sort of electric "motor" would I need to launch a puck?


As the title suggests I am looking at making a hockey puck launcher so I can do some off ice technique training as a goal tender. I have no one to train with so I wanted to create a puck launcher similar to the tennis trainers they have that fire balls at you.


My idea was to run an electric motor that was attached to two spindles (via belt or chain drive) with spinning wheels. When the puck is inserted between them it will grab and take off. My problem is I'm unsure as to how to determine what size motor I would need as I don't know much about torque / force.


I want to be able to do the following:



  1. Fire a 100 gram (3.5 oz) inline puck.

  2. Speed should be able to be varied between 0 - 60 mph.

  3. Must be able to be plugged into 240v mains power (I live in Australia) via step down transformer or similar. (Note: I have qualified electricians who can do this for me).



I was looking at hobby RC motors as those cars likely weigh more than 100 grams and many of those can go extremely fast, they also have variable speed control to mimic a real car. My concern is though would they have enough power to grip the puck and throw it? Is there any math I can use to determine this at all?


If you need any more information or would like a design or something to help with the question to prevent it from being closed let me know.



Answer



You probably want a stored energy system to reduce required motor power.
Mean power can be low - if you lower the firing rate the mean power drops.


Easiest way to get consistent results is probably to have a rotating wheel with substantial mass that spins at the required circumferential velocity. If this is used to accelerate and "sling" the puck, and if Mwheel >> Mpuck then it will not slow much as the puck is accelerated to exit speed. Wheel is spun up by a motor of whatever power is desired. Larger motor = quicker recovery time. Note that if the wheel stores say 10 x the puck max energy you have a potentially lethal flywheel which would not be too hard to build safely, but care is required.


Wheel balancing machines spin the tires & wheels up with an electric motor. Some have quite a small Wattage motor and a slow run up time. Others use larger motors and faster runup. I've seen older ones with a 24 VDC motor and maybe a few 10's of Watts max power.


Spin up a wheel on such a machine to desired speed, place a sprung "floor" under the wheel, not touching but less than puck height separation, feed in a puck [from the BACK :-) ! ] and watch it vanish as it touches the tire. An old deadish wheel balancer may be available at minimal cost. Probably larger than what you had in mind :-).





Energy & Power:



  • Liberties: The following takes some liberties with power and energy profiles when accelerating a puck. If you accelerate at constant power then velocity change is not linear. If you accelerate at constant acceleration then power input is not linear. Time to accelerate depends on power input profile and is not the simplistic figure derived below. But, the following should give a good feel for power end energy levels involved.


Energy / Power / Acceleration / time in 'launcher' / ... :


Given puck with mass = 100g = 0.1 kg and
velocity_max = 60 mph = 27 m/s -> say 30 m/s then


Puck energy \$(E_K) = \frac{1}{2} \times m \times v^2 = 0.5 \times 0.1 \times 30^2 = 45 Joule = 45 Watt seconds. \$
(\$ E_K \$*=kinetic energy, m= mass of the object in kg, v= speed of object in m/s).*


Linear motor: If you accelerated it at constant power over a say 1 metre linear track them

Vmean = (30-0)/2 = 15 m/s so time to accelerate = 1/15s = 67 mS.
As puck energy = 45 W.s and you are delivering this in 1/15s the power during acceleration is ~= 45 Ws / (1/15s) = 675 Watts.
That's more Watts than you'd like to need in a linear launcher if you are driving it directly electrically.


"Crossbow": Instead you can wind up a "crossbow" type mechanism where a spring or torsion bar or whatever is wound up to store the desired amount of energy and then "tripped".
For a potential firing rate of 1/second you need 45 Watt of energy to storage transfer rate - say about double this to get electrical motor input or about 100W.
For a 5 second repeat rate you are down to 20W and 10W for 10 second cycle time.


"Putter:" A 10 Watt motor winding up a spring via a reduction box or screw thread or ...? is easy to build and play with. It would (probably) be easy to pull back a weight on a pivot (rigid shaft pendulum) and let it go so it swings and strikes the puck, golf putter style. Potential energy in a mass is mgh
or about 10 x kg x height.
You want 45 W.s max. 10 kg x 0.5 metre x 10 = 50 W.s
Height is the vertical height above rest level.

Velocities are now wrong and you are going to need to deal with impulse energy transfer, but it should be in the order of right.


Rocket: A potentially workable system would be to use compressed air and a pressure reservoir. A completely DIY system could use a "water rocket" type launcher as built by amateurs world wide. Liable to be somewhat noisy [tm] on release.


Treadmill motor / Direct drive rotary flinger: A potentially excellent excellent motor for a flinger is a treadmill motor. These are typically rate in the 0.5 to "several" HP range and 200 VDC permanent magnet units powered from 230 VAC rectified mains (and no doubt the 110 VAC based versions in the US) are common. Speed control by PWM or other voltage variation allowing wide range speed control. An arbitrarily large disk could be attached directly to suit the motors preferred RPM maximum. eg an 1800 RPM motor = 30 RPS will need a 1 metre circumference disk to deliver 30 m/S = a diameter of 318 mm or about 1 foot.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...