+ Reply to Thread
Results 1 to 6 of 6

Thread: Three Phase Motor Brake

  1. #1
    solis365 Good solis365 Good solis365 Good
    Join Date
    Oct 2008
    Location
    CT&NY, USA
    Posts
    193

    Default Three Phase Motor Brake

    I have a woodworking shop and am looking to put a brake on a very large radial arm saw (16" blades), as they spin for a very long time after power has been cut. The motor is something like 1 to 1.5 horsepower, three phase. The idea is to send a large (~12A peak) "DC" current (only needs to be half wave rectified, no smoothing) into the motor to act as a brake. The blade cannot come to a stop immediately as this will loosen the bolt that holds it on. The best way to stop it is slowly, over a period of 8 seconds (the blade coasts for far longer than that normally).

    I am inspired by the PDF linked below:
    http://home.comcast.net/~greg.bruce/..._Saw_Brake.PDF

    However the issue with this project is that it requires the user to: hit the off switch of the machine, then press and hold a momentary switch for 8 seconds until the blade stops. It would be safer if the brake were applied every time the power was turned off, for an automatic 8 seconds.

    I would like to design such a device. My current thought is to have the kill switch on the machine also trigger a smaller electronic circuit. This circuit will turn a relay on, allowing the 12A DC into the motor winding. Meanwhile some sort of timing circuit (RC network most likely) will be set for 8 seconds, and when the capacitor charges the relay will be shut off. However after the relay shuts off power must be cut to the saw entirely. At this point the only way the saw could be "more off" (i.e., guaranteed off) is by pulling the plug.


    This is probably more easily accomplished with a small microcontroller accepting interrupts from the "off" switch of the saw.

    Also, this circuit will need to be powered from the same AC line as the saw. Though it can be rectified, the saw will probably draw upwards of 20A from the line at a moments notice. Especially if something binds while cutting, so the control circuit will need to be immune to these sorts of power draws on the line. If a small "wall wart" type circuit will provide the necessary isolation...
    Attached Files
    Last edited by solis365; 22nd August 2009 at 07:19 AM.


  2. #2
    marcbarker Good marcbarker Good marcbarker Good
    Join Date
    Jul 2009
    Location
    London, UK
    Posts
    728

    Default

    I do quite like the elegant simplicity of the scheme in the PDF file, you switch off then hold a button in for a few seconds. Better than slowing it down by pressing a lump of wood in! Similar application I think to bench grinder or angle grinder, if I want to stop either of them quicky I shove a piece of metal in. Dangerous I suppose!
    Last edited by marcbarker; 22nd August 2009 at 04:51 PM.

    "I think, therefore I toast" ( Mr. T. Toaster, artificial life form, kitchen appliance & Philosopher)

  3. #3
    user_88 Newbie
    Join Date
    Nov 2008
    Location
    Texas
    Posts
    415

    Default alternate braking method ... eddy current braking

    If you were to place an aluminum plate on either side of the circular saw blade, as in the form of spacer plates, you might be able to utilize the method described here:
    Eddy current brake - Wikipedia, the free encyclopedia
    You would have to rig an electromagnet so that its flux vector is perpendicular to the blade.

    ... and then set up a timer on the electromagnet circuit .....

    Overall, it sounds like a relatively simple scheme. You might have to experiment with the magnetic field strength .... and respective level of braking achieved.

    ... just a suggestion.

    It may be that you would actually get a braking effect while only using the metal saw blade as the rotor ....However, if you could install the aluminum spacer plates ... in a manner so as to interact with the magnetic field, you would certainly have more braking efficiency.
    Last edited by user_88; 22nd August 2009 at 05:49 PM.

  4. #4
    mneary Excellent mneary Excellent mneary Excellent mneary Excellent mneary Excellent mneary Excellent mneary Excellent mneary Excellent mneary Excellent
    Join Date
    Feb 2007
    Location
    California USA
    Posts
    3,824

    Default

    I worked on a product that used DC braking of an AC induction motor, and we learned a few things that might help you.

    The resistance of the motor is much less than its AC impedance, thus the DC voltage that you need for braking is quite low. Your 12A can come from a DC supply as low as 12 volts!

    You can use a capacitor to initially supply the 12V. If it's a capacitor discharge system you don't have to disconnect it once you've stopped. (No explicit timer.)

    You can adjust the DC voltage to limit the initial braking, with less dependence on cutting up heating elements.

    Be sure to protect the DC supply from the energy in the motor! Use a properly rated forward diode in series with the supply and a reverse diode across the supply!

    The capacitor should be doing all the work.
    de KI6RWX

  5. #5
    Boncuk Excellent Boncuk Excellent Boncuk Excellent Boncuk Excellent Boncuk Excellent Boncuk Excellent Boncuk Excellent
    Join Date
    Nov 2007
    Location
    Phetchabun,Thailand
    Posts
    3,458

    Default

    Why don't you brake mechanically?

    connect a two position lever to a spring loaded brake shoe normally used in cars and have it press against the saw blade?
    Proper Planning Prevents Piss Poor Performance

  6. #6
    solis365 Good solis365 Good solis365 Good
    Join Date
    Oct 2008
    Location
    CT&NY, USA
    Posts
    193

    Default

    Quote Originally Posted by Boncuk View Post
    Why don't you brake mechanically?

    connect a two position lever to a spring loaded brake shoe normally used in cars and have it press against the saw blade?
    mechanically braking the saw blade could damage it unless done very precisely. Also, as it is a radial arm saw, the actual blade slides forward and back, meaning the brake assembly would have to move with it, all while remaining mechanically stable enough to never interfere with the blade while in operation... I think it would be easier to design an adequately safe electronic brake rather than a safe mechanical one.

    Quote Originally Posted by mneary
    I worked on a product that used DC braking of an AC induction motor, and we learned a few things that might help you.

    The resistance of the motor is much less than its AC impedance, thus the DC voltage that you need for braking is quite low. Your 12A can come from a DC supply as low as 12 volts!

    You can use a capacitor to initially supply the 12V. If it's a capacitor discharge system you don't have to disconnect it once you've stopped. (No explicit timer.)

    You can adjust the DC voltage to limit the initial braking, with less dependence on cutting up heating elements.

    Be sure to protect the DC supply from the energy in the motor! Use a properly rated forward diode in series with the supply and a reverse diode across the supply!

    The capacitor should be doing all the work.
    so just have the "off" switch trigger some circuitry that passes a charged capacitor to the motor windings? then to get the timing right just adjust something like a series resistor to change the time constant?

    this sounds pretty simple but the problem is the capacitor will apply braking force exponentially - lots of stopping force initially, and exponentially less. so even though it may take 8 seconds, most the the braking will be done in the first 1 or 2 seconds. This may still cause the blade to loosen. With just the heater wire (i.e., resistor), the braking is constant through the 8 seconds. Hence the need for a timer and control circuitry. do you have a way to use the capacitor method, but keep the braking force a little more constant over the 8 seconds?

    the main concern is safety, which is why I want an automatic brake to be applied, as usually the operator is concerned with holding the wood and making sure it doesnt drop to the floor, is cut properly, etc. keep in mind there is a 16" steel blade rotating at a few thousand RPMs


    thanks for the suggestions!

+ Reply to Thread

Similar Threads

  1. dc motor brake
    By bobby b in forum Electronic Projects Design/Ideas/Reviews
    Replies: 2
    Latest: 15th December 2008, 02:03 AM
  2. looking to build a motor Control with variable brake
    By mazur50 in forum General Electronics Chat
    Replies: 7
    Latest: 4th January 2008, 08:49 PM
  3. Question about a three phase motor ...
    By john1 in forum Electronic Projects Design/Ideas/Reviews
    Replies: 7
    Latest: 28th July 2006, 02:31 PM
  4. motor with brake?
    By blibala in forum General Electronics Chat
    Replies: 2
    Latest: 29th October 2003, 04:20 PM
  5. converting 3 phase motor to single phase
    By norberto fines in forum Electronic Projects Design/Ideas/Reviews
    Replies: 6
    Latest: 2nd September 2003, 10:21 PM

Tags for this Thread