Looking for help with a Post Processor for a FAGOR 8025/8030 M controller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am very new to the whole CNC milling concepts since just recently gaining access to an old milling machine. Currently I am having trouble finding a suitable post processor that can work with an old FAGOR 8025/8030 controller on a 2½ axis mill. I found something close here in the forums but it still cannot produce clean code for me. Some of the issues I encounter are;
(a) comments too long - I managed to tweak the PP to solve this for the most part or at least eliminate some of the Fusion360 auto generated comments.
(b) controller cannot handle the tool selection code so I have to remove or comment out - haven't solved that one in the PP yet.
(c) Controller overrides my current 0,0 settings for X and Y when the code outputs a G53 or G54 so I currently have to remove or comment out that line.
(d) the biggest issue though is the fact the controller can only handle movement in two axis at a time so I cannot have X,Y and Z movements on the same line of code. I believe any combination of two axis will work but I have not proven this yet.
I'll admit the issue could just be my lack of understanding of how to create the proper tool path settings. Turning off lead-in and lead out for example has helped reduce the problem for some tool paths.
Note: Initially I had access to someone who was running Mastercam and with some tweaks to a suitable post processor we were able to have that program generate working code that did not need modifications, but I have been so lucky with Fusion 360 so far.
Any help/suggestions would be greatly appreciated.
Thanks
Glen