tool comp
Posted by
batwings@i...
on 2002-04-02 17:36:59 UTC
At 10:35 AM 4/2/02 -0800, you wrote:
idea of what module it's in I'd appreciate a shout. I can tell a priori, it
will require look-ahead. I suppose one would read in several lines of code
into an array on X Y Z I J K, check by presence of the IJK whether an arc
is involved or a linear move, check what quad is involved by slope etc,
figure up offsets on toolpath in XY or add/subtract radius for arcs,
compute new ending points for move, send command according to new coords
... go to next line. There's always an economical way of laying this out so
you don't crunch more than you need.
course, lately I've used polar routine to do spiral pattern outfeed for
circ-pocket also.
point. For bolt circle it drills at each station, for spiral it adds a
radial increment before computing each station and drilling, for helix it
generates arcs and down-steps, for polygon it feeds to depth and then feeds
between stations, etc. All of that requires sin/cos or rect-to-polar
transforms. I use same kernel to compute for all of above, just flag in/out
of different parts of the prelim data handling and same on output, to make
the right thing happen.
Regards, Hoyt
Belfab CNC - http://www.freeyellow.com/members/belfab/belfab.html
Best MC Repair - http://www.freeyellow.com/members/batwings/best.html
Camping/Caving - http://www.freeyellow.com/members/batwings/caving.html
Hamas vows revenge against perpetrators of the USS Stark incident
>Try EMC's source code. I think it might have it. Yes, I'd like toI looked in past and never figured it out. I'll try again. If anyone has an
>study some examples of tool comp, later...
idea of what module it's in I'd appreciate a shout. I can tell a priori, it
will require look-ahead. I suppose one would read in several lines of code
into an array on X Y Z I J K, check by presence of the IJK whether an arc
is involved or a linear move, check what quad is involved by slope etc,
figure up offsets on toolpath in XY or add/subtract radius for arcs,
compute new ending points for move, send command according to new coords
... go to next line. There's always an economical way of laying this out so
you don't crunch more than you need.
>What are "polar canned" routines"?Things like bolt circle and spiral drilling patterns, polygon, helix of
course, lately I've used polar routine to do spiral pattern outfeed for
circ-pocket also.
>Rectangular to polar transforms?It iterates its way around the circle, doing the right things at each
>Liner and/or circular interpolation?
point. For bolt circle it drills at each station, for spiral it adds a
radial increment before computing each station and drilling, for helix it
generates arcs and down-steps, for polygon it feeds to depth and then feeds
between stations, etc. All of that requires sin/cos or rect-to-polar
transforms. I use same kernel to compute for all of above, just flag in/out
of different parts of the prelim data handling and same on output, to make
the right thing happen.
>Check out TurboCNC list.You have subscription info?
Regards, Hoyt
Belfab CNC - http://www.freeyellow.com/members/belfab/belfab.html
Best MC Repair - http://www.freeyellow.com/members/batwings/best.html
Camping/Caving - http://www.freeyellow.com/members/batwings/caving.html
Hamas vows revenge against perpetrators of the USS Stark incident
Discussion Thread
Ken Jenkins
2002-04-01 06:07:45 UTC
Re: US Digital linear strips
vrsculptor
2002-04-01 08:33:02 UTC
Re: US Digital linear strips
onecooltoolfool
2002-04-01 08:48:44 UTC
Re: US Digital linear strips
batwings@i...
2002-04-02 06:59:24 UTC
tool comp
Alan Marconett KM6VV
2002-04-02 10:33:24 UTC
Re: [CAD_CAM_EDM_DRO] tool comp
batwings@i...
2002-04-02 17:36:59 UTC
tool comp
Jon Elson
2002-04-02 21:58:18 UTC
Re: [CAD_CAM_EDM_DRO] tool comp
batwings@i...
2002-04-03 05:52:01 UTC
Re: [CAD_CAM_EDM_DRO] tool comp
Alan Marconett KM6VV
2002-04-03 16:14:40 UTC
Re: [CAD_CAM_EDM_DRO] tool comp
ballendo
2002-04-13 04:05:51 UTC
Re: tool comp
ballendo
2002-04-13 04:34:45 UTC
more Re: tool comp
batwings@i...
2002-04-13 06:13:15 UTC
Re: [CAD_CAM_EDM_DRO] more Re: tool comp
Lee Wenger
2002-04-13 09:29:14 UTC
[CAD_CAM_EDM_DRO] Real-Time measurement
Doug Fortune
2002-04-13 16:14:39 UTC
Re: [CAD_CAM_EDM_DRO] Real-Time measurement
Ian W. Wright
2002-04-14 00:08:20 UTC
Re: [CAD_CAM_EDM_DRO] Real-Time measurement
ballendo
2002-04-15 08:52:53 UTC
Re: Real-Time measurement