I have my probe on my Haas DM2 setup to probe two differant pieces and when I get to the line labeled "(MOVE TO P2 POSITION)
When it runs this line it's moving my probe both in the X, Y and Z at the same time ( so in other words it's taking the shortest path ) verses moving to X-19.81 Then Y-6.59 and finally dropping down to the Z-9.50
It's working fine, but my concern is down the road if I had something such as a work piece stop mounted on the vise it could colide with it as it's moving to that second postion.
So long story short... how can you set this code to move in strait lines?
Thanks,
Kent
(--START OF PROBING--)
( LOAD PROBE )
T17 M6
(MOVE INTO POSITION)
G53 G1 F200.0 X-19.81 Y-6.59 Z-9.50
(PROBE - P1)
G65 P9995 W154.01 A20. H-1
(RAISE TO SAFE HEIGHT)
G53 G1 F200.0 Z-3.0
(MOVE TO P2 POSITION)
G53 G1 F200.0 X-8.22 Y-6.59 Z-9.50
(PROBE - P2)
N19 G65 P9995 W154.02 A20. H-1.
(RAISE TO SAFE HEIGHT)
G53 G1 F200.0 Z-3.0
(--END OF PROBING--)