Message 1 of 3
Need Help with Modifying the Post Processor for a FANUC Controller on a Vertical Lathe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I recently purchased a vertical lathe machine, and I need some help modifying the post processor for use with Fusion.
Controller: FANUC 0i-F Plus
I would like to modify the beginning and end sections of the program where the current output is:
G28 U0.
G28 W0.
I need this to be changed to output in XZ coordinates like:
G28 Z0.;
G28 X0.;
The U0. command is causing an address error on my machine.