Re: how to safely stall a DC motor
Posted by
Lance Hopper
on 2005-05-18 15:10:22 UTC
One of these days I'm going to have to learn about PIC's and all the
cool things you can do with them. However, for the time being, I
think the relay and resistor idea seems to be the easiest for me.
I'm still open to ideas though...
--- In CAD_CAM_EDM_DRO@yahoogroups.com, "Alan Marconett" <KM6VV@a...>
wrote:
cool things you can do with them. However, for the time being, I
think the relay and resistor idea seems to be the easiest for me.
I'm still open to ideas though...
--- In CAD_CAM_EDM_DRO@yahoogroups.com, "Alan Marconett" <KM6VV@a...>
wrote:
> Hi Lance,or EMCO 5"
>
> In the past I've considered making a tool changer for my Sherline
> lathe. I got a peek at the EMCO tool changer.You will
>
> Sounds like you need a small circuit with a PIC (or BASIC stamp).
> have rotate forward at full power (24v) until the position issensed, then
> rotate backwards a short time (again at 24v), then drop the power(2v) and
> hold it.Low duty
>
> I don't think you need PWM, although it COULD be done that way.
> cycle would give you some holding torque. How did you measure the2V?
> 'Scope or multimeter? They may just be using a series resistor toreduce
> the holding current.a small
>
> I suggest using a circuit similar to that in K158, which will drive
> bipolar stepper motor. You only need the 1/2 of the transistorsection, and
> the D-latch. This will control current in one winding, (yourmotor). This
> gives you reversible control of a winding (motor).dirty, use a
>
> http://kitsrus.com/kits2.html
>
> What is still needed is way to reduce the current. Quick and
> relay contact to short out a series resistor in the motor supplyline for
> full current. Holding current would be with the resistor in thecircuit.
> The opto isolators are a good idea. A simple transistor can drivethe
> relay. It might also be possible to "parallel" the forwardelements of the
> H-bridge, and turn on both forward elements to give full power, andonly one
> for holding (bottom transistor of one side, top transistor of theother
> side).circuit
>
> PWM generated by a PIC could control the duty cycle, although this
> does not allow for it. Logic would have to be added to "AND" thegate
> signals with the PWM signal.additional
>
> The PIC or Stamp would need a simple (?) program.
>
> OR,
>
> As you suggest, drive a DPDT relay to set direction. Use two
> relays, (one with a series resistor to limit current) to both turnon and
> set the power of the motor. Drive them with the PIC. You'll needan input
> to the PIC to tell it to go to the next position, and probably twoopto
> sensors. One to detect "on station", and another possibly todetect Tool
> #1.cnc
>
> Look for a PIC or BASIC stamp experimenter's kit.
>
>
> Alan KM6VV
>
>
> > Subject: [CAD_CAM_EDM_DRO] how to safely stall a DC motor
> >
> > I'm in the process of completely retrofitting an Emco Turn 120
> > lathe. It's got an 8 position tool turret on a ratchet mechanism,gear.
> > driven by a small DC gearmotor (24VDC ~15watts) through a worm
> >proper
> > In operation, the motor spins the turret forward until the
> > tool location is found (a small sensor board senses each position)pawl
> > then the motor reverses and then stalls out holding the ratchet
> > into the ratchet teeth. This in conjuction with the gearmotor andFar
> > worm drive help to hold the turret in postion during machining.
> > from ideal I know, but at this point I want to make the existingturret.
> > setup work rather than redesigning/rebuilding the whole tool
> >no
> > I've found somebody that has my same machine, but in working
> > order, and has verified that the motor sees 24VDC while in forward
> > operation, and 2VDC while in reverse/stall. From the manual they
> > show a basic H-bridge circuit that drives the motor but virtually
> > details. At this point we are guessing that the motor is drivenwith
> > PWM and the 2V we see is about a %10 duty cycle average voltageetc...
> >relay
> > So, how do I go about controlling the direction and current of
> > this 24V 15watt motor, such that it will see 24V and full current
> > during turret indexing, but then be able to reverse and remain
> > stalled for LONG periods of time without burning itself out?
> >
> > Would it be feasible to simply control the motor with a DPDT
> > that supplies 24VDC for forward operation, and then supply 5VDCand a
> > resistor of some value for reverse/stall operation?circuit
> >
> > I'm not an electronics guru, so designing and building a
> > would be very time consuming and difficult for me. I'll be
> > controlling everything with Mach 2. Thanks for any advice.
> >
Discussion Thread
Lance Hopper
2005-05-18 09:52:47 UTC
how to safely stall a DC motor
Alex Holden
2005-05-18 10:17:52 UTC
Re: [CAD_CAM_EDM_DRO] how to safely stall a DC motor
Alan Marconett
2005-05-18 12:41:11 UTC
RE: [CAD_CAM_EDM_DRO] how to safely stall a DC motor
Lance Hopper
2005-05-18 15:10:22 UTC
Re: how to safely stall a DC motor
Jon Elson
2005-05-18 21:37:51 UTC
Re: [CAD_CAM_EDM_DRO] how to safely stall a DC motor
Les Newell
2005-05-19 01:14:32 UTC
Re: [CAD_CAM_EDM_DRO] how to safely stall a DC motor
Lance Hopper
2005-05-19 05:27:15 UTC
Re: how to safely stall a DC motor
Alex Holden
2005-05-19 05:54:23 UTC
Re: [CAD_CAM_EDM_DRO] Re: how to safely stall a DC motor
Alex Holden
2005-05-19 06:02:20 UTC
Re: [CAD_CAM_EDM_DRO] Re: how to safely stall a DC motor
doug98105
2005-05-19 06:03:17 UTC
Re: how to safely stall a DC motor
Les Newell
2005-05-19 06:58:28 UTC
Re: [CAD_CAM_EDM_DRO] Re: how to safely stall a DC motor
Jon Elson
2005-05-19 08:05:57 UTC
Re: [CAD_CAM_EDM_DRO] how to safely stall a DC motor
Alan Marconett
2005-05-19 08:19:28 UTC
RE: [CAD_CAM_EDM_DRO] how to safely stall a DC motor