Author Topic: Emergency stop for runaway large DC motor  (Read 1345 times)

0 Members and 1 Guest are viewing this topic.

Offline geshkaTopic starter

  • Regular Contributor
  • *
  • Posts: 61
  • Country: ca
Emergency stop for runaway large DC motor
« on: May 03, 2024, 06:19:58 pm »
Hello folks.
Looking for some bright ideas for the following problem. 

Large DC motor rated up to 20 Amp 100V can have two potential dangerous situations:
1. Motor can be suddenly detached from the load (torn belt)
2. Driving board - it's FET transistor with PWM control may have potential failure.  FET has become shorted and all the power can go to FET.     

Looking at some solution  - fast one, that will shut the motor down pretty much instant.  Current control is not really works as current is dropping if load is gone. Speed control with microcontroller comes to mind first , but it may take computational time and so on...

Any suggesitons?  Thanks. 
 

Offline themadhippy

  • Super Contributor
  • ***
  • Posts: 2640
  • Country: gb
Re: Emergency stop for runaway large DC motor
« Reply #1 on: May 03, 2024, 07:04:02 pm »
shorting the motor out will stop it pretty rapid
 
The following users thanked this post: Smokey

Offline mag_therm

  • Frequent Contributor
  • **
  • Posts: 723
  • Country: us
Re: Emergency stop for runaway large DC motor
« Reply #2 on: May 03, 2024, 07:09:18 pm »
A common method would be with a change-over contactor to switch the armature to a dynamic braking resistor (DBR).
If separate field, ramp it up to field forcing level during braking.
The DBR value is chosen for controlled deceleration to minimize mechanical damage, and its power rating is based on the mechanical inertia.

You can search "DC motor dynamic braking"
 

Offline pcprogrammer

  • Super Contributor
  • ***
  • Posts: 3792
  • Country: nl
Re: Emergency stop for runaway large DC motor
« Reply #3 on: May 03, 2024, 07:11:44 pm »
shorting the motor out will stop it pretty rapid

Yep, with a big relay driven by a speed measuring micro. The micro should be able to detect a large raise in speed quick enough and put on the break to avoid any harm. The current might weld the relay shut, but since it is an emergency system it should be fine to have to replace it after resolving the original cause of the break.

Offline Gyro

  • Super Contributor
  • ***
  • Posts: 9551
  • Country: gb
Re: Emergency stop for runaway large DC motor
« Reply #4 on: May 03, 2024, 07:40:51 pm »
Yes, rotational system ultimate fail-safes are often sacrificial, eg SawStop... https://www.sawstop.com/why-sawstop/the-technology/
Best Regards, Chris
 

Offline geshkaTopic starter

  • Regular Contributor
  • *
  • Posts: 61
  • Country: ca
Re: Emergency stop for runaway large DC motor
« Reply #5 on: May 03, 2024, 07:41:43 pm »
Thanks , folks , for the valuable input, so detection system is the microprocessor measuring rotor speed and then breaking relay/resistor. 
Is there any solution to detect a MOSFET failure ? When it is getting shortened and full power applied to the motor?  I am thinking about PWN "watchdog" that is reseting timer inside microprocessor,   when  it is continuous DC applied to the motor instead of, say, 10 PWM cycles - microprocessor will shut down main power.  is that viable solution ? 
 

Offline ifonlyeverything

  • Regular Contributor
  • *
  • Posts: 89
  • Country: us
Re: Emergency stop for runaway large DC motor
« Reply #6 on: May 03, 2024, 08:12:07 pm »
Do you have (or could you have) access to hall sensors or something to measure RPM?
 

Online ajb

  • Super Contributor
  • ***
  • Posts: 2629
  • Country: us
Re: Emergency stop for runaway large DC motor
« Reply #7 on: May 03, 2024, 08:16:53 pm »
How "dangerous" are we talking about here?  Is the danger to the equipment or to people around it?  Keeping people safe requires warrants much more care than keeping the equipment safe. 

Is there any solution to detect a MOSFET failure ? When it is getting shortened and full power applied to the motor?  I am thinking about PWN "watchdog" that is reseting timer inside microprocessor,   when  it is continuous DC applied to the motor instead of, say, 10 PWM cycles - microprocessor will shut down main power.  is that viable solution ? 

It's fairly common to build this sort of protection into the power stage, especially for half/full bridge topologies where you have high- and low-side transistors, where if both are turned on at the same time you short out the power supply.  'Shoot through' or 'desaturation' protection would be terms to look for.  This can be accomplished during the transition phase of a single PWM cycle, which is important because a dead short across a 2kW power supply can do a lot of damage very quickly. 

If your power stage is transistor + freewheeling diode, then monitoring the output output waveform would be the only way to detect a short in the transistor.  To detect a short in the diode side of the bridge you would need to monitor current or voltage at the output node, but be able to shut things down very quickly as above.
 
The following users thanked this post: geshka

Offline geshkaTopic starter

  • Regular Contributor
  • *
  • Posts: 61
  • Country: ca
