¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

Re: EMC fixes to verify, steppers, etc.

 

In a message dated 6/16/99 3:42:07 PM Pacific Daylight Time,
proctor@... writes:


And still working on the EMC User's Guide...

--Fred
Fred, we do have a 5 meg area wheree we can post if the guide would fit in
that area, when you get it ready.
thanks
bill
List Manager


Re: starting from scratch

Jon Anderson
 

I was just at Costco a few hours ago and lo, they have The Complete
RedHat Linux 5.2 Operating System Deluxe, for $29.

This has 3 CD's and a 3.5 Linux boot disk, and 4 "expert guides" to
Linux on disk. Sure hope this is the version I need, because I bought a
copy...

Jon


Re: MaxNC modifications

 

Tim, The route you took Tim sure looked ugly :) - but it was the best way
out
Ferrite rings around which you wrap a few turns of a cable you wish to clean
up are usually used to get rid of parasitic HF from a lead.
A simple example would be to use it on a cable carrying DC or low frequency
AC to keep it clean. It can be used on cables carrying non DC but care must
be taken not to interfere with the AC signals or other type of signals that
you do want to pass.
Shielding, 90' crossing of wires which have to cross and good layout -
should do it in most cases.
I think though, that everyone is now thinking along the lines of software in
Jon's problem - may need to shield that too:)
Mo
]


