Hello Guest it is March 28, 2024, 06:08:37 PM

Author Topic: Y-Axis  (Read 5724 times)

0 Members and 1 Guest are viewing this topic.

Y-Axis
« on: January 08, 2016, 12:00:50 PM »

I have a problem with my y axis. If I drill a series of holes on 2" centers  the first hole always starts at 1.75". Then the 2nd is 1.875. All others after are spot on. The X axis works fine. Both axis are setup identical as far as motor, and pulses.
I ran the same program with 2 different post processors with the same result
Can anyone help?

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Y-Axis
« Reply #1 on: January 08, 2016, 12:33:39 PM »
I would first check your Gcode file to make sure IT is correctly coded.

Then work out from there.

Yo may want to post the Gcode you tried so others can test it.

(;-) TP
Re: Y-Axis
« Reply #2 on: January 08, 2016, 01:02:35 PM »
this is from the Mach3 postprocessor in mastercam
%
O0000 (TEST3)
(MASTERCAM - V13.)
(MC9 FILE  - C:\DOCUMENTS AND SETTINGS\ALL USERS\DOCUMENTOS\TEST3.MCX)
(POST      - )
(MATERIAL  - WOOD INCH)
(PROGRAM   - TEST3.NC)
(DATE      - JAN-07-16)
(TIME      - 17:34)
(POST DEV  - NovaLab)
(NWDTOOL N"  1/4 STRAIGHT BIT" T1 D0. F2. L3. CD2. CL1. SD2. C0)
(NWDSTOCK X0. Y0. Z0. OTC OX0. OY0. OZ0.)
N100 G00 G17 G20 G40 G49 G80 G90
N110 T1 M06 (  1/4 STRAIGHT BIT)
N120 (MAX - Z.75)
N130 (MIN - Z-.3)
N140 G00 Z.75
N150 G00 X.97 Y0. S18000 M03
N160 G99 G83 Z-.3 R.75 Q.05 F200.
N170 Y2.
N170 Y4.
N180 Y6.
N190 Y8.
N200 Y10.
N210 Y12.
N220 Y14.
N230 Y16.
N240 Y18.
N250 G80
N260 M05
N270 G90
N280 M30
%
this is the default postprocessor
%
O0000(TEST4)
(DATE=DD-MM-YY - 08-01-16 TIME=HH:MM - 08:24)
(MCX FILE - C:\DOCUMENTS AND SETTINGS\ALL USERS\DOCUMENTOS\TEST4.MCX)
(NC FILE - \\CNC-MINI\GCODE\TEST4.NC)
(MATERIAL - WOOD INCH)
( T1 |   1/4 STRAIGHT BIT | H0 )
N100 G17 G20 G90 G40 G80 G64 G49 G0 M05
N102 G8 P1
N104 G90 M05 Z0
N108 T1 M6
N110 G0 G90 G54 X.97 Y2. C0.
N112 S18000 M3
N114 G43 H0 Z.75
N116 G17 G99 G83 Z-.3 R.75 Q.05 F180.
N118 Y4. Z-.3
N120 Y6. Z-.3
N122 Y8. Z-.3
N124 Y10. Z-.3
N126 Y12. Z-.3
N128 Y14. Z-.3
N130 Y16. Z-.3
N132 Y18. Z-.3
N134 G80
N136 G90 G49 Z0. M05
N140 G8 P0
N142 G17
N144 M30
%
Re: Y-Axis
« Reply #3 on: January 08, 2016, 01:34:26 PM »
Both run fine here.
Are you watching the Y DRO to see that it is indicating the proper position ?
If it is, and your part is measuring differently, you might be missing steps at the beginning.
Does it return to the exact same physical 0 Y position after the file is done ?
Re: Y-Axis
« Reply #4 on: January 08, 2016, 01:49:23 PM »
i will add a g00 x0 y0 z0 to the code see if it does
Re: Y-Axis
« Reply #5 on: January 08, 2016, 02:21:12 PM »
it does go back to zero
the 1st the x0y0 fine the next hole 2" drills at 1.702.  the following holes are on 2in centers.
the DRo show as follows
0
1.9997
4
5.9997
8
9.9997
etc
Re: Y-Axis
« Reply #6 on: January 08, 2016, 02:22:04 PM »
here is the modified code
%
O0000 (TEST3A)
(MASTERCAM - V13.)
(MC9 FILE  - C:\DOCUMENTS AND SETTINGS\ALL USERS\DOCUMENTOS\TEST3.MCX)
(POST      - )
(MATERIAL  - WOOD INCH)
(PROGRAM   - TEST3A.NC)
(DATE      - JAN-08-16)
(TIME      - 12:56)
(POST DEV  - NovaLab)
(NWDTOOL N"  1/4 STRAIGHT BIT" T1 D0. F2. L3. CD2. CL1. SD2. C0)
(NWDSTOCK X0. Y0. Z0. OTC OX0. OY0. OZ0.)
N100 G00 G17 G20 G40 G49 G80 G90
N110 T1 M06 (  1/4 STRAIGHT BIT)
N120 (MAX - Z.75)
N130 (MIN - Z-.3)
N140 G00 Z.75
N150 G00 X0. Y0. S18000 M03
N160 G99 G81 Z-.3 R.75 F200.
N170 X.97 Y2.
N180 Y4.
N190 Y6.
N200 Y8.
N210 Y10.
N220 Y12.
N150 G00 X0. Y0.Z0  S18000 M03
N160 G99 G81 Z-.3 R.75 F200
N230 G80
N240 M05
N250 G90
N260 M30
%
Re: Y-Axis
« Reply #7 on: January 08, 2016, 03:16:19 PM »
That last file is a bit different.
The first hole is at 0,0 then the rest are at .97, 2-4-6-8-10-12 making the first two 2.223 apart and the resr 2" apart. And you're drilling the first hole twice.
I don't understand what is happening with yours. It runs as programmed here.

Maybe someone else can see a problem.

Russ

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Y-Axis
« Reply #8 on: January 08, 2016, 03:31:00 PM »
What controller are you using ? LPT or other ?

(;-) TP

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Y-Axis
« Reply #9 on: January 08, 2016, 03:47:31 PM »
Actually in the last example the hole spacing is in Y and it starts at Y0 then spaces 2 " each step from there.  

Are you saying that teh spacing is wrong and it is not following the Gcode or is ONLY the first two positions wrong and the rest are exacly where they should be based on 0,0 because that does not make sense .  Look at teh exact location points not just the spacing. This code is abs code not incremental. So all positions should be an abs value.

(;-) TP