Re: Emergency stop for runaway large DC motor
« Reply #8 on: May 03, 2024, 08:18:21 pm »
I have optical encoder that is measuring RPM.  it gives 200 PPR, if it matters
« Last Edit: May 03, 2024, 08:25:00 pm by geshka »
 

Offline geshkaTopic starter

  • Regular Contributor
  • *
  • Posts: 61
  • Country: ca
Re: Emergency stop for runaway large DC motor
« Reply #9 on: May 03, 2024, 08:24:21 pm »
How "dangerous" are we talking about here?  Is the danger to the equipment or to people around it?  Keeping people safe requires warrants much more care than keeping the equipment safe. 


If your power stage is transistor + freewheeling diode, then monitoring the output output waveform would be the only way to detect a short in the transistor.  To detect a short in the diode side of the bridge you would need to monitor current or voltage at the output node, but be able to shut things down very quickly as above.

From the people it is only me :)  It is an equipment (lathe) with a lot of rotating masses that , when runaway can destruct itself 

I have power stage which is  transistor + freewheeling diode.  Is there any schematics examples to monitor waveform ? 
« Last Edit: May 03, 2024, 08:27:21 pm by geshka »
 

Offline mag_therm

  • Frequent Contributor
  • **
  • Posts: 723
  • Country: us
Re: Emergency stop for runaway large DC motor
« Reply #10 on: May 03, 2024, 08:47:36 pm »
With dynamic braking on a lathe, take care not to spin the chuck off !
 

Offline Benta

  • Super Contributor
  • ***
  • Posts: 5904
  • Country: de
Re: Emergency stop for runaway large DC motor
« Reply #11 on: May 03, 2024, 09:30:04 pm »
With dynamic braking on a lathe, take care not to spin the chuck off !
I think threaded spindle noses died out in the 1950s. Except for hobbyist machines, perhaps.
 

Offline geshkaTopic starter

  • Regular Contributor
  • *
  • Posts: 61
  • Country: ca
Re: Emergency stop for runaway large DC motor
« Reply #12 on: May 03, 2024, 10:15:23 pm »
I have Hendey lathe from 1918  :-DD
 

Offline Benta

  • Super Contributor
  • ***
  • Posts: 5904
  • Country: de
Re: Emergency stop for runaway large DC motor
« Reply #13 on: May 03, 2024, 10:39:37 pm »
I have Hendey lathe from 1918  :-DD
Wow! The top brand in lathes (Except for Monarch, but that's later).
Congrats.
 

Offline NiHaoMike

  • Super Contributor
  • ***
  • Posts: 9066
  • Country: us
  • "Don't turn it on - Take it apart!"
    • Facebook Page
Re: Emergency stop for runaway large DC motor
« Reply #14 on: May 04, 2024, 03:36:59 am »
Assuming it's powered from an AC power supply, have a contactor disconnect the AC power. Switching DC is far more difficult and shouldn't be necessary.
Cryptocurrency has taught me to love math and at the same time be baffled by it.

Cryptocurrency lesson 0: Altcoins and Bitcoin are not the same thing.
 

Offline pcprogrammer

  • Super Contributor
  • ***
  • Posts: 3792
  • Country: nl
Re: Emergency stop for runaway large DC motor
« Reply #15 on: May 04, 2024, 05:54:31 am »
Thanks , folks , for the valuable input, so detection system is the microprocessor measuring rotor speed and then breaking relay/resistor. 
Is there any solution to detect a MOSFET failure ? When it is getting shortened and full power applied to the motor?  I am thinking about PWN "watchdog" that is reseting timer inside microprocessor,   when  it is continuous DC applied to the motor instead of, say, 10 PWM cycles - microprocessor will shut down main power.  is that viable solution ?

Depends on the PWM frequency. But sure there are ways to detect if it is continuously on, only it might be that at times you have 100% power during normal functionality. So your micro needs to take action based on both speed and 100% power and decide what is needed to do. When speed is to high cut both power and short the motor. When speed is still ok, but power is 100% while your setting is below, just cut the power. This can be done on the mains side (AC) with another relay or a solid state relay.

Offline MarkT

  • Frequent Contributor
  • **
  • Posts: 375
  • Country: gb
Re: Emergency stop for runaway large DC motor
« Reply #16 on: May 04, 2024, 08:25:35 am »
shorting the motor out will stop it pretty rapid

Very large DC motors will break from their mountings if you do this and destroy stuff, probably worse than the original problem!!

If the original question is about a safety circuit in an industrial setting, then there are laws and standards about hazard reduction/elimination.  Bascially design the issue out if you can, alternatively fit guards so no-one can be injured, and if that's not good enough use a safety circuit designed according to relevant standards/legislation.

I assume this is a series-wound DC motor?  The design-out philosophy would say "never use series-wound DC motors"....
 

Offline max_torque

  • Super Contributor
  • ***
  • Posts: 1303
  • Country: gb
    • bitdynamics
Re: Emergency stop for runaway large DC motor
« Reply #17 on: May 04, 2024, 09:50:06 am »
Just fit a normal manual E-Stop in reach of the operator, which cuts supply power seperately to the motor driver

You REALLY should have one of these anyway, because getting your head dragged into a lathe and being unable to stop it, really isn't very nice (don't, unless you really are not squeemish, google this, because the pictures are pretty horrible.........)

