Hey folks,
I have a part on our EC400 that's alarming out when it calls its G43 H01 for the first tool, on approach to the first cut. The tool length is indeed correctly probed at just over 6" long. When manually pulling the tool and work offset and sending it to XYZ0.0 it is indeed at the origin, as probed by the spindle probe.
Here's the first snippet:
%
O0000 (Top Post First Op)
(HAAS EC 400 HORIZONTAL)
(PROGRAM - Top Post First Op.400)
(DATE - SEP-02-2015)
(TIME - 6:38 PM)
(T1 - 1/4 SPOTDRILL - H1 - D1 - D0.2500")
G00 G17 G20 G40 G80 G90
G91 G28 Z0.
(CENTERDRILL END HOLES DOWN .030 TI)
N1 T1 M06 (1/4 SPOTDRILL)
G00 G17 G90 G154 P17 A180. X-.275 Y1.25 S3000 M03
G43 H1 Z10. Pull the height offset and move to 10" Above part. Have tried changing this value or removing it, no change
Z-2.4375
G94
G99 G81 Z-2.5175 R-2.4375 F14.
X-1.275 Y.25
X-.275 Y-.75
G80
Z-1.4375
X1.8324 Y-.6669
G99 G81 Z-1.5175 R-1.4375 F14.
X.6669 Y1.8324
X-.6669
X-1.8324 Y-.6669
G80
Z.05
X1.28 Y-2.217
G99 G81 Z-.03 R.05 F14.
X1.8102 Y-1.8102
G80
Z10.
M05
G91 G28 Z0.
G28 Y0. A0.
G90
M30
%
I've been fiddling with it for a couple hours now, am I blatantly missing something here?