Hi Gene.

I have had a similar problem to what you are seeing on a mill.
It turned out to be an issue with the tool table I was using.  Somehow I
fat fingered something and ended up with an extra entry in the table
unrelated to tool diameter or length offset.   Cleared that out and
everything started to work again.
I had to enable the tool editor to show all of the possible fields, and it
became very obvious what was wrong.
I think what happened for me was while I was setting tool length I somehow
ht an "X" or "y" key just before bringing up the dialog for setting the
tool table and the height got stuffed into one of those fields.

I see this as a possible bug with the G43 command bringing into play
offsets other than just the tool length.

I have become much more deliberate in how I set up the tool table now.

Ray


--J. Ray Mitchell Jr.
jrmitche...@gmail.com
(818)324-7573


The things we admire in men, kindness and generosity, openness, honesty,
understanding and feeling are the concomitants of failure in our system.
And those traits we detest, sharpness, greed, acquisitiveness, meanness,
egotism and self-interest are the traits of success. And while men admire
the quality of the first they love the produce of the second.
-John Steinbeck, novelist, Nobel laureate (1902-1968)


On Sun, Dec 7, 2014 at 6:46 AM, Gene Heskett <ghesk...@wdtv.com> wrote:

> Greetings;
>
> According to the AXIS window title:
>
> Sim version of AXIS 2.7.0pre0-616-gcd4180d
>
> I have this board end carving routine almost working.
> I can do a right end of y_top motion arc just fine.  But while the
> backplot looks perfect if I turn off the arc and just do a move from its
> start point to its end point, giving me a (in the case that doesn't work)
> a 45 degree line slanted to the correct ending position, where the arc
> should end IF it was done. I have switches in the code to do the G2 line
> or not
>
> Now, I have figured out how to get a copy/paste output I can show you,
> from the screen I ran lcnc from if I force it to run despite the error.
>
> That error stanza is
>
> emc/task/emctask.cc 389:
> interp_error: Radius to end of arc differs from radius to start:
> start=(X-3.7600,Y-0.5630)
> center=(X-3.7600,Y-0.4380)
> end=(X-3.5100,Y-0.3130)
> r1=0.1250
> r2=0.2795
> abs_err=0.1545
> rel_err=55.2786%
> Radius to end of arc differs from radius to start:
> start=(X-3.7600,Y-0.5630)
> center=(X-3.7600,Y-0.4380)
> end=(X-3.5100,Y-0.3130)
> r1=0.1250
> r2=0.2795
> abs_err=0.1545
> rel_err=55.2786%
>
> And while I didn't double click the paste, I did reformat for a line per
> value shown.
>
> To my understanding the one thing I note is the center value is off, it
> s/b -3.635.  The start end end points are correct.  r2 seems bogus too.
>
> #<_tool_rad> below is .125 (1/4" mill.
> The lines of code that generates that error are:
> #<LlocalX> = [#<_x_tmp> + #<_tool_rad>](set position for arc target point)
> #<_x_tmp> above is a step & repeat value from the caller.
>
> G1 Y#<_y_curve_pt> (place machine for up arc ) = -0.563
>
> G2 X#<LlocalX> Y#<_y_start>  J#<_tool_rad>
>
> I have now played 10,000 monkeys with J or I and sign of tool_rad.
>
> A Screenshot-2.png has been put in the lathe-stf link on my web page in my
> sig, taken with that arc statement turned off.
>
> Can it even be seen whats wrong from the above?
>
> Cheers, Gene Heskett
> --
> "There are four boxes to be used in defense of liberty:
>  soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author)
> Genes Web page <http://geneslinuxbox.net:6309/gene>
> US V Castleman, SCOTUS, Mar 2014 is grounds for Impeaching SCOTUS
>
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
>
> http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
> _______________________________________________
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to