Hello Guest it is March 29, 2024, 09:47:35 AM

Author Topic: few problems  (Read 11245 times)

0 Members and 1 Guest are viewing this topic.

Re: few problems
« Reply #10 on: January 10, 2010, 07:23:54 PM »
here is code
Thomas

Thank you for your support in developing better cnc experiance.
 Scan my avatar with smart pnone .......
http://big-tex.tk/
Re: few problems
« Reply #11 on: January 10, 2010, 07:27:17 PM »
xml
Thomas

Thank you for your support in developing better cnc experiance.
 Scan my avatar with smart pnone .......
http://big-tex.tk/

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: few problems
« Reply #12 on: January 10, 2010, 07:39:53 PM »
Ok, seems to run fine here, your motors are tuned to 60IPM max so the feedrate of 89 will never be reached. Having said that I am wondering if you see exactly 6IPM in the Units/min DRO?
Hood
Re: few problems
« Reply #13 on: January 10, 2010, 07:47:28 PM »
my motors on x and y are set up at 600 ipm
Thomas

Thank you for your support in developing better cnc experiance.
 Scan my avatar with smart pnone .......
http://big-tex.tk/

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: few problems
« Reply #14 on: January 10, 2010, 07:48:15 PM »
Ok I gotta go get some sleep so I will say what I think your issue is.
The first part of the code is made up of hundreds of small lines and your motors have a fairly slow acceleration. You are running in Exact Stop mode so the axis have to slow to a stop at each line then start again on the next. If you put a G64 (Constant Velocity) on the end of the  N20 line you should see an improvement.

Hood
Re: few problems
« Reply #15 on: January 10, 2010, 07:49:13 PM »
Homing set at 10% feed rare FRO showes 6
Thomas

Thank you for your support in developing better cnc experiance.
 Scan my avatar with smart pnone .......
http://big-tex.tk/

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: few problems
« Reply #16 on: January 10, 2010, 07:49:25 PM »
my motors on x and y are set up at 600 ipm

Not in the xml you posted they are not.
Hood

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: few problems
« Reply #17 on: January 10, 2010, 07:50:45 PM »
Homing set at 10% feed rare FRO showes 6

Yes because 10% of 60 is 6, your motors are tuned to 60, but as said a couple of posts back I think your issue is the slow accel, the short lines and G61 mode.
Hood

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: few problems
« Reply #18 on: January 10, 2010, 07:55:01 PM »
Mach3 also starts with the feedrate set at 6ipm. Try putting F50 or whatever speed you want in the initialization string. Then mach3 will be set to whatever feedrate you want when you click the reset button.
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html
Re: few problems
« Reply #19 on: January 10, 2010, 08:23:53 PM »
F50 in intializing worked ThX
go to see you here Gerry
« Last Edit: January 10, 2010, 08:26:17 PM by big-tex »
Thomas

Thank you for your support in developing better cnc experiance.
 Scan my avatar with smart pnone .......
http://big-tex.tk/