Message 1 of 2
Sinumerik 810d Post Processor Wrong tool Line

Not applicable
04-13-2018
12:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
i have hopfully just a small problem. The Post processor for the Sinumerik 810d control writes the Tool Change Line wrong. It should be the M6 command with the tool Name in one Line and not in two different Lines. And it also should remove The T Number. I have here an small example on what i am Talking about. Hopefully somebody can help me. Here the example
Curently Post Prozessor:
N16 ; Adaptiv2
N17 M9
N18 T1
N19 M6
N20 ; T="FRAESER 12 ALU"
And it should look like this :
N16 ; Adaptiv2
N17 M9
N18 M6 T="FRAESER 12 ALU"