Hello Guest it is April 25, 2024, 03:01:32 PM

Author Topic: Possibility of having a blending radius command?  (Read 3015 times)

0 Members and 1 Guest are viewing this topic.

Offline Tarak

*
  •  229 229
    • View Profile
Possibility of having a blending radius command?
« on: October 22, 2007, 10:47:39 PM »
I've currently got in my program for the machine to go to a certain point
e.g
Code "G91 X20 Z10."
'*
Code "X-20 Z10."
Code "G0 X30."

'*
'This is where I'm hoping to have the following:
'Radius=GetUserDRO(1262)
'Blend radius (tangent) between the last line and the next line
'*
The attached pic should explain it better, is this do-able?

Offline Graham Waterworth

*
  • *
  •  2,673 2,673
  • Yorkshire Dales, England
    • View Profile
Re: Possibility of having a blending radius command?
« Reply #1 on: October 23, 2007, 04:53:13 PM »
Its not as easy as it looks, you need to know a lot about what is coming up in the next moves, e.g. look ahead. You can't do this with a macro or g-code.

Also what if the rad is too big to fit in the V.

I once asked Art for auto rad and auto chamfer,  I think he is still laughing about it now.

Graham.
Without engineers the world stops

Offline Tarak

*
  •  229 229
    • View Profile
Re: Possibility of having a blending radius command?
« Reply #2 on: October 27, 2007, 06:22:04 PM »
Thanks Graham, I was wondering if it was a bit of a hard one.
Oh well....