A problem I had that drove me crazy was phantom steps. It seems that RF
off
the drive circuitry was inducing a signal into the step wiring on one of
my
axis. It was manifesting as lost steps when it really was unwanted steps.
I
ended up curing this by shielding the wires in a wrap of aluminum foil and
grounding it at one end. Maybe you could also use ferrite filters?? (can
one
of you electronic gurus help explain if this would be a useful method?
Jon,


Re: MaxNC modifications

 

Ron,
I may be wrong, but I'll stick my neck out here.
Software which drives steppers, usually has a much higher precision that the
positioning precision.
They normally keep fractional steps in a error register until the error
amounts to a full step - which is then moved out to the stepper.

Mo


here's another slant on the situation...

since you report some part patterns can be machined with no errors, yet
other patterns show the error, let's consider a method that could produce
the errors even if the steppers never lose a a step.

taking a hypothetical machine that has steps at .001 inch, let's move
X 1.000 inch, but move back with three equal moves. no matter how far
we carry out the precision of the calculation, each of the three moves
will be .3333333333.... inches. our math will have any degree of
precision we want, but the machine will be forced to round off our
calculation. we move plus 1000 steps and move minus 333, 333, and finally
333 steps. we see an error of .001 but our stepper didn't lose a step.
now move 2.000 inches and back in thirds. we move plus 2000 steps and
then move minus 667, 667, and 667 steps. now our error is -.001 inches.

this is just a condition of G91 programming. it happens with servo
machines
and stepper machines (although some servo machines can keep internal
register precision higher than the positioning precision)

-ron


Re: starting from scratch

Matt Shaver
 

From: TADGUNINC@...

I'm am going to be going through a complete conversion and set up of a
cnc mill and Linux on a new computer. So to start with the basics My first
purchase is going to be the Linux OS. The version they have at Barnes and
Noble is 5.2 is this the version I'm looking for?
Yes!

Have seen talk on the list about 6.0 and haven't seen it anywhere, not to
mention it sounds like there are some unresolved problems for the EMC
application.
Version 6.0 is pretty new and you might not see it on retail shelves until
they sell all the 5.2 boxes they have, luckily for us.

Matt


Re: programs to write G-code

Jon Elson
 

James Eckman wrote:

From: James Eckman <fugu@...>

From: Jon Elson <jmelson@...>

I have put some programs that write G-Code for common
machining operations on my web page. Take a look at
I tried downloading these, it said the files no available.
VERY strange! I tried these last night, and they seemed to
work. This morning, no files there. Well, wait til tonight,
and I'll make sure they are in place.

Thanks for letting me know about the problem.

Jon


Re: MaxNC modifications

Ron Wickersham
 

hi Jon,

here's another slant on the situation...

since you report some part patterns can be machined with no errors, yet
other patterns show the error, let's consider a method that could produce
the errors even if the steppers never lose a a step.

taking a hypothetical machine that has steps at .001 inch, let's move
X 1.000 inch, but move back with three equal moves. no matter how far
we carry out the precision of the calculation, each of the three moves
will be .3333333333.... inches. our math will have any degree of
precision we want, but the machine will be forced to round off our
calculation. we move plus 1000 steps and move minus 333, 333, and finally
333 steps. we see an error of .001 but our stepper didn't lose a step.
now move 2.000 inches and back in thirds. we move plus 2000 steps and
then move minus 667, 667, and 667 steps. now our error is -.001 inches.

this is just a condition of G91 programming. it happens with servo machines
and stepper machines (although some servo machines can keep internal
register precision higher than the positioning precision)

-ron

On Tue, 15 Jun 1999, Jon Anderson wrote:

My dad machines little resistive elements for a customer of his. These
are generally under 1" dia and we run multiples of up to 8 at a time on
a custom pallet setup. We've tried using G92 to set offsets for each
nest, no subroutines; G92 with subroutines; G91 with and without
subroutines; and if a particular job is going to show lost steps, it
doesn't seem to matter how we approach it. Some parts do not lose steps.
Each part will show a different pattern of lost steps. The pallet base
has a .500 dia hole that we indicate from to establish datum, all
pallets and all programming is referenced from this hole. It's real easy
to drop an indicator in and check for lost steps.
For example, one particular part run in multiples of 8 parts per pallet
might show .0013 lost in X and .0003 lost in Y every for every pallet
load. With the tolerances on this job, Dad can let this accumulate over
two pallets before having to rezero. This is so consistent that he
stopped checking after every two pallets and simply would jog X.0026
Y.0006 and rezero. After running several hundred parts, he'd check with
the indicator after the last two pallet loads and be off exactly
.0026/.0006. (I don't recall exactly the sign (+/-) of the error or
corrections, but the numbers are real close to what he runs into)
This is with a program that does not use G92, it's done with geometry in
a subroutine, we move to a set entry point, enter the subroutine, enter
G91 and machine features, then back to G90 and exit the subroutine.
We lose NO steps in the Z axis.


Re: programs to write G-code

Ron Ginger
 

From: Jon Elson <jmelson@...>
Subject: Re: programs to write G-code
I have put some programs that write G-Code for common
machining operations on my web page. Take a look at
nice work, but when I tried to follow the links to the code I get 'file
not found' messages. have they been moved?

ron


Re: starting from scratch

 

In a message dated 6/16/99 5:59:49 PM SA Eastern Standard Time,
janders@... writes:

<< This has 3 CD's and a 3.5 Linux boot disk, and 4 "expert guides" to
Linux on disk. Sure hope this is the version I need, because I bought a
copy... >>
I need to be enlightened, what is this software all about?

Thanks

Mario


Re: re vac forming

 

Thaks to all who responded and are contributing to this vac forming thread.

Does anyone have a detailed drawing or diagram for a home vac forming
machine. I am interested in all the connections for the pump, dials, gauges,
pressure switches, valves air tank, etc.

Can a Home Depo bought compressor/tank be used for vacuum? I am trying to
visualize this equipment and its mechanics with my perforated vac forming box
(20"x20"x4") which up until now I have been using with a small shop vac using
my kitchen stove as the heat source for softening the plastic sheet.

I am thinking I may have to do the vac forming myself after all if I do not
find someone to do it inexpensively.

Thanks,

Mario (Chicago)


Re: MaxNC modifications

Dan Mauch
 

I can remember. Take a look at you doc that you got with your oem650 and
checking the pulse width for a step. Then call AH-HA and they will tell you
what the set up menu function is for that. It's been 5 years since I ran
into that problem.
Dan

-----Original Message-----
From: Jon Anderson <janders@...>
To: CAD_CAM_EDM_DRO@... <CAD_CAM_EDM_DRO@...>
Date: Wednesday, June 16, 1999 6:46 AM
Subject: Re: [CAD_CAM_EDM_DRO] MaxNC modifications


From: Jon Anderson <janders@...>

Dan Mauch wrote:
On the Ah-Ha software there can be a problem. I had one customer that had
my
2 amp drivers and ran into a problem with lost steps. We finally figured
out
that there is a timimng set up in the ah-ha set menu. We increased the
time
and the prblem went away.
Dan,

If you ever happen to remember what parameter it was you changed, could
you let me know? I'd be eternally grateful.
While I feel it's software, there are too many people using Ah-ha
commercially for this to not have a fix. It's just finding that fix....

Thanks,

Jon

------------------------------------------------------------------------
Looking to expand your world?

ONElist has 170,000 e-mail communities from which to choose!
------------------------------------------------------------------------
welcome to CAD_CAM_EDM_DRO@..., an unmodulated list for the
discussion of shop built systems in the above catagories.
To Unsubscribe:

bill, List Manager


Re: Digest Number 54

Andrew Werby
 

Message: 18
Date: Wed, 16 Jun 1999 13:49:39 EDT
From: MIADsgns@...
Subject: Re: re vac forming

In a message dated 6/16/99 2:36:14 AM SA Eastern Standard Time,
timg@... writes:

<< I have done some composite wing vacuum bagging and used one of the old
commercial freon tanks as a vacuum reservoir and it held 24" hg no problem.
I now use a section of 4" PVC pipe with endcaps for my vacuum tank and I
have tested it to 24" hg with no problems. >>

Ok now you are getting me creative :), how about a cacuum system using PVC
tubing including the reservoir tank, lines, What is hg? and can you give me
an idea what the 24" hg translates to? Please bare with me I don't have
much experience with vacuum systems so I am learning.

Thanks,

Mario

[At the risk of being off-topic, I'll throw in my 2 cents worth. First of
all, "hg" stands for "Inches of mercury displaced by vacuum pressure. Water
boils at about 29 inches, so this is what you need for investment casting,
where you need to get rid of air-bubbles in your mix. Auto parts stores
sell cheap vacuum gauges for measuring it.

For vacuum-forming, you don't need this much pressure, but volume is
important. I don't think the "reservoir" will give you enough extra to be
worth messing with. You do want to use a good inline filter to preserve
your pump. I've gotten about 27" by putting a manifold on the intake port
of my air compressor- this would probably work for vacuum-forming. But if
your compressor has reed-valves, you'll need to use retainer flaps to keep
the vacuum from snapping them off (I found this out the hard way.)
Refrigeration pumps also make vacuum, as do the set-ups that used to be
used for refilling auto air-conditioning systems - if you can find one, it
should be cheap, since they now have to use fancier systems that recover
the freon.

If you want, we could talk about this more in alt.sculpture; but it's
getting somewhat far afield for this list.]

Andrew Werby


Andrew Werby - United Artworks
Sculpture, Jewelry, and Other Art Stuff


Good wiring practices - was MaxNC modifications

James Eckman
 

Jon Anderson wrote:
Wow! this really DOES sound like a software problem. I really don't
believe this is the motor losing steps due to drag, electrical noise, etc.
It may be due to some characteristic of the control software, under just
the right sequence of G-code comands, produces step pulses too fast
for the motor to follow. But, that bit about fixing the axis offsets blind,
and being dead on after repeating the sequence 50 times, is just to
consistant to be anything other than software (one way or another).

Jon (increasingly happier that I went with servos)
Use shielded cable, use a heavy gauge, keep the wires routed away from
noise sources, all that stuff you learned in shop or school. I think the
ARRL manuals still have good sections one how to wire for high current,
high frequency stuff. Dig up an old copy if the new one doesn't.

Jim


Re: TCL/TK GUI and EMC API

Patrick Huss
 

This may be one of the greatest advantages of a FAQ for this list....that it
could become, or certainly contribute to a user's manual for
EMC. A FAQ definitely helps define what people want and need to know, and I
have to think that would make it easier for the writer of a manual.

Patrick Huss


I sympathize with both of your concerns about the state of the EMC
documentation. I'll ask Fred Proctor next time I speak with him if there's
a
good explanation of how to implement an EMC gui and communicate with the
motion control and I/O tasks. Also, in the very near future I'll try to
make
a start on an EMC user's manual with this and other useful data in it.
We'll
need better docs if the EMC is ever going to achieve its potential
popularity.

Matt Shaver
mshaver@...


------------------------------------------------------------------------
Get involved. Share your thoughts!

Join the ONElist Weekly Survey. Go to homepage for details.
------------------------------------------------------------------------
welcome to CAD_CAM_EDM_DRO@..., an unmodulated list for the
discussion of shop built systems in the above catagories.
To Unsubscribe:

bill, List Manager


Re: programs to write G-code

James Eckman
 

From: Jon Elson <jmelson@...>

I have put some programs that write G-Code for common
machining operations on my web page. Take a look at
I tried downloading these, it said the files no available.


Re: re vac forming

 

In a message dated 6/16/99 2:36:14 AM SA Eastern Standard Time,
timg@... writes:

<< I have done some composite wing vacuum bagging and used one of the old
commercial freon tanks as a vacuum reservoir and it held 24" hg no problem.
I now use a section of 4" PVC pipe with endcaps for my vacuum tank and I
have tested it to 24" hg with no problems. >>

Ok now you are getting me creative :), how about a cacuum system using PVC
tubing including the reservoir tank, lines, What is hg? and can you give me
an idea what the 24" hg translates to? Please bare with me I don't have
much experience with vacuum systems so I am learning.

