Community
Fusion Manufacture
Talk shop with the Fusion (formerly Fusion 360) Manufacture Community. Share tool strategies, tips, get advice and solve problems together with the best minds in the industry.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Add spindle acceleration limit to post processor

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
adrianHCTY
244 Views, 3 Replies

Add spindle acceleration limit to post processor

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,

 

adrianHCTY_0-1721387295994.png

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.

 

adrianHCTY_1-1721387512578.png

Regards,

Adrian.

Tags (1)
Labels (1)
3 REPLIES 3
Message 2 of 4
seth.madore
in reply to: adrianHCTY

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

 


Seth Madore
Customer Advocacy Manager - Manufacturing
Message 3 of 4
adrianHCTY
in reply to: seth.madore

That looks like it should work, I will give it a try and let you know.

 

Thank you!

Message 4 of 4
adrianHCTY
in reply to: seth.madore

This worked perfect. Thanks again.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report