Hello Guest it is April 20, 2024, 07:14:16 AM

Author Topic: Tooling Offsets using the Tormach method  (Read 11720 times)

0 Members and 1 Guest are viewing this topic.

Tooling Offsets using the Tormach method
« on: October 11, 2010, 06:25:45 PM »
Hi
Video Address:  http://www.youtube.com/watch?v=_8apTgMTvjI&playnext=1&videos=srC9h9H00Ps&feature=mfu_in_order

I have  tooling holders by Tormach that I`m using in my DIY router. I have gone over
the details of tool offsets in the above video. At this time I do not have the Tomach dial indicator
mounted in a holder. As a substitute I used a long drill bit mounted in a holder.
I setup tool 1 i.e. a long drill bit as the datum tool. It was placed on 123 blocks.
I brought the spindle down to the top of the 123 block and set in Mach3 that point
as zero.
I then found the top of tool1 and got a measurement of 5.2766

Tool2= 5.2356

Tool3=4.3434

Tool4=2.2066

Tool5=4.1271

 

I then loaded my code into Mach3 and brought T1 down to the surface of the part.
I set xyz to 0.000
I manually moved the machine from the part to allow for a manual tool change.
I placed T2 in the spindle and ran the program.

Problem: Tool2 raised extremely high over the work surface triggering my Z limit.
I have no idea why the second tool raised so high when it was a bit shorter the T1
I have a clearance plane set for .2 above the surface. Still the tool seems to be moving
just too high.

 

G17 G20 G40 G54 G64 G90 G43

(Spot Bearing Center Using 11/32 Drill Tool2)

T2 M6

G43H2

(0.34375)

G01 X-0.8000 Y1.3750 Z0.2000 F8.0

G81 X-0.8000 Y1.3750 Z-0.1 R0.2 F5.0

G80

G01 Z0.2000 F5.0

(Spot All Holes On Face Using 11/32 Drill Tool2)

G43H2

X-1.2336 Y0.7082 F10.0

G81 X-1.2336 Y0.7082 Z-0.1332 R0.3 F5.0

G80

G01 Z0.2000 F5.0

G81 X-0.8000 Y0.4000 Z-0.1332 R0.3 F5.0

G80

G01 Z0.2000 F5.0

G81 X-0.3664 Y0.7082 Z-0.1332 R0.3 F5.0

G80

G01 Z0.2000 F5.0

G81 X-0.3664 Y2.0418 Z-0.1332 R0.3 F5.0

G80

G01 Z0.2000 F5.0

G81 X-0.8000 Y2.3500 Z-0.1332 R0.3 F5.0

G80

G01 Z0.2000 F5.0

G81 X-1.2336 Y2.0418 Z-0.1332 R0.3 F5.0

G80

G01 Z0.2000 F5.0

(11/32 Drill Mounting and Bearing Tool2)

G43H2

X-0.8000 Y2.3500 F8.0

G83 X-0.8000 Y2.3500 Z-1.2 R0.1 F5.0 Q0.2

G80

G01 Z0.2000 F5.0

G83 X-0.8000 Y0.4000 Z-1.2 R0.1 F5.0 Q0.2

G80

G01 Z0.2000 F5.0

G83 X-0.8000 Y1.3750 Z-1.2 R0.1 F5.0 Q0.2

G80

G01 Z0.2000 F5.0

(Drill 5/32 for 10-24 Bolt Tool3)

T3 M6

G43H3

(0.15)

X-1.2336 Y0.7082 F8.0

G83 X-1.2336 Y0.7082 Z-0.7 R0.1 F5.0 Q0.2

G80

G01 Z0.2000 F5.0

G83 X-0.3664 Y0.7082 Z-0.7 R0.1 F5.0 Q0.2

G80

G01 Z0.2000 F5.0

G83 X-0.3664 Y2.0418 Z-0.7 R0.1 F5.0 Q0.2

G80

G01 Z0.2000 F5.0

G83 X-1.2336 Y2.0418 Z-0.7 R0.1 F5.0 Q0.2

G80

G01 Z0.2000 F5.0

(DrillTool 1.00 V End Mill Tool4)

T4 M6

G43H4

(0.875)

X-0.8000 Y1.3750 F8.0

G83 X-0.8000 Y1.3750 Z-1.5026 R0.3 F3.0 Q0.1

G80

G01 Z0.2000 F3.0

(Step Drill Custom Bit Bearing Hole Tool5)

T5 M6

G43H5

(0.9)

F8.0

G83 X-0.8000 Y1.3750 Z-1.25 R0.1 F3.0 Q0.1

G80

G01 Z0.2000 F3.0

M05

M30

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Tooling Offsets using the Tormach method
« Reply #1 on: October 11, 2010, 06:28:40 PM »
Do you have the safe Z enabled and set up as an incremental move?
Hood
Re: Tooling Offsets using the Tormach method
« Reply #2 on: October 11, 2010, 06:33:17 PM »
Hi Hood
Don`t know I`ll have to check at the shop tomorrow.
Thanks
Re: Tooling Offsets using the Tormach method
« Reply #3 on: October 12, 2010, 06:27:12 AM »
Safe Z is not enabled. Still looking for answers

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Tooling Offsets using the Tormach method
« Reply #4 on: October 12, 2010, 07:12:57 AM »
Can you attach your xml and also the Tools1.dat that you will find in you profiles macro folder.
Hood
Attached Files
« Reply #5 on: October 12, 2010, 08:38:44 AM »
Hi
Here they are. I didn`t find any tool.dat files in the macro folder but did in C: Mach3 main folder.
I hope I attached the right file.

Barry
Is my G code wrong
« Reply #6 on: October 12, 2010, 10:01:22 AM »
Hi
I got a email from Tormach. They mention to call a tool changes as follows: T2 M6 G43 H2.
I have T2 M6 and G43H2 on separate lines. At the beginning of Tormach code they have a
G28. I do not. Are any of these differences causing the problem.

http://www.youtube.com/watch?v=0cM32grBMvo&playnext=1&videos=zZR3HEjtfQU&feature=mfu_in_order
Re: Tooling Offsets using the Tormach method
« Reply #7 on: October 12, 2010, 10:32:02 AM »
Barry the tools.dat file you uploaded is empty

It will be in the folder

C:\Mach3\macros\2008InchSlowSpeed
The Good Thing About Mach3, Is It's very Configurable

The Bad Thing About Mach3, Is It's Too Configurable
New File Upload
« Reply #8 on: October 12, 2010, 11:09:22 AM »
Sorry. Here it is

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Tooling Offsets using the Tormach method
« Reply #9 on: October 12, 2010, 11:40:59 AM »
Just a thought , If the master tool (drill bit ) is the longest tool then all the rest will be - numbers when doing the measurement.  If you put in + values then mach thinks they are longer and raises the spindle??

(;-) TP