Canned cycles relative - G91 G81 doing two times
- juergen-home
- Offline
- New Member
Less
More
- Posts: 17
- Thank you received: 3
29 Jul 2012 18:09 #22592
by juergen-home
Canned cycles relative - G91 G81 doing two times was created by juergen-home
I'm using linuxcnc2.5 with Axis. I read a lot but I'm still a very beginner.
When I tried to make relative caned cycles I do not really understand the result.
I make the same call 2 times a get 2 different results.
The gcode is:
G90 g80 G0 Z1 (coordinate home)
X0 Y0 f1000
g91 G98 G81 X5 Y0 Z-5 R3 L3
g91 G98 G81 X5 Y0 Z-5 R3 L3
G90 g80 G0 Z1
X0 Y0
M2 (program end)
With the first time of calling g81 I have a kind of triangle trajectory.
The second (and any other) call(s) the move is (from my sight) as it should be.
1. So what I'm doing wrong?
2. When I change G98 to G99 see no change of the trajectory
When I tried to make relative caned cycles I do not really understand the result.
I make the same call 2 times a get 2 different results.
The gcode is:
G90 g80 G0 Z1 (coordinate home)
X0 Y0 f1000
g91 G98 G81 X5 Y0 Z-5 R3 L3
g91 G98 G81 X5 Y0 Z-5 R3 L3
G90 g80 G0 Z1
X0 Y0
M2 (program end)
With the first time of calling g81 I have a kind of triangle trajectory.
The second (and any other) call(s) the move is (from my sight) as it should be.
1. So what I'm doing wrong?
2. When I change G98 to G99 see no change of the trajectory
Please Log in or Create an account to join the conversation.
30 Jul 2012 10:54 #22602
by Rick G
Replied by Rick G on topic Re:Canned cycles relative - G91 G81 doing two times
Not sure why you would have
g91 G98 G81 X5 Y0 Z-5 R3 L3
g91 G98 G81 X5 Y0 Z-5 R3 L3
together, but I would recomend a G80 after each canned cycle.
www.linuxcnc.org/docs/html/gcode/gcode.h...c_g80_cancel_modal_a
Rick G
g91 G98 G81 X5 Y0 Z-5 R3 L3
g91 G98 G81 X5 Y0 Z-5 R3 L3
together, but I would recomend a G80 after each canned cycle.
www.linuxcnc.org/docs/html/gcode/gcode.h...c_g80_cancel_modal_a
Rick G
Please Log in or Create an account to join the conversation.
30 Jul 2012 11:32 #22603
by BigJohnT
Replied by BigJohnT on topic Re:Canned cycles relative - G91 G81 doing two times
It's a little difficult to understand but if you read the examples in the manual for G81 it should become clearer why your R value did not give you what you expected when using relative mode. The following code will give you what you expect. I assume but do not know as I don't see it specified in your example code that your using millimetres and not inches. It is a good idea to always put a preamble like shown in this
G code tutorial
.
John
G21 G17 G40 G49 G64 P0.005 G80 G90 G94
G0 Z1
X0 Y0
G91 G98 F1000
G81 X5 Y0 Z-5 R-1 L3
X5 Y0 L3
G80
M2
John
Please Log in or Create an account to join the conversation.
- juergen-home
- Offline
- New Member
Less
More
- Posts: 17
- Thank you received: 3
30 Jul 2012 17:50 #22610
by juergen-home
Replied by juergen-home on topic Re:Canned cycles relative - G91 G81 doing two times
True. Exactly that was I intend to do. I will read the manual once more.
Thanks
Juergen
Thanks
Juergen
Please Log in or Create an account to join the conversation.
30 Jul 2012 17:56 #22611
by BigJohnT
Replied by BigJohnT on topic Re:Canned cycles relative - G91 G81 doing two times
BTW, the screen shot was a nice addition to your original post as it made it much easier to understand your problem exactly.
John
John
Please Log in or Create an account to join the conversation.
Time to create page: 0.074 seconds