Re: [Emc-users] Version 2.7 positioning problem during cnc operations

2017-04-06 Thread Stuart Stevenson
Customer reports ARC_BLEND_ENABLE = 0 did not fix the positioning problem. G64P.005 fixed the problem. Is there another command for the ini file? thanks Stuart On Wed, Mar 29, 2017 at 11:12 AM, Stuart Stevenson wrote: > The customer reported that adding G64P0 at the front

Re: [Emc-users] Version 2.7 positioning problem during cnc operations

2017-03-29 Thread sam sokolik
@lists.sourceforge.net> > Sent: Wednesday, March 29, 2017 3:02:26 PM > Subject: Re: [Emc-users] Version 2.7 positioning problem during cnc > operations > > Does that work? I tried that on 2.7 sim and it didn't seem to work. > (unless I was doing something stupid) > > On

Re: [Emc-users] Version 2.7 positioning problem during cnc operations

2017-03-29 Thread John Thornton
That will be overridden by the G code program so not a safe thing to do. JT On 3/29/2017 1:54 PM, Tomas J wrote: >> Currently the fix is adding G64Px.xxx at the beginning of all programs. > Or add "RS274NGC_STARTUP_CODE = G64 P0.02" to [RS274NGC] section of .ini > file... >

Re: [Emc-users] Version 2.7 positioning problem during cnc operations

2017-03-29 Thread Stuart Stevenson
lt;emc-users@lists.sourceforge.net> > Sent: Wednesday, March 29, 2017 3:02:26 PM > Subject: Re: [Emc-users] Version 2.7 positioning problem during cnc > operations > > Does that work? I tried that on 2.7 sim and it didn't seem to work. > (unless I was doing something

Re: [Emc-users] Version 2.7 positioning problem during cnc operations

2017-03-29 Thread Todd Zuercher
kolik" <sa...@empirescreen.com> To: "Enhanced Machine Controller (EMC)" <emc-users@lists.sourceforge.net> Sent: Wednesday, March 29, 2017 3:02:26 PM Subject: Re: [Emc-users] Version 2.7 positioning problem during cnc operations Does that work? I tried that on 2.

Re: [Emc-users] Version 2.7 positioning problem during cnc operations

2017-03-29 Thread sam sokolik
Does that work? I tried that on 2.7 sim and it didn't seem to work. (unless I was doing something stupid) On 3/29/2017 1:54 PM, Tomas J wrote: >> Currently the fix is adding G64Px.xxx at the beginning of all programs. > Or add "RS274NGC_STARTUP_CODE = G64 P0.02" to [RS274NGC] section of .ini >

Re: [Emc-users] Version 2.7 positioning problem during cnc operations

2017-03-29 Thread Tomas J
> Currently the fix is adding G64Px.xxx at the beginning of all programs. Or add "RS274NGC_STARTUP_CODE = G64 P0.02" to [RS274NGC] section of .ini file... -- Best regards, Tomas -- Check out the vibrant tech

Re: [Emc-users] Version 2.7 positioning problem during cnc operations

2017-03-29 Thread Robert Ellenberg
ne Controller (EMC)" <emc-users@lists.sourceforge.net > > > > Sent: Wednesday, March 29, 2017 11:22:10 AM > > Subject: Re: [Emc-users] Version 2.7 positioning problem during cnc > operations > > > > The cheap and dirty way would be to add > > add in the

Re: [Emc-users] Version 2.7 positioning problem during cnc operations

2017-03-29 Thread sam sokolik
Original Message - > From: "sam sokolik" <sa...@empirescreen.com> > To: "Enhanced Machine Controller (EMC)" <emc-users@lists.sourceforge.net> > Sent: Wednesday, March 29, 2017 11:22:10 AM > Subject: Re: [Emc-users] Version 2.7 positioning prob

Re: [Emc-users] Version 2.7 positioning problem during cnc operations

2017-03-29 Thread Todd Zuercher
Wednesday, March 29, 2017 11:22:10 AM Subject: Re: [Emc-users] Version 2.7 positioning problem during cnc operations The cheap and dirty way would be to add add in the TRAJ sectio/n ARC_BLEND_ENABLE = 0 /This puts the trajectoy planner into pre 2.7 mode (pre circular arc blend - 1 segment l

Re: [Emc-users] Version 2.7 positioning problem during cnc operations

2017-03-29 Thread Stuart Stevenson
ok - thanks - I will try it. On Wed, Mar 29, 2017 at 11:21 AM, sam sokolik wrote: > From the manual > > 'G64 and G64 P0 tell the planner to sacrifice path following accuracy in > order to keep the feed rate up.' > > So G64 and G64P0 are the same. (go as fast as you can

Re: [Emc-users] Version 2.7 positioning problem during cnc operations

2017-03-29 Thread sam sokolik
From the manual 'G64 and G64 P0 tell the planner to sacrifice path following accuracy in order to keep the feed rate up.' So G64 and G64P0 are the same. (go as fast as you can - cutting corners) You would need to set the maximum divination you want. G64P.005 - go as fast as you can but

Re: [Emc-users] Version 2.7 positioning problem during cnc operations

2017-03-29 Thread Stuart Stevenson
The customer reported that adding G64P0 at the front of the program did not fix the problem. I was not in attendance so I cannot verify the command was correctly applied. I will get the ARC_BLEND_ENABLE = 0 in the ini file and report back. thanks Stuart On Wed, Mar 29, 2017 at 10:22 AM, sam

Re: [Emc-users] Version 2.7 positioning problem during cnc operations

2017-03-29 Thread sam sokolik
The cheap and dirty way would be to add add in the TRAJ sectio/n ARC_BLEND_ENABLE = 0 /This puts the trajectoy planner into pre 2.7 mode (pre circular arc blend - 1 segment look ahead) You obviously lose x segment look ahead. During testing exact stop mode happened between G0 and contouring

[Emc-users] Version 2.7 positioning problem during cnc operations

2017-03-29 Thread Stuart Stevenson
Gentlemen, This is connected to the G64 question I asked on the developers list yesterday. G64 P0 does not change the positioning problem on the machine. Problem description: desired machine motion position XY with Z above the material/work level move Z to material/work