Thanks,

Mario


Ball screws cheap

Robert Neidorff
 

I'm trying to clean out my shop and found three high quality ball
screws with one matching ball nut. They seem to be ground screws,
with low friction and low backlash. The screws are 1" OD, 2.5 TPI.
Two of the screws are approx. 35" long. One is approx. 46" long.
All are used but seem to be in very good condition. They may be
commercial or they may be made for a specific task. There is no
trade name on them and very little in the way of marking. Each
screw has a toothed-belt sprocket on the end. That can be removed
or used as is.

I'd like to find these screws a good home. If you'd be interested
in using them, please contact me at:
Home 603-472-2237
Work 603-429-8541
mailto: neidorff@...
and we can work something out. I'm in Southern New Hampshire, US.

Regards,
--
Bob Neidorff


Re: MaxNC modifications

Jon Anderson
 

Dan Mauch wrote:
On the Ah-Ha software there can be a problem. I had one customer that had my
2 amp drivers and ran into a problem with lost steps. We finally figured out
that there is a timimng set up in the ah-ha set menu. We increased the time
and the prblem went away.
Dan,

If you ever happen to remember what parameter it was you changed, could
you let me know? I'd be eternally grateful.
While I feel it's software, there are too many people using Ah-ha
commercially for this to not have a fix. It's just finding that fix....

