Drilling Cycles giving Error in 3+2 Axis operation
Moderators: TomKerekes, dynomotion
-
- Posts: 134
- Joined: Tue Feb 20, 2018 7:35 am
- Location: India
Drilling Cycles giving Error in 3+2 Axis operation
Hi Tom,
I am using KFLOP+KONNECT for CNC machines. I have made code for drilling cycle supported by kmotion (Eg. G80....). And in 3+2 axis it is giving error of plane change and cycle is halted.
Or it is running in horizontal direction, but it should run in vertical direction to make drills.
I am not able to identify the problem, please guide me what am i doing wrong, or in kmotion drilling cycles in 3+2 axes not supported?
Waiting for your kind reply.
I am using KFLOP+KONNECT for CNC machines. I have made code for drilling cycle supported by kmotion (Eg. G80....). And in 3+2 axis it is giving error of plane change and cycle is halted.
Or it is running in horizontal direction, but it should run in vertical direction to make drills.
I am not able to identify the problem, please guide me what am i doing wrong, or in kmotion drilling cycles in 3+2 axes not supported?
Waiting for your kind reply.
Thank You
AMIT KUMAR
AMIT KUMAR
- TomKerekes
- Posts: 2676
- Joined: Mon Dec 04, 2017 1:49 am
Re: Drilling Cycles giving Error in 3+2 Axis operation
Hi Amit,
Post a small GCode program that gives the error.
What is the exact error message that you are seeing?
Post a small GCode program that gives the error.
What is the exact error message that you are seeing?
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
-
- Posts: 134
- Joined: Tue Feb 20, 2018 7:35 am
- Location: India
Re: Drilling Cycles giving Error in 3+2 Axis operation
It gives error of different plane in drilling cycle.TomKerekes wrote: ↑Fri Sep 03, 2021 3:49 pmHi Amit,
Post a small GCode program that gives the error.
What is the exact error message that you are seeing?
Assume we are drilling in yz plane and with RTCP that plane changes with table rotation.
So it give error of wrong plane with Z move or so.
What could be the error in that case ?
Waiting for your kind reply.
Thank You
AMIT KUMAR
AMIT KUMAR
- TomKerekes
- Posts: 2676
- Joined: Mon Dec 04, 2017 1:49 am
Re: Drilling Cycles giving Error in 3+2 Axis operation
Hi Amit,
Sorry I don't understand. Please post the exact error message you are getting and the GCode you are running.
Sorry I don't understand. Please post the exact error message you are getting and the GCode you are running.
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
-
- Posts: 134
- Joined: Tue Feb 20, 2018 7:35 am
- Location: India
Re: Drilling Cycles giving Error in 3+2 Axis operation
Hi tom,
Thank you for earlier reply.
I have attached a drilling cycle G code that runs in 3+2 axis with RTCP on. and instead of moving spindle in actual z direction, it is moving in actual Y direction.
and video of run program also here uploaded in google drive.
https://drive.google.com/file/d/1Jbx7iZ ... sp=sharing
Please help me understand, what am i doing wrong ?
Waiting for your kind reply.
Thank you for earlier reply.
I have attached a drilling cycle G code that runs in 3+2 axis with RTCP on. and instead of moving spindle in actual z direction, it is moving in actual Y direction.
and video of run program also here uploaded in google drive.
https://drive.google.com/file/d/1Jbx7iZ ... sp=sharing
Please help me understand, what am i doing wrong ?
Waiting for your kind reply.
Thank You
AMIT KUMAR
AMIT KUMAR
- TomKerekes
- Posts: 2676
- Joined: Mon Dec 04, 2017 1:49 am
Re: Drilling Cycles giving Error in 3+2 Axis operation
Hi Amit,
That looks correct to me. With G17 (XY Plane) the G83 drill direction is to be in GCode Z direction. With RTCP on and the part rotated 90 degrees to move the tool tip in Z Axis #1 must change. Same as with a G1 command with that orientation to mill in Z axis #1 would need to change.
That looks correct to me. With G17 (XY Plane) the G83 drill direction is to be in GCode Z direction. With RTCP on and the part rotated 90 degrees to move the tool tip in Z Axis #1 must change. Same as with a G1 command with that orientation to mill in Z axis #1 would need to change.
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
-
- Posts: 134
- Joined: Tue Feb 20, 2018 7:35 am
- Location: India
Re: Drilling Cycles giving Error in 3+2 Axis operation
Hi tom,
Thanks for your kind reply.
and How can i make it work, to drill whole in that condition, we need actual z direction(#2) to change. But it is changing (#1) as per in the screenshots.
Do i need to change plane in (G18/G19) ?
Waiting for kind reply.
Thanks for your kind reply.
How it is correct, By rotation of part by 90 degrees, still we need to drill whole in actual z direction only right.?That looks correct to me. With G17 (XY Plane) the G83 drill direction is to be in GCode Z direction. With RTCP on and the part rotated 90 degrees to move the tool tip in Z Axis #1 must change. Same as with a G1 command with that orientation to mill in Z axis #1 would need to change
and How can i make it work, to drill whole in that condition, we need actual z direction(#2) to change. But it is changing (#1) as per in the screenshots.
Do i need to change plane in (G18/G19) ?
Waiting for kind reply.
Thank You
AMIT KUMAR
AMIT KUMAR
- TomKerekes
- Posts: 2676
- Joined: Mon Dec 04, 2017 1:49 am
Re: Drilling Cycles giving Error in 3+2 Axis operation
No, because you rotated the part the drill is now pointing in the Y direction, so you will need to drill in the Y direction.How it is correct, By rotation of part by 90 degrees, still we need to drill whole in actual z direction only right.?
You might try changing the Plane to drill in the Y direction, but it think that might only work on one side as I believe G83 only works drilling negative (down).
In general you may need to code your own drill cycles in GCode with G1/G0 commands in the direction you need.
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.