Once again, I take back everything I've said.......I do that a lot.
I think you zeroed the machine while the program was stopped in the shaving mode.
{I said some stuff in here that was stupid, so I cut it out}
You need to zero everything at the start of the program where the program thinks all the axes are zero.
This explains cutting air, and it also explains cutting too deep.
--Justin.
Newbie help with 4th axis gear cutting
Re: Newbie help with 4th axis gear cutting
Last edited by JustinO on Wed Aug 07, 2013 7:02 am, edited 1 time in total.
Re: Newbie help with 4th axis gear cutting
Hi Justin,
Yep I did ZERO the machine just before starting the cut, X-Y-Z and A, I did not stop the machine during the shaving. I'm using the HEIZ High-Z S-1000 machine, http://www.cncsolutions.co.za/products. ... %20S%20400 and the CNC controller is their program called WINPC-NC.
I wonder, Gearotic outputs for MACH3 (I think)?, do I maybe need to specify a different Post-Processor? Do you think that might be the problem? I'm out of ideas...
Regards
Yep I did ZERO the machine just before starting the cut, X-Y-Z and A, I did not stop the machine during the shaving. I'm using the HEIZ High-Z S-1000 machine, http://www.cncsolutions.co.za/products. ... %20S%20400 and the CNC controller is their program called WINPC-NC.
I wonder, Gearotic outputs for MACH3 (I think)?, do I maybe need to specify a different Post-Processor? Do you think that might be the problem? I'm out of ideas...
Regards
Re: Newbie help with 4th axis gear cutting
Hi:
Sorry Im late replying, I didnt get notifications again on this thread..
The video shows whatever this is its bad, while its common to miss onme or two shaving steps,
this one is missing too many and is way off.
Final Depth means nothing in 4th axis, its only for 2.5D cuts, in 4th axis you'l cut to root depth
always. Your teeth look too deep, the shaving is way off so Im surprised oyu get teeth at all really. :)
OK..
hmm, you know , that gearis just too large to show effect properly.. Can you try a 10 tooth
module 5 or so, any gear with 10 teeth thats about 100mm in diamter would be good.
Show me just the first tooth cutting on it and I cxan usually tell whats wrong..
Tx
Art
Sorry Im late replying, I didnt get notifications again on this thread..
The video shows whatever this is its bad, while its common to miss onme or two shaving steps,
this one is missing too many and is way off.
Final Depth means nothing in 4th axis, its only for 2.5D cuts, in 4th axis you'l cut to root depth
always. Your teeth look too deep, the shaving is way off so Im surprised oyu get teeth at all really. :)
OK..
hmm, you know , that gearis just too large to show effect properly.. Can you try a 10 tooth
module 5 or so, any gear with 10 teeth thats about 100mm in diamter would be good.
Show me just the first tooth cutting on it and I cxan usually tell whats wrong..
Tx
Art
Re: Newbie help with 4th axis gear cutting
I am quite certain that the you are really close to getting a perfect gear.
G-code programs with only G00 and G01 are pretty global. There are differences around the globe besides metric/inch that might need to be addressed in a preamble line. Some controllers default slightly differently, who knows?
For some reason there is an offset in the A and X axes. The Y and Z axes seem to be okay.
The offset is about what you would expect if the machine were zeroed where the faces are cut with 11 Y passes, instead of where the roots are cut with 4 Y passes.
I think the G-code is fine. Perhaps there is a persistent offset variable being saved between runs. You should have a preamble line to make sure that your controller is starting fresh. G20 G54 G40 G49 G90 G80 G94 is a preamble that I just sucked off the web. It is for a machine being run in inches (G20). You would want to find out what other people with your controller use when they run a typical North American program.
Double check your zeroing procedures, and check and confirm the results as you zero.
Are you working with cncsolutions? They might be more familiar with international issues than we North Americans. They would also be a good source for a generic preamble line.
You really are very, very close to having your gear. It's probably something silly and simple.
G-code programs with only G00 and G01 are pretty global. There are differences around the globe besides metric/inch that might need to be addressed in a preamble line. Some controllers default slightly differently, who knows?
For some reason there is an offset in the A and X axes. The Y and Z axes seem to be okay.
The offset is about what you would expect if the machine were zeroed where the faces are cut with 11 Y passes, instead of where the roots are cut with 4 Y passes.
I think the G-code is fine. Perhaps there is a persistent offset variable being saved between runs. You should have a preamble line to make sure that your controller is starting fresh. G20 G54 G40 G49 G90 G80 G94 is a preamble that I just sucked off the web. It is for a machine being run in inches (G20). You would want to find out what other people with your controller use when they run a typical North American program.
Double check your zeroing procedures, and check and confirm the results as you zero.
Are you working with cncsolutions? They might be more familiar with international issues than we North Americans. They would also be a good source for a generic preamble line.
You really are very, very close to having your gear. It's probably something silly and simple.
Re: Newbie help with 4th axis gear cutting
Thanks for the replies guys, I will have to put this on the back burner for now, off to Bangladesh for a 4 week project, I will definitely try all the recommendations as soon as I'm back home again, I did speak to the guys at cncsolutions and this is what they recommend I change the code to
From This:
G90.1 T1
G21 G0 Z5.0000
F 1000.00 M3 S3000
To This:
G64 G17 G90
N1 T1 M6
S40000 M3
M8
G0 X0 Y0
Make sure the feed speed is included in the code.
From This:
G90.1 T1
G21 G0 Z5.0000
F 1000.00 M3 S3000
To This:
G64 G17 G90
N1 T1 M6
S40000 M3
M8
G0 X0 Y0
Make sure the feed speed is included in the code.
Re: Newbie help with 4th axis gear cutting
Hi all,
I had some time before flying to Bangladesh, I tried cutting a 18 tooth gear 100mm, at least the results made me laugh!! I tried changing the pre-processing code as per the previous post. Hope you can discover what I'm doing wrong?
Video is here
http://www.youtube.com/watch?v=HcbOVptC ... e=youtu.be
I had some time before flying to Bangladesh, I tried cutting a 18 tooth gear 100mm, at least the results made me laugh!! I tried changing the pre-processing code as per the previous post. Hope you can discover what I'm doing wrong?
Video is here
http://www.youtube.com/watch?v=HcbOVptC ... e=youtu.be
Re: Newbie help with 4th axis gear cutting
Hi:
It looks very much like your not centered at the top of the disk?? You must be at the absolute top, and the rigth distance from the center of the disk. Is that the way its setup or am I seeing a perspective issue in the video?
Art
It looks very much like your not centered at the top of the disk?? You must be at the absolute top, and the rigth distance from the center of the disk. Is that the way its setup or am I seeing a perspective issue in the video?
Art
Re: Newbie help with 4th axis gear cutting
Replace the first G01 in the program with:
G01 X 0.0 Y 0.0 Z 0.0 A0.0.
M00
Delete all subsequent lines of the program.
Run the program after zeroing the machine exactly as you have been.
Where is the cutter?
G01 X 0.0 Y 0.0 Z 0.0 A0.0.
M00
Delete all subsequent lines of the program.
Run the program after zeroing the machine exactly as you have been.
Where is the cutter?
Who is online
Users browsing this forum: No registered users and 1 guest