Remove G97 for livetools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
Is the following possible?
I'm using the Siemens mill turn post.
For all turning operations it uses a G97 for constant surface speed.
It's fine!
But for milling operations it also outputs G97.
Which is causing trouble on my siemens controller: https://forums.autodesk.com/t5/fusion-manufacture/live-tooling-toolpath-feed-not-correct/m-p/1280758...
So what I want is the following:
My main spindle is "S4"
The post outputs G97 S4="x RPM value"
Which is fine!
But when it uses S1 (which are my live tools in the lathe).
It should drop the G97.
It now posts G97 S1=5000 m1=3
But I want it to post just the S1=5000 m1=3
I now manually modify my program and delete the G97 af my livetool operations.
But it would be great if I could change this in the post somehow.