testyourdesign
testyourdesign
Hi Guys,
Just wanted to let everyone know about a great option for locating the part origin using the G38.2 probing sequence and touch probe input on the Masso Control. I just finished wiring up and testing a new touch probe I bought from Drewtronics. He offers both hard wired and wireless touch probes that are very accurate and compact. I went with the S5000 TTS model since my milling machine is already outfitted with the TTS tooling to R8 tooling adapter and a power draw bar that I fabricated and installed last year. The power draw bar makes tool changes very easy and fast. The new G-Code program that I wrote automatically locates the X0, Y0, Z0 part origin at Rear, Upper, Left Corner of my part using the G38.2 command and a touch probe. This together with the Auto Load Value button for the Work Offsets on the F4 screen makes setting the part origin offsets a real breeze.
Imperial version of the G-Code I used. (Revised 11-17-2018)
(Find the Top and Left Rear Corner of Part using www.drewtronics.org Probe with 0.125 dia tip)
(Set G59 origin for Probe at <0.5 Above Top, Rear Side, and Left Side of Part before selecting Cycle Start)
N10 G90 G94 G17
N20 G20
N30 M05
N40 M09
N50 T0 M06
N60 G59
N70 G00 X0 Y0
N80 G00 Z0
N90 G91
N100 G38.2 Z-1 F10
N110 G92 Z0
N120 G91
N130 G00 Z1
N140 G00 X-1
N150 G00 Z-1.25
N160 G38.2 X1.5 F10
N170 G92 X-0.0625
N180 G91
N190 G00 X-.1
N200 G00 Z1.25
N210 G00 X.6625 Y1
N220 G00 Z-1.25
N230 G38.2 Y-1.5 F10
N240 G92 Y.0625
N250 G91
N260 G00 Y.1
N270 G00 Z1.35
N280 G00 X-.6 Y-.1625
N285 G00 X.1
N290 G00 Z-.1
N300 G92.1
N310 G54
(Probe is now at X0 Y0 Z1 Work Offset Position)
(Use Auto Load Value in F4 Work Offset List to set new G54 origin)
(Set new origin at current location with -1 inch in Z)
N320 M02
By having the probe location at 1 inch above my part makes it very easy to quickly check the setting using a 1-2-3 block. After running the program I return to the F4 screen to set the current location as the new G54 and adjust the Z for the 1 inch offset.
Cheers,
Stephen Brown
MASSO Extended Team Member ?
Just wanted to let everyone know about a great option for locating the part origin using the G38.2 probing sequence and touch probe input on the Masso Control. I just finished wiring up and testing a new touch probe I bought from Drewtronics. He offers both hard wired and wireless touch probes that are very accurate and compact. I went with the S5000 TTS model since my milling machine is already outfitted with the TTS tooling to R8 tooling adapter and a power draw bar that I fabricated and installed last year. The power draw bar makes tool changes very easy and fast. The new G-Code program that I wrote automatically locates the X0, Y0, Z0 part origin at Rear, Upper, Left Corner of my part using the G38.2 command and a touch probe. This together with the Auto Load Value button for the Work Offsets on the F4 screen makes setting the part origin offsets a real breeze.
Imperial version of the G-Code I used. (Revised 11-17-2018)
(Find the Top and Left Rear Corner of Part using www.drewtronics.org Probe with 0.125 dia tip)
(Set G59 origin for Probe at <0.5 Above Top, Rear Side, and Left Side of Part before selecting Cycle Start)
N10 G90 G94 G17
N20 G20
N30 M05
N40 M09
N50 T0 M06
N60 G59
N70 G00 X0 Y0
N80 G00 Z0
N90 G91
N100 G38.2 Z-1 F10
N110 G92 Z0
N120 G91
N130 G00 Z1
N140 G00 X-1
N150 G00 Z-1.25
N160 G38.2 X1.5 F10
N170 G92 X-0.0625
N180 G91
N190 G00 X-.1
N200 G00 Z1.25
N210 G00 X.6625 Y1
N220 G00 Z-1.25
N230 G38.2 Y-1.5 F10
N240 G92 Y.0625
N250 G91
N260 G00 Y.1
N270 G00 Z1.35
N280 G00 X-.6 Y-.1625
N285 G00 X.1
N290 G00 Z-.1
N300 G92.1
N310 G54
(Probe is now at X0 Y0 Z1 Work Offset Position)
(Use Auto Load Value in F4 Work Offset List to set new G54 origin)
(Set new origin at current location with -1 inch in Z)
N320 M02
By having the probe location at 1 inch above my part makes it very easy to quickly check the setting using a 1-2-3 block. After running the program I return to the F4 screen to set the current location as the new G54 and adjust the Z for the 1 inch offset.
Cheers,
Stephen Brown
MASSO Extended Team Member ?