Metalworking (rec.crafts.metalworking) Discuss various aspects of working with metal, such as machining, welding, metal joining, screwing, casting, hardening/tempering, blacksmithing/forging, spinning and hammer work, sheet metal work.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to rec.crafts.metalworking
external usenet poster
 
Posts: 457
Default Stepper control

I have a simple application for a stepper as a wire feeder(of course). I
have a 34 frame stepper with a 12:1 gear box and a Axidyne (tolomatic) 80v
5A microstepper drive. All I need it to do is run the motor 5 revolutions
(5/12ths rev on the gear box) whenever a limit switch is hit. That will be
about 100 times per minute.

What do I do that's reliable and cheap?


  #2   Report Post  
Posted to rec.crafts.metalworking
external usenet poster
 
Posts: 460
Default Stepper control

In the first place, using a switch which operates 100 times a second is ludicrous. You are just asking for failure. This is
especially true when you have so many options to create electronic event triggers. secondly. Stepper motors are prone to
undetected error slip when the load changes, as well as being notoriously inefficient because half the current is used to brake
and hold.

As I do not know the application, I cannot be very specific for a design, but I would consider using magnetic clutches and brakes
as well as some feedback device to flag motion error. Please keep in mind that cheap is relative to the loss of production. Being
penny wise and pound foolish is dumb.
Steve

"Buerste" wrote in message ...
I have a simple application for a stepper as a wire feeder(of course). I have a 34 frame stepper with a 12:1 gear box and a
Axidyne (tolomatic) 80v 5A microstepper drive. All I need it to do is run the motor 5 revolutions (5/12ths rev on the gear box)
whenever a limit switch is hit. That will be about 100 times per minute.

What do I do that's reliable and cheap?


  #3   Report Post  
Posted to rec.crafts.metalworking
external usenet poster
 
Posts: 12,924
Default Stepper control


Steve Lusardi wrote:

In the first place, using a switch which operates 100 times a second is ludicrous.



"Buerste" said "100 times a MINUTE'.


You are just asking for failure. This is
especially true when you have so many options to create electronic event triggers. secondly. Stepper motors are prone to
undetected error slip when the load changes, as well as being notoriously inefficient because half the current is used to brake
and hold.

As I do not know the application, I cannot be very specific for a design, but I would consider using magnetic clutches and brakes
as well as some feedback device to flag motion error. Please keep in mind that cheap is relative to the loss of production. Being
penny wise and pound foolish is dumb.
Steve

"Buerste" wrote in message ...
I have a simple application for a stepper as a wire feeder(of course). I have a 34 frame stepper with a 12:1 gear box and a
Axidyne (tolomatic) 80v 5A microstepper drive. All I need it to do is run the motor 5 revolutions (5/12ths rev on the gear box)
whenever a limit switch is hit. That will be about 100 times per minute.

What do I do that's reliable and cheap?



--
Anyone wanting to run for any political office in the US should have to
have a DD214, and a honorable discharge.
  #4   Report Post  
Posted to rec.crafts.metalworking
external usenet poster
 
Posts: 82
Default Stepper control


"Michael A. Terrell" wrote in message
m...

Steve Lusardi wrote:

In the first place, using a switch which operates 100 times a second is
ludicrous.



"Buerste" said "100 times a MINUTE'.


Time is relative!


  #5   Report Post  
Posted to rec.crafts.metalworking
external usenet poster
 
Posts: 6,746
Default Stepper control


Buerste wrote:

"Michael A. Terrell" wrote in message
m...

Steve Lusardi wrote:

In the first place, using a switch which operates 100 times a second is
ludicrous.



"Buerste" said "100 times a MINUTE'.


Time is relative!


Even so, that is still a very high rate for a mechanical switch and a
good target for replacement with something electronic. Even a switch
with a 10M cycle rating will be failing in ~200 8hr shifts.


  #6   Report Post  
Posted to rec.crafts.metalworking
external usenet poster
 
Posts: 460
Default Stepper control

Oops.... I meant per minute, not per second.....and it is still way too high for a mechanical switch.
Steve

"Michael A. Terrell" wrote in message m...

Steve Lusardi wrote:

In the first place, using a switch which operates 100 times a second is ludicrous.



"Buerste" said "100 times a MINUTE'.


You are just asking for failure. This is
especially true when you have so many options to create electronic event triggers. secondly. Stepper motors are prone to
undetected error slip when the load changes, as well as being notoriously inefficient because half the current is used to brake
and hold.

As I do not know the application, I cannot be very specific for a design, but I would consider using magnetic clutches and
brakes
as well as some feedback device to flag motion error. Please keep in mind that cheap is relative to the loss of production.
Being
penny wise and pound foolish is dumb.
Steve

