Post Processor Selection.

How to select the right Post for your machine.

Selecting The Right Post Processor

Note: If you are testing a new Post, we recommend posting and running 1 operation at a time. This will make debugging code problems much easier. We also recommend testing the post with our Post Processor Benchmark test file (shown below).

Post Process Dialog Box. Here you can select the Post Configuration file that best suits your machine. All Post Configuration files use an extension of .cps and have a machine/control description displayed.

How Do I Know Which Post Configuration File (.cps) To Use? Posts can be named after their CNC Control or the name and model of the machine tool. It's good to know both when looking for a post. If you have a - Klinx-O-Matic Vertical Milling Machine - with a 3 axis Siemens control. You should first search by Machine Name and then filter your search by Control Type. Ultimately it is the NC control that will determine the format of the G-Code you need.

Finding the available Posts In Inventor HSM.

In the Post selection area, Posts that match your selections will be shown. If no Posts are shown, adjust your search filter options. If you still cant find a post that seems correct for your machine, go back to the Configuration Folder - Setup (shown below) and select "Open Autodesk HSM Post Library". This will take you to the HSM Post Web site where you can search thru more available Post Processors.

You may find more than one possibility you should try them all and examine the output.

Important: The generated NC code must be verified before being used on any CNC machine.

How do I know which post will work with my machine?

You need to test it. Safely and Simply. You need to create a sample program that demonstrates key functions. This means, the first part you try to cycle on your machine should NOT be the part you need to make. It's probably not going to test all the functions for your CNC control.

Good News: We already created a set of sample toolpaths for you to test the post. Open the Inventor HSM Help/Tutorials and go to Browse Examples . There, you'll find test files for Milling and Turning. Select the appropriate sample file, based on the type of machining and the Units you'll be working with. Select the Post Processor you think best matches your machine/control combination and create the CNC code. If you experience errors at your machine, you may want to post 1 operation at a time to simplify the debugging process.

    Post Benchmark Test Files.

  • Benchmark-Milling_Inch
  • Benchmark-Milling_MM
  • Benchmark-MillTurn_Inch
  • Benchmark-MillTurn_MM

Testing the Posted Program.

Load the Benchmark NC code into your machine. Set your offsets to a safe position and dry cycle the machine (Dry Cycle = Run the program without cutting tools).

If you find a problem with the code, you should check the switches (shown below) to add or disable functions. If a Post doesn't seem like it's right for your machine, It might simply be that you have something turned on/off that's effecting the output. Not Every Post Processor Will Have These Same Options.

At this point you need to do some detective work to find out what the machine/control expects to see. Review the machines programming manual for the function of the NC code that caused the error. You can also contact the machinery company, send them the program and include the information shown above.

Once you find the correct format for that line of code, modify the NC program and run it again. Repeat the above process until you get all the way thru the program. Once you've completed this process, you'll have a program that works in your machine

It is impossible to modify a Post Processor without a sample program THAT HAS ACTUALLY RUN IN YOUR MACHINE.