Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I have encountered a problem when using the Kitamura Arumatik post processor provided within the Fusion library.
When using the generated code I get an error as the machine tries to execute a G28 G91 Z0. command before removing the tool offset after a 5 axis operation. The program is generated like this:
N4060 Z50.
N4065 M09
N4070 M05
N4075 G28 G91 Z0.
N4080 G90
N4085 G49I tried changing it manually to:
N4060 Z50.
N4065 M09
N4070 M05
N4075 G49
N4080 G28 G91 Z0.
N4085 G90and that fixed the problem.
I would like to modify the post processor so I don't have to manually edit every program. The machine I am executing the code in is a Kitamura Mytrunnion 4G.
Thank you
Jose
Solved! Go to Solution.