"Buerste" wrote in message ...
I have a simple application for a stepper as a wire feeder(of course). I have a 34 frame stepper with a 12:1 gear box and a
Axidyne (tolomatic) 80v 5A microstepper drive. All I need it to do is run the motor 5 revolutions (5/12ths rev on the gear
box)
whenever a limit switch is hit. That will be about 100 times per minute.

What do I do that's reliable and cheap?



--
Anyone wanting to run for any political office in the US should have to
have a DD214, and a honorable discharge.


  #7   Report Post  
Posted to rec.crafts.metalworking
external usenet poster
 
Posts: 204
Default Stepper control

On 06/13/2010 10:14 PM, Buerste wrote:
I have a simple application for a stepper as a wire feeder(of course). I
have a 34 frame stepper with a 12:1 gear box and a Axidyne (tolomatic) 80v
5A microstepper drive. All I need it to do is run the motor 5 revolutions
(5/12ths rev on the gear box) whenever a limit switch is hit. That will be
about 100 times per minute.

What do I do that's reliable and cheap?


This may be a good question to ask over on sci.engr.control. That group
is dying, but there are still lots of lurkers with experience in
industrial control. I'd bet that you'd find at least two if not more
folks who know the answer right off the bat.

It seems like one of those PLC's that you've been asking about --
particularly with the (fairly) high-level language support that Lloyd
was talking about -- would do this in a snap. Get the switch pulse,
emit the right number of pulses to the stepper at the right timing, repeat.

(Not, mind you, that I've ever worked with PLCs -- I've got extensive
control experience, but it always started with a blank piece of paper
and ended up with custom software on custom hardware. It comes from
working on small, high-performance equipment that always needed
semicircular boards doing impressive jobs in minimal space).

--
Tim Wescott
Control system and signal processing consulting
www.wescottdesign.com
  #8   Report Post  
Posted to rec.crafts.metalworking
external usenet poster
 
Posts: 47
Default Stepper control

First, use an optointerrupter instead of a mechanical switch. Either a
complete unit with led on one side of a slot and phototransistor on the
other, or make your own. Then either go discrete logic with a clock through
a gate that gets triggered by the switch and goes to a counter that resets
the gate when it hits the target count. Can either count up or down (just
changes the reset logic on the counter outputs), and you can vary the count
in case you need one or two more or fewer pulses on the stepper motor. Or,
use a PIC or other microcontroller to read the switch and output the pulses.
If getting exactly the right number of steps is vital put an encoder wheel
on the motor with another optointerrupter and read that with the PIC and
count the resultant pulses; step until you hit your target.

-----
Regards,
Carl Ijames

"Buerste" wrote in message
...
I have a simple application for a stepper as a wire feeder(of course). I
have a 34 frame stepper with a 12:1 gear box and a Axidyne (tolomatic) 80v
5A microstepper drive. All I need it to do is run the motor 5 revolutions
(5/12ths rev on the gear box) whenever a limit switch is hit. That will
be about 100 times per minute.

What do I do that's reliable and cheap?



  #9   Report Post  
Posted to rec.crafts.metalworking
external usenet poster
 
Posts: 198
Default Stepper control


"Buerste" wrote in message
...
I have a simple application for a stepper as a wire feeder(of course). I
have a 34 frame stepper with a 12:1 gear box and a Axidyne (tolomatic) 80v
5A microstepper drive. All I need it to do is run the motor 5 revolutions
(5/12ths rev on the gear box) whenever a limit switch is hit. That will
be about 100 times per minute.

What do I do that's reliable and cheap?


Buy one of these controllers , http://www.splatco.com/controllers.htm and
use a Magnetic Proximity Like these
http://www.omron.com.au/technical_gu...nsor/index.asp as a
position sensor.
The controller is a bit of overkill, but it can give you delays or logic if
you require it.
There are some good tutorials on the Splatco website








Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
abt stepper motor [email protected] Electronics Repair 3 February 22nd 06 07:15 PM
XYYZ stepper controller Cliff Metalworking 2 August 22nd 05 12:34 AM
FA:Stepper motor Awesomewiz Metalworking 0 May 28th 05 12:54 AM
FA: Stepper Motor Awesomewiz Metalworking 2 May 22nd 05 12:53 PM
Small stepper motor Gordon Couger Metalworking 5 March 24th 05 12:15 AM


All times are GMT +1. The time now is 06:29 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 DIYbanter.
The comments are property of their posters.
 

About Us

"It's about DIY & home improvement"