post processor issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I'd like to start by saying how awesome is this community and how many issues I solved by simply reading the forums.
This is an issue I had for a long time but I've always managed to get around it by editing the code by hand, but now I would like your help to solve this once and for all.
I use the standard FANUC (control is a 0i-mf) for milling post processor modified to work with A axis that revolves around the X.
Yesterday I made a program that includes multiple rotary toolpath.
The first rotary toolpath includes a tool change from the previous toolpath so the spindle starts correctly.
In the first line of the next rotary toolpath I have this line:
G28 G91 Z0.
this cause the Z axis to rectract to 0, the machine then stop the spindle for safety reasons.
The code continues with the correct movements but with the spindle off!
How can I fix this? Is it a PP configuration issue?
Many thanks for your help