HAAS TL-1 post processor

HAAS TL-1 post processor

Anonymous
3,531 Views
10 Replies
Message 1 of 11

HAAS TL-1 post processor

Anonymous
Not applicable

So I have a HAAS TL-1 that I'm trying to run some parts on using fusion 360 CAM. I'm using the most recent generic HAAS post processor but I keep getting errors like x over travel and z over travel. I've tried messing with my offset in both fusion and on the machine and keep getting the same thing. Can someone point me in the right direction as far as a how to video or a better post processor that works for the TL lathes. I'm starting to think that the generic post for HAAS turning is for there slant bed lathes. Thanks in advance.

0 Likes
3,532 Views
10 Replies
Replies (10)
Message 2 of 11

Steinwerks
Mentor
Mentor

Can you share a sample part and posted code with notes about where the machine alarms out? This could be a post issue but we are using a TL-3 with the generic Haas turning post (until I get around to modifying it to suit) and have no issues with this, although we are removing all G53 moves by hand currently (we have almost never programmed this machine with CAM until recently).

Neal Stein

New to Fusion 360 CAM? Click here for an introduction to 2D Milling, here for 2D Turning.

Find me on:
Instagram and YouTube
0 Likes
Message 3 of 11

brettrayrichardson
Explorer
Explorer

I am have the same issues did you locate a fix for this?

 

0 Likes
Message 4 of 11

rw_skinner
Advocate
Advocate

Same issue here.  Generic Haas Turning post on a TL-1.

A super easy facing operation.  It says Z exceeds limits when there is no way it should.

G54 is the front edge of the part, and tool 1 offset is the front edge of the part.  Verified.

 

%
O1001 (RH LATHE TOOL)
N10 G98 G18
N11 G20
N12 G50 S1800
N13 G53 G0 X0.1

(Face1)
N14 M0 (CHANGE TO T1 ON REAR TOOL POST)
N15 T101
N16 M0
N17 G98
N18 G97 S2800 M3
N19 G54
N20 M8
N21 G0 X1.2 Z0.5  <<<<  Z Exceeds Limits???
N22 G0 Z0.0366
N23 G1 X1.1131 F12.
N24 X1. Z-0.02
N25 X-0.063
N26 X0.0501 Z0.0366
N27 G0 X1.2
N28 Z0.5

N29 M9
N30 G53 X0.
N31 G53 Z0.
N32 M30
%

0 Likes
Message 5 of 11

Steinwerks
Mentor
Mentor

@brettrayrichardson 
Sorry I didn't get back to you months ago, I haven't been at that job for over two years now and I don't remember what we did to fix the issue. Hopefully you've found a solution by now.

@rw_skinner 

Your issue almost seems as though G54 isn't set up and the machine is trying to travel past G53Z0 which (if I remember correctly on our TL3) was all the way at the tail end of the machine at the limit switch.

Neal Stein

New to Fusion 360 CAM? Click here for an introduction to 2D Milling, here for 2D Turning.

Find me on:
Instagram and YouTube
0 Likes
Message 6 of 11

rw_skinner
Advocate
Advocate

First Haas so its taking a little getting used to.

MDI works fine.  If I do this below the tip of tool 1 is exactly where it should be.  1.00" OD stock, it will be on the face and outside edge of the part by the 0.010" I ask for.  No Errors

 

G54 T1;

G0 x1.010 z0.010

 

I set up a single tool for starters.

Tool Offsets, Tool 1

Faced part, Set Z Face

Turned the diameter,  Set X Diameter and entered measured value.

 

No, to Work offsets,  G54

Go to face of the part and enter the machine Z position  -23.7455

Go to OD of part and touch, Add the machine offset for X and the part measurement   -10.535 + -1.00" OD = -11.535

 

G54 T1

G0 X0. Z0.

 

Will take me to the center of the part on it's face as desired.

Seems like I'm doing my offsets correct.

 

BUT any IPS stuff or post from 360 will give me the errors.

 

 

 

 

0 Likes
Message 7 of 11

Steinwerks
Mentor
Mentor

Unfortunately I can't see anything offhand in the code that would result in that error and no longer have a Haas to test with so I'm a bit stumped. Perhaps someone else will chime in with some insights.

Neal Stein

New to Fusion 360 CAM? Click here for an introduction to 2D Milling, here for 2D Turning.

Find me on:
Instagram and YouTube
0 Likes
Message 8 of 11

rw_skinner
Advocate
Advocate

It has nothing to do with the Fusion Post.  It has everything to do with the TL Operations Manual telling users how to incorrectly enter offsets.  It basically has then entering in the same machine coordinates for G54 as tool 1, instead of the "difference if any"   If tool 1 is touched off the part's OD and face, then G54 will basically be 0,0 because there is no difference.

 

If you measure all your tool lengths from the spindle, then G54 should be the distance from the spindle to the face of the part.  X should be zero because we're using the x offset of the tool.

 

At least, when I did it this way it seems to work.

 

Richard

 

0 Likes
Message 9 of 11

Ascomtech
Community Visitor
Community Visitor

Hi, i have this same problem on My first CNC lathe.

Program is stopped in Z over travel range
Anyone can help me?

%
O1003 (HAAS TURNING)
N10 G98 G18
N11 G21
N12 G50 S1800
N13 G53 G0 X0.

(Face1)
N14 T100
N15 G99
N16 M22
N17 G50 S1800
N18 G96 S91 M3
N19 G54
N20 G0 X40. Z2.
N21 G1 Z1.414 F0.1
N22 X20.
N23 X12.828
N24 X10. Z0.
N25 X-0.8
N26 X2.028 Z1.414
N27 X40.
N28 Z2.





0 Likes
Message 10 of 11

rw_skinner
Advocate
Advocate
What is your G54 offset for Z set to?
0 Likes
Message 11 of 11

Anonymous
Not applicable

In your G-code sample, tool is not picking up offset, at first G0 block machine alarms because it has no reference to tool position in work envelope.

You have to measure tool offset and register values in Geometry offset, set G54 origin in same place on machine and in Fusion, model face and centerline.

 

2021-05-14 16_23_17-HAAS TL-1 post processor - Autodesk Community - Fusion 360.png

0 Likes