Thanks,

Jon


Re: MaxNC modifications

Jon Anderson
 

Jon Elson wrote:

Wow! this really DOES sound like a software problem. I
really don't believe this is the motor losing steps due to
drag, electrical noise, etc.
Thanks Jon!! I'm no expert at all this, but it's been my growing feeling
that it's software. With the MAX step/direction version, I was quick to
asssume software bug. Otto certainly has done a fantastic job of keeping
prices down, but there's a cost associated with that.... I recommended
my Dad buy Ah-ha software due to the number of folks using it
commercially, and bought my own copy before realizing we still had the
lost step problem. (I'm finishing up a Sherline for Dad, right now I'm
using his computer/software/drivers on my mill, but I've got all the
same hardware for mine when his Sherline finally goes home with him)
Ah-ha has suggested several items that can result in lost steps and
we've addressed them with no cure. I cannot fault Ah-ha for not bending
over backwards to help diagnose our home brew setup, I'm sure they'd
show more interest had we bought a complete system.

I have taken great care to insure the slides and screws are not binding.
I'd originally used two bronze acme nuts, one on either side of the
saddle for backlash adjustment. One fixed, the other adjustable with the
screws prevented from moving by use of VibraTite.
Going for a fringe problem, part of the reason I went with the ActiveCam
nuts was to insure there was some drag on the screw during axis
reversals. Someone had mentioned to me that ultra-low inertia motors
like the PacSci we are using, can be prone to losing steps during
reversals if the motor suddenly has no load for an instant. We've also
fitting 2" dia brass gears to the rear shaft on the motors trying to use
the mass to damp vibrations. (though since they had no effect, they've
been removed)
I know what lost steps sound like from binding (please, don't ask
how..<G>) and even a few lost steps are audible especially if one is
listening for them.

This then, is the attraction of EMC for us. We are both on a tight
budget and spending big bucks on commercial software isn't much of an
option. Fred has said he can modify EMC to run an encoder in stepper
mode and close the position loop much like a servo.
It's my guess that EMC in stepper mode probably won't lose steps at all,
but if we can get the encoders inplemented, that will give us backup
protection. The eventual solution as far as I'm concerned, is to go
servo. Towards that goal, the MAX and Sherline frames are just test
beds, we will eventually build some something with linear rail bearings
and ball screws.

Jon


Re: MaxNC modifications

Dan Mauch
 

On the Ah-Ha software there can be a problem. I had one customer that had my
2 amp drivers and ran into a problem with lost steps. We finally figured out
that there is a timimng set up in the ah-ha set menu. We increased the time
and the prblem went away.
Dan

-----Original Message-----
From: Tim Goldstein <timg@...>
To: CAD_CAM_EDM_DRO@... <CAD_CAM_EDM_DRO@...>
Date: Tuesday, June 15, 1999 8:00 PM
Subject: Re: [CAD_CAM_EDM_DRO] MaxNC modifications


From: "Tim Goldstein" <timg@...>

Jon,

I am sure you said, but what are you using for a controller? How many amps
are you running to the motors and at what voltage? What is the volt & amp
rating of your motors? What is the max feed rate you are trying to achieve?

I think you can safely assume your lost steps are not due to the software
at
this point. From my playing with a number of software products I have
pretty
well come to the conclusion that if you are having lost steps it is not the
software that is usually at fault. Do you have lost steps even at very slow
feeds or are the lost steps most common at fast rates? The torque curve on
a
stepper falls off very rapidly with increasing RPM, so if you try to go too
quickly you can easily get to the point of having too little torque to get
the job done even with very large motors (actually, lager motors tend to
drop off in torque faster than small ones and turn less RPMs). You can also
have a problem if you have a very slow acceleration rate and your motor
hits
a harmonic in the ramp up. Often if you increase the acceleration you can
get past the troublesome RPM without losing a step.

A problem I had that drove me crazy was phantom steps. It seems that RF off
the drive circuitry was inducing a signal into the step wiring on one of my
axis. It was manifesting as lost steps when it really was unwanted steps. I
ended up curing this by shielding the wires in a wrap of aluminum foil and
grounding it at one end. Maybe you could also use ferrite filters?? (can
one
of you electronic gurus help explain if this would be a useful method? Jon,
Mo, ?)

I am sure with the help of people on the list we can figure out why you are
losing steps and get it fixed.


Tim
[Denver, CO]


-----Original Message-----
From: Jon Anderson [mailto:janders@...]
Sent: Tuesday, June 15, 1999 7:10 PM
To: CAD_CAM_EDM_DRO@...
Subject: Re: [CAD_CAM_EDM_DRO] MaxNC modifications


From: Jon Anderson <janders@...>

Andrew Werby wrote:

[What is the advantage to using Aha software on the MaxNC, over
using their
supplied software?]
Stock setup way too wimpy and slow. While I'm sort of playing around
with my MAX,
I do use it in my business, and my dad uses it a lot (learning CNC in
his 70's!)
for some commercial work he does. We needed more performance. Tried the
step/direction
version with Cyberpak drivers and MAE motors and found we were losing
steps. Bought
the PacSci motors (from Bill Griffin, used, he has no more...), still
losing steps.
Bought Compumotor drivers (brand new, obs stock) from a motion control
outfit in
Florida (can dig up the name and URL), still losing steps.
Tried Ah-ha software both to try and cure lost steps, and for a better
interface, better
handling of radius comp, and the ability to search directories for files
and not have
to dump out of the program just to look up a filename. Still losing
steps btw, and have not
had time to dig deeper.

[Were these easy to mount, or did you need to machine new
mounting plates?

Plates use existing holes in MAXNC. Motor attaches to standoffs to
accommodate
helical couplers.

[Where did these come from? Are they what Aha recommends?]
Ah-ha was the last item purchased, I'm sure they'd prefer we had bought
their whole
setup. Maybe we should have...

motor mount plates with preloaded ball bearings to
handle thrust loads,
[Were these something you purchased or built from scratch? ]
Fabricated the plates and the shaft. Leadscrew attaches to the shaft
same as stock on the MAX.
Screw side has hex for wrench, other side has 5/16 nylock nut to adjust
play in bearings.


BS&A ActiveCam nuts and 16 pitch screws,
[Are these ball-screws, or is this an anti-backlash modification to
standard screws?]
Acme screws, and an attempt to cure backlash. Mostly successful. Nut
screws into 1/4" AL
plate that in turn is screwed to saddle. These nuts are available in
V-thread, so you
could fit them to the stock screws EXCEPT that they mount outside the
saddle so screws
must be extended or you lose travel.

[Do you think they would fit a stock zero-backlash nut?]
(referring to the Thomson econo ball screws) No, probably not. If one
wanted to play with
ball sizes, one could probably get down to little or no backlash. For
the size machine you
are thinking about, you will want the larger 5/8 screws that Dan
mentioned. The small screws
over long lengths can whip at higher rpm, and buckle under compression.
They would be fairly easy to adapt to the MAXNC and could be fitted to a
Sherline if one had
access to a full size mill for the modifications. Would be very tight
however. These little
ballscrews might also work well to CNC a smaller lathe. The sample I got
is useless for any
CNC testing as it's too short, but I'm going to purchase a longer screw
and two nuts to play
with.

Control systems? Heck, wish I knew. Still having minor lost step
problems. Wish I had a local
expert that could come over and tell me what I've done wrong...
For econo linear bearings in a router application, personally I think
I'd look around for some
surplus Thomson ball bushings and fully supported rails.

------------------------------------------------------------------------
ONElist members are using Shared Files in great ways!

Are you? If not, see our homepage for details.
------------------------------------------------------------------------
welcome to CAD_CAM_EDM_DRO@..., an unmodulated list for
the discussion of shop built systems in the above catagories.
To Unsubscribe:

bill, List Manager

------------------------------------------------------------------------
Congratulations to "PAFind," our latest ONElist of the Week.

How is ONElist changing YOUR life? Visit our homepage and let us know!
------------------------------------------------------------------------
welcome to CAD_CAM_EDM_DRO@..., an unmodulated list for the
discussion of shop built systems in the above catagories.
To Unsubscribe:

bill, List Manager