setting up the CNC mill
Posted by
Boris Maraž
on 2001-10-28 08:44:45 UTC
A few weeks ago I built a hobby CNC mill from some sort of plastics. And fixing up steppers, controllers and start using TURBOCNC program which is running very good.
Because I don't have a scale micrometer to measure backlash, I built a simple 'instrument' to only show me backlash, not to measure it. It works well.
And I set appropriate value for backlash with this program
G91
G01 X+1
G01 X-1
M00 Set zero on my 'instrument'.
G01 X-1
G01 X+1
G90
M02 Get backlash with the smallest manual (jog) step in + direction until the 'instrument' show the zero and then read from program value of X axis
But I have a problem with repeating functions, which I can't resolve.
If the program makes G01 X-1 and then G01 X+1 twenty times, with each move the mill go for more then 0.01mm in positive direction on X axis.
Then I change program to get other direction backlash. I only change - to + and + to -.
And the values are different from previous values.
It is possible that the machine have different backlash for - and + direction on the same axis?
How to correct this differences?
Boris
[Non-text portions of this message have been removed]
Because I don't have a scale micrometer to measure backlash, I built a simple 'instrument' to only show me backlash, not to measure it. It works well.
And I set appropriate value for backlash with this program
G91
G01 X+1
G01 X-1
M00 Set zero on my 'instrument'.
G01 X-1
G01 X+1
G90
M02 Get backlash with the smallest manual (jog) step in + direction until the 'instrument' show the zero and then read from program value of X axis
But I have a problem with repeating functions, which I can't resolve.
If the program makes G01 X-1 and then G01 X+1 twenty times, with each move the mill go for more then 0.01mm in positive direction on X axis.
Then I change program to get other direction backlash. I only change - to + and + to -.
And the values are different from previous values.
It is possible that the machine have different backlash for - and + direction on the same axis?
How to correct this differences?
Boris
[Non-text portions of this message have been removed]
Discussion Thread
Boris Maraž
2001-10-28 08:44:45 UTC
setting up the CNC mill
currinh@O...
2001-10-28 17:05:44 UTC
Re: setting up the CNC mill
currinh@O...
2001-10-28 17:30:41 UTC
Machinable Wax, Foam, etc.
Brian Pitt
2001-10-28 17:57:47 UTC
Re: [CAD_CAM_EDM_DRO] Machinable Wax, Foam, etc.
Doug Harrison
2001-10-28 17:59:47 UTC
Re: [CAD_CAM_EDM_DRO] Machinable Wax, Foam, etc.
David M. Munro
2001-10-28 19:10:41 UTC
Re: [CAD_CAM_EDM_DRO] Machinable Wax, Foam, etc.
ccs@m...
2001-10-28 19:29:52 UTC
Re: [CAD_CAM_EDM_DRO] Re: setting up the CNC mill
FIK
2001-10-28 20:02:00 UTC
Re: [CAD_CAM_EDM_DRO] Re: setting up the CNC mill
FIK
2001-10-28 20:31:07 UTC
Re: [CAD_CAM_EDM_DRO] Machinable Wax, Foam, etc.
Jon Elson
2001-10-28 22:55:10 UTC
Re: [CAD_CAM_EDM_DRO] Machinable Wax, Foam, etc.
Jon Elson
2001-10-28 23:08:01 UTC
Re: [CAD_CAM_EDM_DRO] Re: setting up the CNC mill
dkowalcz@d...
2001-10-28 23:08:16 UTC
Re: setting up the CNC mill
vrojas
2001-10-29 00:19:00 UTC
Re: [CAD_CAM_EDM_DRO] Re: setting up the CNC mill
Boris Maraž
2001-11-03 10:57:02 UTC
Re: [CAD_CAM_EDM_DRO] Re: setting up the CNC mill
cncdxf@a...
2001-11-03 11:15:59 UTC
Re: setting up the CNC mill
Chris L
2001-11-03 11:53:06 UTC
Re: [CAD_CAM_EDM_DRO] Re: setting up the CNC mill
ccs@m...
2001-11-03 12:10:22 UTC
Re: [CAD_CAM_EDM_DRO] Re: setting up the CNC mill