Re: Re: Emc -- program problems
Posted by
Ray Henry
on 2002-08-09 11:10:23 UTC
Gene
To really understand what is going on here we would need the line before
n61 so that we know where the tool is supposed to be when this command is
issued. A bit of math and geometry would easily tell the source of the
problem.
Al
Good thinking. I believe that this test in the stock release is set to
five sig digits.
There may be one additional problem. If Gene is trying to command a full
circle -- it is a tiny one -- it is possible that he is running into the
problem with some releases of the BDI ( >2.10 at least) and the EMC. For
full circles, there was a problem with it and full circles. The way to
overcome the problem with vector is to split your circles in half and
then ask it to generate the code.
It seems more likely with the tiny I and J that this is some kind of
contouring and just needs more significance to the computations in Vector.
HTH
Ray
To really understand what is going on here we would need the line before
n61 so that we know where the tool is supposed to be when this command is
issued. A bit of math and geometry would easily tell the source of the
problem.
Al
Good thinking. I believe that this test in the stock release is set to
five sig digits.
There may be one additional problem. If Gene is trying to command a full
circle -- it is a tiny one -- it is possible that he is running into the
problem with some releases of the BDI ( >2.10 at least) and the EMC. For
full circles, there was a problem with it and full circles. The way to
overcome the problem with vector is to split your circles in half and
then ask it to generate the code.
It seems more likely with the tiny I and J that this is some kind of
contouring and just needs more significance to the computations in Vector.
HTH
Ray
On Friday 09 August 2002 10:00 am, you wrote:
> Message: 6
> Date: Fri, 09 Aug 2002 06:40:08 -0000
> From: "alenz2002" <alenz@...>
> Subject: Re: Emc
>
> --- In CAD_CAM_EDM_DRO@y..., Gene <capper@i...> wrote:
> > Thanks to everyone's help I got this far and this is what I learned.
> > EMC task plan command{ N61 G02 X-2.3261 Y-0.0735 I0.0004 J0.062}
>
> called
>
> > EMCTASK.cc 229: RS274NGC_error: Radius to end of arc differs from
>
> radius
>
> > to start.
> > I tried this with two programs generated with vector and both had
>
> the
>
> > same error.????
>
> Gene, It could just be round-off error. You might try using 5 or even
> 6 decimal places and see if that doesn't fix it.
> Al
Discussion Thread
Ray Henry
2002-08-09 11:10:23 UTC
Re: Re: Emc -- program problems
Gene
2002-08-10 13:54:51 UTC
Re: [CAD_CAM_EDM_DRO] Re: Re: Emc -- program problems
Jon Elson
2002-08-10 14:41:14 UTC
Re: [CAD_CAM_EDM_DRO] Re: Re: Emc -- program problems