I'm going to assusme you are not silly enough to leave the lathe spinning un-attended btw!
 

Offline Muttley Snickers

  • Supporter
  • ****
  • Posts: 2357
  • Country: au
  • Cursed: 679 times
Re: Emergency stop for runaway large DC motor
« Reply #18 on: May 04, 2024, 11:16:59 am »
Just fit a normal manual E-Stop in reach of the operator, which cuts supply power seperately to the motor driver

You REALLY should have one of these anyway, because getting your head dragged into a lathe and being unable to stop it, really isn't very nice (don't, unless you really are not squeemish, google this, because the pictures are pretty horrible.........)

I'm going to assusme you are not silly enough to leave the lathe spinning un-attended btw!

That's exactly what I did by installing an additional E-Stop switch at knee height as I wasn't happy with the location of the factory fitted combination Start/ Direction/ E-Stop panel which looked like a tacked on afterthought. I recognised immediately that if I got caught up there was no way to stop the machine, and as a machining nut I have also seen those disturbing images.

Fortunately there was a cavity cast in the machine just below the direction lever which appeared to be where they originally intended to put the control panel, so it was an easy install with the motor and wiring directly behind the cavity and I already had the kill switch in stock.

The lathe is a Hafco AL320G, not a huge machine but heavy and plenty of grunt with both 160mm 3 jaw and 200mm 4 jaw chucks, and every edge on the machine and its accessories are like razor blades, I can post a picture tomorrow as a reference for others who need to do the same.

« Last Edit: May 04, 2024, 12:34:38 pm by Muttley Snickers »
 

Offline Ground_Loop

  • Frequent Contributor
  • **
  • Posts: 649
  • Country: us
Re: Emergency stop for runaway large DC motor
« Reply #19 on: May 04, 2024, 12:02:22 pm »
For both cases you mentioned, do you really need to stop the motor?  It seems that cutting power and letting it coast down would be sufficient.  As mentioned above, hard stops can result in problems of their own.
There's no point getting old if you don't have stories.
 

Offline ifonlyeverything

  • Regular Contributor
  • *
  • Posts: 89
  • Country: us
Re: Emergency stop for runaway large DC motor
« Reply #20 on: May 04, 2024, 12:05:38 pm »
I'm not really understanding how or why it's dangerous for the motor to disconnect from the load. Motor will run fine with no load. Operator won't be harmed unless it's an external belt drive with no guards?
 

Offline CaptDon

  • Super Contributor
  • ***
  • Posts: 1778
  • Country: is
Re: Emergency stop for runaway large DC motor
« Reply #21 on: May 04, 2024, 01:08:19 pm »
Remember this very important safety item. If you sense overspeed the fault circuit must latch itself to prevent re-applying power when the RPM slows below the trip point during braking!! The circuit should be wired to self latch until manually reset!!
Collector and repairer of vintage and not so vintage electronic gadgets and test equipment. What's the difference between a pizza and a musician? A pizza can feed a family of four!! Classically trained guitarist. Sound engineer.
 
The following users thanked this post: geshka

Offline moffy

  • Super Contributor
  • ***
  • Posts: 1780
  • Country: au
Re: Emergency stop for runaway large DC motor
« Reply #22 on: May 04, 2024, 01:31:24 pm »
Remember this very important safety item. If you sense overspeed the fault circuit must latch itself to prevent re-applying power when the RPM slows below the trip point during braking!! The circuit should be wired to self latch until manually reset!!
An SCR into a brake resistor would do the trick.
 

Offline max_torque

  • Super Contributor
  • ***
  • Posts: 1303
  • Country: gb
    • bitdynamics
Re: Emergency stop for runaway large DC motor
« Reply #23 on: May 04, 2024, 02:18:20 pm »
The most likely failure is going to be the drive belt braking or gross slipping.  Either of those, as long as someone is watching, is not really a problem in terms of safety.

You can use a sprung leaded mechanical belt tensioner "arm" that has a micro switch on it, that should the belt break or fly offf, the arm then springs down, opening the microswitch and estopping the machine.  For something being used by a person and hence monitored, i don't think i'd bother tbh, as long as that person can, as mentioned, easily stop the machine without risk to themselves etc
 

Offline geshkaTopic starter

  • Regular Contributor
  • *
  • Posts: 61
  • Country: ca
Re: Emergency stop for runaway large DC motor
« Reply #24 on: May 04, 2024, 03:13:23 pm »
For both cases you mentioned, do you really need to stop the motor?
I can leave it coast free, sure.  No issues.  Just wanted to control power coming to the motor and react as quickly as possible
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf