Hello Guest it is March 28, 2024, 05:32:48 PM

Author Topic: Offsets: how to get beyond G59  (Read 3521 times)

0 Members and 1 Guest are viewing this topic.

Offsets: how to get beyond G59
« on: January 31, 2011, 09:45:04 PM »
I would like to know how to set up additional offsets beyond G-59.

Thanks,
-jim
Re: Offsets: how to get beyond G59
« Reply #1 on: January 31, 2011, 10:23:47 PM »
G59P7, G59P8, ........ up to ......... G59P253, G59P254

10.7.18 Select Work Offset Coordinate System - G54 to G59 & G59 P~
To select work offset #1, program G54, and similarly for the first six offsets. The systemnumber-
G-code pairs are: (1-G54), (2-G55), (3-G56), (4-G57), (5-G58), (6-G59)
To access any of the 254 work offsets (1 - 254) program G59 P~ where the P word gives
the required offset number. Thus G59 P5 is identical in effect to G58.
« Last Edit: January 31, 2011, 10:35:20 PM by Overloaded »
Re: Offsets: how to get beyond G59
« Reply #2 on: January 31, 2011, 10:45:51 PM »
Umm, I'm a bit confused. I understand G-54 through G-59. To use any of the additional 254 offsets I would do exactly what?  I'm a novice so please be specific.

-jim
Re: Offsets: how to get beyond G59
« Reply #3 on: January 31, 2011, 10:53:27 PM »
G54 is offset #1 which could also be expressed as G59P1.
The first 6 offsets are quick and easy to access by just using G52 G54 thru G59.
After that, you use G59P7 up to G59P254.

Oooops .... :)
« Last Edit: January 31, 2011, 10:56:15 PM by Overloaded »
Re: Offsets: how to get beyond G59
« Reply #4 on: January 31, 2011, 11:01:18 PM »
Say you wanted a fixture to use offset #10.

MDI G59P10, then zero the machine over the 0,0 point of the fixture.

Does that help ?
Re: Offsets: how to get beyond G59
« Reply #5 on: January 31, 2011, 11:09:16 PM »
got it now, thanks,
-jim