Hi,
I believe this is a simple enough thing to do, but I don't have much experience editing a post processor file. I'm using a Sinumerik 828d post processor.
Basically, my code currently outputs like this,
I would like to add an extra line of code, shown below highlighted in yellow to every program output from fusion, rather than typing it in manually every time. This just limits the acceleration of the spindle to 20% due to some issues I've had with the spindle drive.
Regards,
Adrian.
Solved! Go to Solution.
Solved by seth.madore. Go to Solution.
Give this one a shot. It's hardcoded into the post, but it does come after the tool comment, is that ok?
N15 M6
N16 D1
; myToolComment
ACC[SPI(1)]=20
N17 S5000 M3
N18 G17 G90 G94
That looks like it should work, I will give it a try and let you know.
Thank you!
Can't find what you're looking for? Ask the community or share your knowledge.