>
> You can see some simple documentation of Haas tool length here:
> http://www.haascnc.com/solutions_tooling.asp#offset<http://www.haascnc.com/solutions_tooling.asp#offsets>
>

I don't want to force everyone to change, I just want an option to have the
tool length touch off work both ways (relative or absolute).

The current method to do this is to use one of the work offsets for tool
setting only. This code might do it:

G10 L2 P9 X0 Z0 Y0            (set G59.3 to machine 0)
G59.3                                 (activate G59.3)
M6 T1                                 (load tool 1)
#Touch off tool table in Axis

Then to set the work offset:

G54                                    (activate G54)
M6 T1                                 (load tool 1)
G43 H1                               (activate tool length offset for tool
1)
#Touch off to G54 in Axis
------------------------------------------------------------------------------
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to