Hello Guest it is April 19, 2024, 12:23:10 AM

Author Topic: G73?????  (Read 7897 times)

0 Members and 1 Guest are viewing this topic.

Offline lokey

*
  •  60 60
    • View Profile
Re: G73?????
« Reply #10 on: April 01, 2009, 09:00:00 AM »
Hi, I loaded a copy of .xml file. It does not appear to be loosing steps, it moves the same distance every time, there is just a .0025 shift to the positive after each chain is cut. Would installing home switches solve the problem or maybe write a macro for a software solution?
« Last Edit: April 01, 2009, 09:10:53 AM by lokey »

Offline Chip

*
  • *
  •  2,055 2,055
  • Gainesville Florida USA
    • View Profile
Re: G73?????
« Reply #11 on: April 01, 2009, 03:49:04 PM »
Hi, Lokey

I don't think so, Try setting your LowActives as shone in the first pic below, If that doesn't help, Set it up as shone in the sec & third pic's.

All of your Axis LowActives should be the same for Step & Direction State, All "Check" or "X", The only exception to this is if the axis controls are not the same type.

Edit: Also try the Sherline 1/2 step mode 4'th pic, It will increase the Pulse width and give your axis cont. more time to see the pulse's.

It's strange that it's only the X axis, Can you swap the axis cont. boards around to trouble-shoot it ?

Give us a better description of your setup.

Post your G code file.

Chip
« Last Edit: April 01, 2009, 04:32:21 PM by Chip »

Offline lokey

*
  •  60 60
    • View Profile
Re: G73?????
« Reply #12 on: April 01, 2009, 09:49:38 PM »
Hi,  I the problem occurs on all the axis x,y,and z.  I was hoping to find a fix for x and then repeat for y and z. I get overwhelmed if problems become to complex.  One question, does it matter what Cycle Jog Step is set to  when running a project?  I will try your suggestion and report finding. Thanks again and best regards.
Re: G73?????
« Reply #13 on: April 02, 2009, 02:27:56 AM »
Are you running G90 or G91 mode? Is it possible that your system is experiencing rounding errors? In G91 if your code has X.0015 and your machine only moves .001 this could add up.

Offline lokey

*
  •  60 60
    • View Profile
Re: G73?????
« Reply #14 on: April 02, 2009, 07:20:52 AM »
Hi, here is copy of the G code. I am still testing other suggestion. Thanks again for all help being received. Best Regards

Offline lokey

*
  •  60 60
    • View Profile
Re: G73?????
« Reply #15 on: April 03, 2009, 11:20:19 AM »
Hi, I found a solution without having to write a macro. I replaced G28 with G28.1 X-0.0015 and I was able to perform the repeatability test with a great degree of accuracy. I had to set the Home software limit to less than zero.  When I cut a project I will have to Home the machine after each chain is cut.  Thank you very much for all support.