Information on the relationship between HSM and its post-processor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I need some basic information on how G-code is generated.
Correct me if I'm wrong: In Autodesk Inventor HSM you select the operation you want to work with and set the parameters on how the tool should move. Based on this information, the toolpath is generated. The toolpath is assembled using points, which can be seen in the simulation.
When you hit post-processor these points are converted into G-code.
My question based on this is:
- If the above statement is correct then the post-processor can't influence when G1, G2, G3, etc. are used?
- If the above statement is not correct then the post-processor determines when to use G1, G2, G3, etc.? If this is the case, can you code CPS of the post-processor in such a way that will generate g-code without using so many points? or use those points to generate more complete code by implementing new G-addresses and M-functions, like G42 and M60 for example.
I'm interested in giving a fresh rework for my post-processor and when talking to companies which specialized in this, they asked a lot of money for it. So I'm curious if this is even possible.
Best regards
Domen Matevžič