Hello Guest it is April 27, 2024, 12:23:52 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - cjdavis618

Pages: 1
1
General Mach Discussion / Maybe silly question - Feed hold or Stop
« on: February 20, 2011, 11:21:06 PM »
I have had a few scenarios where I need to stop the machine for whatever reason during a cut. Like today, my coolant got low because it clogged the line and shut off. I hit the stop button, the machine stopped, I filled up the coolant and cleared the line. But when I hit cycle start, the machine lost its path and started cutting outside the path.


When stuff like this occurs, should the Feed hold button be used? If so, and I use it, will it pick up where it left off without crashing the part?

Is there something else I should do in this instance?



2
Newfangled Solutions Mach3 Wizards / Bug in Rectangle Drilling op?
« on: June 26, 2010, 03:59:50 PM »
 ???

I was doing a simple drilling op on a plate and didn't need to cad it out. So I used Newfangled to get the holes drilled. I found that the program is not spitting out the numbers it should. I have posted below the images of my settings, and also the Gcode that it put out.

In the most sever case, it is placing + numbers when it should be using - coordinates. But I also found that if you enter a different starting coordinate than 0x 0y, that it will subtract that amount from the total movement.

I have my machined set to zero on the corner of my vise jaws as a repeatable starting point. I then told newfangled where I wanted the first hole. Please see what I wanted, and then see what I got from the wizard.


Generated code ------
(Code by Newfangled Wizard, 6/26/2010)
(Version 2.83)               <--------------   Shows wrong version in the wizard output as well. Even though the screens show the correct version.
(Program Posted for Aluminum )
G0 G49 G40.1 G17
G80 G50 G90 G98  
G20 (Inch)
(***** Rectangular Hole Pattern *****)
M6 T7
M03 S1800
M9
G00G43 H7 Z0.2
G73 X0.25 Y-0.5 Z-0.63 Q0.02 R0.05 F1.3
 X4.736 Y-0.5
 X-4.736 Y1
 X0.25 Y1

G80
M5 M9

Manually Corrected code.
(Code by Newfangled Wizard, 6/26/2010)
(Version 2.83)
(Program Posted for Aluminum )
G0 G49 G40.1 G17
G80 G50 G90 G98  
G20 (Inch)
(***** Rectangular Hole Pattern *****)
M6 T7
M03 S1800
M9
G00G43 H7 Z0.2
G73 X0.25 Y-0.5 Z-0.63 Q0.02 R0.05 F1.3
 X-4.486 Y-0.5 <---- (This line is correct for distance as is the next - The code above wasn't)
 X-4.486 Y-2  <----- (If compared above, I needed my hole to be -1.5 as entered into the wizard.)
 X0.25 Y-2   <----   Notice the difference?)

G80
M5 M9

Here are the screenshots of the entered data into the wizard.


I have been through this several times and it appears that if you enter any starting offsets in to the X and y coordinates at the beginning. The X always adds or subtracts for the locations of the drilling moves. And always causes them to be a + number, even if they are entered in as negative moves.



3
I am trying to cut 2 simple rectangles using a 1/8" tailn bit for some molex plugs.

I have gotten the coordinates right, but the plunge feed and the feed rate is the same. I have entered 10% of max for plunge, and 100% for feed (10 IPM) is what I want, but in the rectangle wizard, it isn't putting out a feed rate, just a plunge feed of 1. Am I missing something?

Also, is there a prefered screen size for newfangled, there are a few wizards that have boxes covered by buttons and the 2.79 label is inside a title bar once a wizard is selected.


Here is the code:



(Code by Newfangled Wizard, 11/22/2008)
(Program Posted for Aluminum )
G0 G49 G40.1 G17
G80 G50 G90 G98 
G20 (Inch)
(***** Cut Rectangle *****)
M6 T3
M03 S3500
M9
G00 G43 H3 Z0.2
(Inner rectangle)
(conventional mill)
G00 X-0.1875 Y-1.4188 F10
G41 P0.0625
G01 X-0.0938 Y-1.4188
G03 X0 Y-1.325 R0.09375
G01 Z-0.01 F1                              <<<<<<<<<<<<<<< Plunge Feed>>>>>>>>>>
G01 X0 Y-1.325           <<<<<<<<<<<<< Feed rate missing >>>>>>>>>>>>
G01 X0 Y-0.95
G01 X-0.7 Y-0.95
G01 X-0.7 Y-1.7
G01 X0 Y-1.7
G01 X0 Y-1.7
G01 X0 Y-1.325
G01 Z0.2                              <<<<<<<<<<<<<<  Retract speed option would be nice too >>>>>>>>>>>>>>         
G03 X-0.0937 Y-1.2313 R0.09375
G40
G01 X-0.1875 Y-1.2313
(Inner rectangle)
(conventional mill)
G00 X-0.1875 Y-1.4188 F10
G41 P0.0625
G01 X-0.0938 Y-1.4188
G03 X0 Y-1.325 R0.09375
G01 Z-0.02 F1                        <<<<<<<< Plunge Feed >>>>>>>>>>>
G01 X0 Y-1.325                            <<<<<<<<<<<<<< Again, Missing Feed Rate >>>>>>>>>>>>>>>>>.
G01 X0 Y-0.95
G01 X-0.7 Y-0.95
G01 X-0.7 Y-1.7
G01 X0 Y-1.7
G01 X0 Y-1.7
G01 X0 Y-1.325
G01 Z0.2
G03 X-0.0937 Y-1.2313 R0.09375
G40
G01 X-0.1875 Y-1.2313
(Inner rectangle)
(conventional mill)
G00 X-0.1875 Y-1.4188 F10
G41 P0.0625
G01 X-0.0938 Y-1.4188
G03 X0 Y-1.325 R0.09375
G01 Z-0.03 F1
G01 X0 Y-1.325
G01 X0 Y-0.95
G01 X-0.7 Y-0.95
G01 X-0.7 Y-1.7
G01 X0 Y-1.7
G01 X0 Y-1.7
G01 X0 Y-1.325
G01 Z0.2
G03 X-0.0937 Y-1.2313 R0.09375
G40
G01 X-0.1875 Y-1.2313
(Inner rectangle)
(conventional mill)
G00 X-0.1875 Y-1.4188 F10
G41 P0.0625
G01 X-0.0938 Y-1.4188
G03 X0 Y-1.325 R0.09375
G01 Z-0.04 F1
G01 X0 Y-1.325
G01 X0 Y-0.95
G01 X-0.7 Y-0.95
G01 X-0.7 Y-1.7
G01 X0 Y-1.7
G01 X0 Y-1.7
G01 X0 Y-1.325
G01 Z0.2
G03 X-0.0937 Y-1.2313 R0.09375
G40
G01 X-0.1875 Y-1.2313
(Inner rectangle)
(conventional mill)
G00 X-0.1875 Y-1.4188 F10
G41 P0.0625
G01 X-0.0938 Y-1.4188
G03 X0 Y-1.325 R0.09375
G01 Z-0.05 F1
G01 X0 Y-1.325
G01 X0 Y-0.95
G01 X-0.7 Y-0.95
G01 X-0.7 Y-1.7
G01 X0 Y-1.7
G01 X0 Y-1.7
G01 X0 Y-1.325
G01 Z0.2
G03 X-0.0937 Y-1.2313 R0.09375
G40
G01 X-0.1875 Y-1.2313
(***** Cut Rectangle *****)
G00 G43 H3 Z0.2
(Inner rectangle)
(conventional mill)
G00 X1.0125 Y-1.4188 F10
G41 P0.0625
G01 X1.1063 Y-1.4188
G03 X1.2 Y-1.325 R0.09375
G01 Z-0.01 F1
G01 X1.2 Y-1.325
G01 X1.2 Y-0.95
G01 X0.5 Y-0.95
G01 X0.5 Y-1.7
G01 X1.2 Y-1.7
G01 X1.2 Y-1.7
G01 X1.2 Y-1.325
G01 Z0.2
G03 X1.1063 Y-1.2313 R0.09375
G40
G01 X1.0125 Y-1.2313
(Inner rectangle)
(conventional mill)
G00 X1.0125 Y-1.4188 F10
G41 P0.0625
G01 X1.1063 Y-1.4188
G03 X1.2 Y-1.325 R0.09375
G01 Z-0.02 F1
G01 X1.2 Y-1.325
G01 X1.2 Y-0.95
G01 X0.5 Y-0.95
G01 X0.5 Y-1.7
G01 X1.2 Y-1.7
G01 X1.2 Y-1.7
G01 X1.2 Y-1.325
G01 Z0.2
G03 X1.1063 Y-1.2313 R0.09375
G40
G01 X1.0125 Y-1.2313
(Inner rectangle)
(conventional mill)
G00 X1.0125 Y-1.4188 F10
G41 P0.0625
G01 X1.1063 Y-1.4188
G03 X1.2 Y-1.325 R0.09375
G01 Z-0.03 F1
G01 X1.2 Y-1.325
G01 X1.2 Y-0.95
G01 X0.5 Y-0.95
G01 X0.5 Y-1.7
G01 X1.2 Y-1.7
G01 X1.2 Y-1.7
G01 X1.2 Y-1.325
G01 Z0.2
G03 X1.1063 Y-1.2313 R0.09375
G40
G01 X1.0125 Y-1.2313
(Inner rectangle)
(conventional mill)
G00 X1.0125 Y-1.4188 F10
G41 P0.0625
G01 X1.1063 Y-1.4188
G03 X1.2 Y-1.325 R0.09375
G01 Z-0.04 F1
G01 X1.2 Y-1.325
G01 X1.2 Y-0.95
G01 X0.5 Y-0.95
G01 X0.5 Y-1.7
G01 X1.2 Y-1.7
G01 X1.2 Y-1.7
G01 X1.2 Y-1.325
G01 Z0.2
G03 X1.1063 Y-1.2313 R0.09375
G40
G01 X1.0125 Y-1.2313
(Inner rectangle)
(conventional mill)
G00 X1.0125 Y-1.4188 F10
G41 P0.0625
G01 X1.1063 Y-1.4188
G03 X1.2 Y-1.325 R0.09375
G01 Z-0.05 F1
G01 X1.2 Y-1.325
G01 X1.2 Y-0.95
G01 X0.5 Y-0.95
G01 X0.5 Y-1.7
G01 X1.2 Y-1.7
G01 X1.2 Y-1.7
G01 X1.2 Y-1.325
G01 Z0.2
G03 X1.1063 Y-1.2313 R0.09375
G40
G01 X1.0125 Y-1.2313
M5 M9
M30

Pages: 1