Hello Guest it is March 28, 2024, 05:13:00 PM

Author Topic: Circular Pocket error messages  (Read 15386 times)

0 Members and 1 Guest are viewing this topic.

Circular Pocket error messages
« on: April 17, 2015, 11:20:48 PM »
Hi there! Using Mach 3 on a Seig KX1 and have encountered a peculiar problem. Using the circular pocket wizard I'm trying to use a 4mm dia cutter to make a pocket that's 5.2mm dia. When I run the program the pocket is oval, not circular and I get the error message: Maximum < Minimum. Can someone explain what's going on? ???

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Circular Pocket error messages
« Reply #1 on: April 18, 2015, 12:36:44 AM »
One of your settings of MAX is LESS than the MIN value. That would be an error as Max HAS to be larger than Min.

(;-) TP
Re: Circular Pocket error messages
« Reply #2 on: April 18, 2015, 06:45:49 AM »
Can you be more specific on which wizard you are using. I do not think the Newfangled wizards can do anything to generate that error message. Does the error come while running the wizard or while running the gcode it generates?
Re: Circular Pocket error messages
« Reply #3 on: April 18, 2015, 08:50:45 PM »
I'm using the 'circular pocket' wizard. I haven't found a tutorial on how to fill out the wizard correctly but I've used the 'cut arc' wizard before to radius the ends of parts and this one doesn't seem to be much different. Still and all I've obviously done something wrong. I was wondering if the cutter is too big to cut a hole just a wee bit bigger than its diameter; could that be the issue? Or possibly the percent value of step-over is too high? Or possibly something else. Confused I am!  ::)

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Circular Pocket error messages
« Reply #4 on: April 18, 2015, 09:42:40 PM »
What are the settings that you used ?? 

(;-) TP
Re: Circular Pocket error messages
« Reply #5 on: April 19, 2015, 11:05:24 PM »
OK here we  go; natch the settings I originally used in the wizard are in the laptop that died last night so I'm doing this from memory:
Wizard screen values:
X Center Pos: -13.5
Y Center Pos: -3.5
Tool Dia: 4.0
Pocket Dia: 5.2
% Step Over: 70
Ramp Dis: +2.0
Feed Rate: 70
Feed Plunge: +80.0
Depth: -4.0
Step Depth: 4.0
Rapid Height +0.1
Spindle RPM: 4000
CW
mm

--Now here's the G-code I've copied from the program:
G00 X-13.5 Y-3.5
G0 G49 G40 G17 G80 G50 G90
M6 T0 (Tool dia 4.0)
G64
G00 G43 H0 Z0.1
X-13.5 Y-3.5
G01 Z-4 F70
Y-3.5 X-12.89 R0.305
Y-3.5 X-14.11 R0.61
X-12.89 Y-3.5 R0.61
Y-3.805 X-13.195 R0.305
G00 Z01










Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Circular Pocket error messages
« Reply #6 on: April 20, 2015, 09:41:27 AM »
Your stepover is much to large for the size of the pocket you are cutting. Try 10%

(;-) TP
Re: Circular Pocket error messages
« Reply #7 on: April 20, 2015, 12:05:26 PM »
Will do. Be back with results in a bit..
Re: Circular Pocket error messages
« Reply #8 on: April 20, 2015, 05:49:48 PM »
I dont see any circular moves in that code- those lines with R values follow a modal G01 so ought to give an error. It needs a G02 or G03 in there.

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Circular Pocket error messages
« Reply #9 on: April 20, 2015, 08:01:22 PM »
HIYA Ron that is because the Stepover being too large and there is no error checking in the wizard. If you reduce the stepover to 10% it works. That one is a VERY EARLY wizard by Brian.

(;-) TP