Community
Fusion Manufacture
Talk shop with the Fusion (formerly Fusion 360) Manufacture Community. Share tool strategies, tips, get advice and solve problems together with the best minds in the industry.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Post Processor for a Milltronics Lathe

12 REPLIES 12
SOLVED
Reply
Message 1 of 13
Anonymous
939 Views, 12 Replies

Post Processor for a Milltronics Lathe

Hi

Does anyone know of a post Processor that will post the correct NC post for a Milltronics Lathe ?

 

12 REPLIES 12
Message 2 of 13
Laurens-3DTechDraw
in reply to: Anonymous

Milltronics lathe spec sheets say this:

Fanuc based G&M Code programming

 

So I would start with the fanuc turning.

Laurens Wijnschenk
3DTechDraw

AutoDesk CAM user & Post editor.
René for Legend.


Message 3 of 13
Anonymous
in reply to: Anonymous

How did you make out with the  post for milltronics lathe?  Thanks

Message 4 of 13
Anonymous
in reply to: Anonymous

I know this is kind of an old post, but I have a Milltronics lathe, and using the generic funuc turning post, it all seems to work ok except my threading feedrate defaults to .04 per rev. this is only during the thread turn Cycle (see below) I have my pitch set right on my tool and in my thread turning cylce in fusion, but when I post it changes on me any help would be appreciated.

 

 

Capture 1.JPG

 

 

 

 

 

 

case "thread-turning":
var r = -cycle.incrementalX; // positive if taper goes down - delta radius
var threadsPerInch = 1.0/cycle.pitch; // per mm for metric
var f = 1/threadsPerInch;
var codes = {A: 92, B: 78, C: 21};
writeBlock(
gMotionModal.format(codes[properties.type]),
xOutput.format(x - cycle.incrementalX),
yOutput.format(y),
zOutput.format(z),
conditional(zFormat.isSignificant(r), g92ROutput.format(r)),
feedOutput.format(f)
);

Message 5 of 13
seth.madore
in reply to: Anonymous

Well, that certainly is an odd one. Are you using the generic Fanuc turning post, or one that you saved and have been using for a bit?


Seth Madore
Customer Advocacy Manager - Manufacturing
Message 6 of 13
Anonymous
in reply to: seth.madore

I just downloaded the Generic Fanuc Post from the library, and yeah I have been using it, but this is the first time I tried threading with it.

 

Thanks

 

FANUC Lathe post processor configuration.

$Revision: 35135 $
$Date: 2013-10-10 16:01:19 +0200 (to, 10 okt 2013) $
POSTTICKET#187

Message 7 of 13
seth.madore
in reply to: Anonymous

Are you saying that the current Fanuc turning post only outputs a feed of .04"? Just want to make sure I'm following correctly..


Seth Madore
Customer Advocacy Manager - Manufacturing
Message 8 of 13
Anonymous
in reply to: seth.madore

Yes sir, I dont think anybody's messed with it since I downloaded it.

I am working around it by camming my threads at the lathe then copy and pasting that part into my program.

here is what it looks like i am also attaching my actual post processor. 

here is my project

https://a360.co/2JImju9

 

G20 G93
G13
P156=.5
P157=8.6875
N1 G40 G501 G550 G569 G80
T0808
T[8*100+P260]
M6
T0808
G99 F.0833
G50 S1500
G96 S600
M3
M8
N2 G0 X2 Z2
N3 (chamfer length)P103=0
(chamfer angle)P104=0
(Finish allowance)P130=.001
(Finish passes)P131=1
(Tool angle) P108=60
P223=0 if p108<0 p223=1 p108=-p108
(Crest Diam) P91=1.339
(Lead) P101=.083333
P92=P262
P262=0
G65 G42 G0 XC0 ZC0 R2 AB[90-P108/2]
G65 X0 Z0
P124=ABS[P209]*2-P261
G65 G40 R2 AB[90+P108/2]
P262=P92
G0 X1.75 Z-.156
P140=-.156
P139=1.75
P106=P101/[2*TAN[P108/2]]-P124
IF PB397=0 THEN P124=P91-2*P106
IF PB397=0 THEN IF P139<P91 THEN P124=P91+2*P106
IF PB397<>0 THEN p92=tan[90-p108/2]*p101/2
IF PB397<>0 THEN if p91<0 then p92=-p92 p124=-p124
IF PB397<>0 THEN if abs[p139]>abs[p91] then p91=p91-[1.75*p92] + [p124*2] (root)
IF PB397<>0 THEN if abs[p139]>abs[p91] then p106=abs[.875*p92] - abs[p124] (height)
IF PB397<>0 THEN if abs[p139]<abs[p91] then p91=p91+[.25*p92] - [p124*2] (root)
IF PB397<>0 THEN if abs[p139]<abs[p91] then p106=abs[.75*p92] - abs[p124] (height)
IF PB397<>0 THEN p124=p91
G76 Z-.8 F.083333 X[P124] K[P106] A[p108] D.01 P1
N4 M5
M9
G53 G0 X[0-P241] Z[0-P240]

Message 9 of 13
Anonymous
in reply to: seth.madore

Well as an update, It is definatley in the post processor, I posted the same path for my Haas cl-1 lathe, and it posted correct. any Idea how to get the right feedrate out of the fanuc post?

 

Message 10 of 13
seth.madore
in reply to: Anonymous

@Anonymous I am not seeing this with the default Fanuc post that ships with Fusion. Can you share your post so I can see what is different?

I do recall a Fanuc post existing quite some time ago that would only give a 1mm feedrate. But that was years ago...


Seth Madore
Customer Advocacy Manager - Manufacturing
Message 11 of 13
seth.madore
in reply to: seth.madore

Ok; the issue lies in your post. It hails from 2013. I suggest moving to a more recent post that has received many updates. The latest one is from Dec. 2018

If you've done a lot of edits to this one to behave a certain way, I can see sticking with that one. 


Seth Madore
Customer Advocacy Manager - Manufacturing
Message 12 of 13
Anonymous
in reply to: seth.madore

Hi

Do you have a copy of the latest post ??

Message 13 of 13
johnswetz1982
in reply to: Anonymous

If the post is not pone of the default ones included with Fusion updates, post are found in the post library at CAM Post Processors

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report