Hello Guest it is March 19, 2024, 12:55:36 AM

Author Topic: Roatary/stepper stalling  (Read 8122 times)

0 Members and 1 Guest are viewing this topic.

Re: Roatary/stepper stalling
« Reply #10 on: April 11, 2007, 08:12:53 PM »
You need to redo your motor tuning settings. You have the X axis set to a MaxVel of 100 IPM and you can't get to that speed at 25KHz. You can only get to 75IPM, so the Calcs that Mach3 was doing was based on the 100IPM and not the 75 that it can do max...

If you tune your motors you should be good to go

thanks
Brian
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com
Re: Roatary/stepper stalling
« Reply #11 on: April 12, 2007, 06:09:36 AM »
Im affaid thats not the problem.
everyonce in a while my computor locks up because I click on to many things at once and when I reboot it, mach for some reason revert back to 25khz. I just switch it back to 45khz and Im done with it. I must have accidently posted my xml when it was in this state. but I can assure you im running at 45khz and that isnt the problem. my computor isnt internet accesable so I have to copy file to a flash drive to post them and move them around. so that what happened there. sorry
Re: Roatary/stepper stalling
« Reply #12 on: April 12, 2007, 11:53:47 AM »
Could you please post one that you know is good ?

If you do that I will test it again
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com
Re: Roatary/stepper stalling
« Reply #13 on: April 12, 2007, 07:58:22 PM »
sorry here it is

Offline Graham Waterworth

*
  • *
  •  2,667 2,667
  • Yorkshire Dales, England
    • View Profile
Re: Roatary/stepper stalling
« Reply #14 on: April 13, 2007, 04:13:57 AM »
Hi Chris,

try this modified version of your code, and let me know what happens, also have a look at the comment at the end of your code.

Graham.

G90 G94 G64 (SETUP PARAMETERS)
M6 T4 (TOOL4)
M08 (COOLANT)
M03 (SPINDLE ON)
G00 X0 Y0 Z.2
G00 X-.625
G00 Z0
G91 G01(INCRIMENTAL)
G01 Z-.05 F20
A360(SLOT RUN)
G01 Z-.05
A360
G01 Z-.05
A360
G01 Z-.05
A360
G01 Z-.05
A360
G01 Z-.05
A360
G01 Z-.0125
A360
G01 X.01 (WIDEN SLOT)
G01 A360
G01 X-.02
G01 A360
G01 X.01
G00 Z.3125 (RETURN TO 0)
G90 (ABSOLUTE)
Z.2 (SAFEZ)
G00 X-1.125
G00 Z0
G91 G01(INCRIMENTAL)
G01 Z-.05
A360(SLOT RUN)
G01 Z-.05
A360
G01 Z-.05
A360
G01 Z-.05
A360
G01 Z-.05
A360
G01 Z-.05
A360
G01 Z-.0125
A360
G01 X.01 (WIDEN SLOT)
G01 A360
G01 X-.02
G01 A360
G01 X.01
G00 Z.3125 (RETURN TO 0)
G90 (ABSOLUTE)
Z.2 (SAFEZ)
G00 X-1.625
G00 Z0
G91 G01(INCRIMENTAL)
G01 Z-.05
A360 (SLOT RUN)
G01 Z-.05
A360
G01 Z-.05
A360
G01 Z-.05
A360
G01 Z-.05
A360
G01 Z-.05
A360
G01 Z-.0125
A360
G01 X.01  (WIDEN SLOT)
G01 A360
G01 X-.02
G01 A360
G01 X.01
G00 Z.3125 (RETURN TO 0)
G90 (ABSOLUTE)
Z.2 (SAFEZ)
G00 X-2.125
G00 Z0
G91 G01(INCRIMENTAL)
G01 Z-.05
A360 (SLOT RUN)
G01 Z-.05
A360
G01 Z-.05
A360
G01 Z-.05
A360
G01 Z-.05
A360
G01 Z-.05
A360
G01 Z-.0125
A360
G01 X.01  (WIDEN SLOT)
G01 A360
G01 X-.02
G01 A360
G01 X.01
G00 Z.3125 (RETURN TO 0)
G90 (ABSOLUTE)
G00Z.2 (SAFEZ)
G00 X-2.625
G00 Z0
G91 G01(INCRIMENTAL)
G01 Z-.05
A360 (SLOT RUN)
G01 Z-.05
A360
G01 Z-.05
A360
G01 Z-.05
A360
G01 Z-.05
A360
G01 Z-.05
A360
G01 Z-.0125
A360
G01 X.01  (WIDEN SLOT)
G01 A360

(this bit below looks wrong to me)
(its going to scroll through)
(the job)

G01 X-1 A7200 F20
G01 A360
G01 X.01
G00 Z.3125
G90 (ABSOLUTE)
M9 M5 (COOLANT AND SPINDLE OFRF)
G00 Z.2
X0 Y0 Z.2
M30
Without engineers the world stops
Re: Roatary/stepper stalling
« Reply #15 on: April 14, 2007, 09:28:09 PM »
I have tested it here and it still looks good... Try the following and tell me if you miss steps

From X0.0 A0.0
G00 X.1 A180

and

From X0.0 A0.0
G00 X3 A.1

Do you have a problem?

Thanks
Brian
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com