Community
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Generic Fanuc, Yasnac, Haas, Mazak EIA mode, Fadal, Mill Post

Generic Fanuc, Yasnac, Haas, Mazak EIA mode, Fadal, Mill Post

I have been programming CNC Machines for many years and also teach EIA G-code programming and set up at a local college. Over the years I have used this post format for the mentioned machine as a safe reliable post for the safe operation of cnc mills. It only requires a few tweaks to have it work on a machine requiring G30 home commands for tool changes and pallet change operations. it is neat and tidy looking wich many many machine operators have thanked me for, and it is easy to find "the next tool to run" in a safe manner. Each tool starts and ends with a with the basic same format, each tool is self-contained for safety. 

 

Look at it and give me feedback and possibly someone can build a better post that is universal to use.

 

here is an example

SyntaxEditor Code Snippet

%
O1010 (CFX-114W3225-3-4)
(EDIT LOG)
(NOV-21-2017, INITIAL PGRM RLS DATE)
(TIME - 7:11 AM)
(SV  /  /06, PGRM BACK UP DATE)
(************)
(T12|1 FLAT ENDMILL ) (T1 |1/2 BULL ENDMILL .02 RAD ) (T11|1/2 DIA 4 FLT ENDMILL, 2.0 LOC) (T13|3/8 BALL ENDMILL ) (************)
N12 G28 G91 Z0 M05 G00 G17 G40 G49 G80 G90 G98 M06 T12 (1 FLAT ENDMILL)G54 X-6.4308 Y-4.9596 S2500 M03 start of tool lines G43 H12 Z4. M08 Z2.9308
.........
BODY OF PROGRAM
.........
G00 Z4. M09
G28 G91 Z0 M05     end of tool lines (all tools the same)
M01
(************)
SyntaxEditor Code Snippet
N1 G28 G91 Z0 M05
G00 G17 G40 G49 G80 G90 G98
M06 T1 (1/2 FLAT ENDMILL .02 RAD)G54 X-1.7248 Y-2.541 S7500 M03      start of tool lines
G43 H1 Z4. M08
........
BODY OF PROGRAM
........
SyntaxEditor Code Snippet
G28 G91 Z0 M05
G28 G91 Y0. Z0.      end of tool and end of program lines
M30
%
 
 










 

5 Comments

@Anonymous

I'm usually the guy that says, screw the looks of a program as long as it works.

But of course everything has it's limit.

Making a post in a way that you can start anywhere you want in the program is good. Not usually the case with out of the box posts but I would be all for having an option to do that.

 

This line though, is very confusing to me:

M06 T1 (1/2 FLAT ENDMILL .02 RAD)G54 X-1.7248 Y-2.541 S7500 M03      start of tool lines

No way you can easily see what is going on at the machine

I would always change it to this:

M06 T1 (1/2 FLAT ENDMILL .02 RAD)
G54 G00 X-1.7248 Y-2.541 S7500 M03      start of tool lines
Anonymous
Not applicable
Basically that is the same thing minus the G0 line

@Anonymous

Yeah basically the same thing but much more clear in my opinion.

 

Just using your "Look at it and give me feedback" line in the idea.

But I don't think I will have the time anytime soon to do this. So let's hope Autodesk or someone else will chime in on this.

Anonymous
Not applicable
I do too. So many post are so different, but a semi universal post is much
easier to maintain and modify. Safety is number one and I have seen many
post that do not support this but rely on operator intervention Wich always
leads to a crash
Anonymous
Not applicable
Oops the line in question is a typo....
Should be
M06 T1
G54......... And so on....

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

Submit Idea  

Autodesk Design & Make Report