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

DMG Mori CMX with a FANUC Controller

DMG Mori CMX with a FANUC Controller

We are working on a generic post processor for a DMG Mori CMX Mill with a FANUC control.  This post supports 3-axis, 4-axis contouring, and 5-axis positioning variations of the machine. We would be happy to get some feedback from you before we put it into production.

 

Feel free to download and test these post processor and provide any feedback you might have.

 

http://cam.autodesk.com/posts/?p=dmg_mori_cmx_fanuc

 

3 Comments
bob.schultz
Autodesk
Status changed to: Implemented
 
Anonymous
Not applicable

I have just started using Fusion as of a couple of days ago.  I'm already probing and running 3 axis toolpaths.  I'm not a post guy though.  The final lines of codes are as follows:

 

N24 M09
N25 G28 G91 Z0.
N26 G90
N27 G49
N28 G30 G91 Y0.
N29 G90
N30 G28 G91 X0.
N31 G90
N32 M30
%

 

When I post out I don't want the N30 line of code and I don't want to have to edit it out each time.  What can I modify in the post to make that final X move not post out?  Thanks for any help on this.

 

Regards,

Jeff

bob.schultz
Autodesk

Hello @Anonymous ,

 

You can comment out the following line in the onClose function at the end of the post file to disable the move to the X-home position at the end of the program.

  writeRetract(Y); // return to home
  // writeRetract(X);  // comment out this line

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

Submit Idea  

Autodesk Design & Make Report