Re: [CAD_CAM_EDM_DRO] more Re: tool comp
Posted by
batwings@i...
on 2002-04-13 06:13:15 UTC
At 11:34 AM 4/13/02 -0000, you wrote:
writing a word with CW or CCW in it. This word is added to the rest of the
data to form the output command. The 2/3 stops existing in that variable as
soon as that word is formed. That's because I'm parsing a line of code as
%c%f, repeatedly. So the variable that carries the 2/3 is used again for
data immediately. IE G3X2.3Y2.3I2.1J2.4 is read in as G and 3, then X and
2.3, then Y and 2.3 etc til line is parsed thru. You get it.
as soon as I see what's needed in it. For ex, I have block-retrace working
by keeping an array of all coords to 75 lines back. And one element in the
array is also the file pointer for the line that made those coords. So to
retrace a number of blocks, one gives it a look-back number and the
software rewinds file to right place and computes a move to that location
in three-space. Then it goes on running file. Cute, no?
Regards, Hoyt
Posts with .htm attachments are filtered to trash!
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
Doubt the tolling of the clock, but not the crowing of the cock
>compensation you need to look ahead at least TWO blocks. Many of theThanks for the tip.
>old controls looked ahead five blocks in case there were "non-XY
>motion" blocks interspersed, which would have otherwise broken the
>cutcomp calcs.
>P.S. Looking for IJK to discern arc when you have a "2" or "3" (fromThe way I'm handling the 2/3 thing is to use it to set the direction by
>G02, or G03 seems like backtracking to me.
writing a word with CW or CCW in it. This word is added to the rest of the
data to form the output command. The 2/3 stops existing in that variable as
soon as that word is formed. That's because I'm parsing a line of code as
%c%f, repeatedly. So the variable that carries the 2/3 is used again for
data immediately. IE G3X2.3Y2.3I2.1J2.4 is read in as G and 3, then X and
2.3, then Y and 2.3 etc til line is parsed thru. You get it.
>array should allow for these modals to be "kept" until replaced. IMO,I don't have any problem setting up arrays and can do so for this problem
>this is a good place for a UDT. This UDT can then be used in an array
>of sufficient depth to accomodate any lookahead needed.
as soon as I see what's needed in it. For ex, I have block-retrace working
by keeping an array of all coords to 75 lines back. And one element in the
array is also the file pointer for the line that made those coords. So to
retrace a number of blocks, one gives it a look-back number and the
software rewinds file to right place and computes a move to that location
in three-space. Then it goes on running file. Cute, no?
Regards, Hoyt
Posts with .htm attachments are filtered to trash!
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
Doubt the tolling of the clock, but not the crowing of the cock
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