Message 1 of 3
Find the appropriate Post Processor for my lathe CNC format
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I'm using Fanuc Lath machine and my NC code format is like this:
*************
O1234$
N1001G95$
N1002G90G95$
( SHAFT ROUGH RIGHT )$
N1003 M09$
N1004 T0000$
N1005 G00 X770.000 $
N1006 G00 Z500.000 M05 $
N1007 T0100 $
N1008 T0001 $
N1009 G92 X770.000 Z500.000 $
N1010 G92 S250 M42 $
N1011 G96 S110 M08 $
N1012 M03 $
N1013G90G95$
N1014G00Z1710.500$
...
N1069G01Z1397.700$
N1070G00X770.000$
N1071G00Z500.000$
N1072M01$
$
*****************************
(This NC code created by not Fusion 360)
I want to use Fusion 360 to create the NC code with my format but I can't find the appropriate Post Processing.
Can you give me some suggest? Thank all