Create a Boring Operation

task target This task shows how to insert a Boring operation in the program.

To create the operation you must define:

  • the tool that will be used
pre-requisites Open the HoleMakingOperations.CATPart document, then select the desired Machining workbench from the Start menu. 

Make the Manufacturing Program current in the specification tree.

scenario 1. Select Boring .

A Boring entity along with a default tool is added to the program.

The Boring dialog box appears directly at the Geometry tab page

2. Select the red hole depth representation then select the pattern of 10 holes.
Just double click to end your selections.

The sensitive icon is updated with the following information:

  • depth and diameter of the first selected feature
  • hole extension type: through hole
  • number of points to machine.
3. If needed, you can invert the tool axis direction by selecting the axis representation in the sensitive icon.
4. Select the Strategy tab page to specify the following machining parameters:
  • approach clearance
  • depth mode: by tip
    The depth value used is the one specified in the Geometry tab page
  • breakthrough distance
  • dwell
  • compensation number depending on those available on the tool
  • Compensation application mode.

The other parameters are optional in this case.

  5 A tool is proposed by default when you want to create a machining operation.

If the proposed tool is not suitable, just select the Tool tab page to specify the tool you want to use. This is described in Edit the Tool of an Operation.

Note: When defining Minimum and Maximum diameter values for a Boring Bar, you cannot set the Nominal diameter less than the Minimum diameter or more than the Maximum diameter.
The Nominal diameter value truncates to the minimum or maximum value depending on the value you entered.

6. Select the Feeds and Speeds tab page to specify the feedrates and spindle speeds for the operation.

Note that in the tool path represented in the strategy page, tool motion is as follows:

  • Motion at machining feedrate from 1 to 2
  • Dwell for specified duration
  • Retract at retract feedrate from 2 to 3.
7. If you want to specify approach and retract motion for the operation, select the Macros tab page to specify the desired transition paths. The general procedure for this is described in Define Macros of an Axial Machining Operation.
  8. Before accepting the operation, you should check its validity by replaying the tool path.

Note that for material removal simulations, Boring Bars are not supported for Photo mode and are not collision checked in Video mode.

9. Click OK to create the operation.
Example of output

If your PP table is customized with the following statement for Boring operations:

CYCLE/BORE, %MFG_TOTAL_DEPTH, %MFG_FEED_MACH_VALUE, &MFG_FEED_UNIT, 
                   %MFG_CLEAR_TIP, DWELL, %MFG_DWELL_REVOL

A typical NC data output is as follows:

CYCLE/BORE, 25.000000, 500.000000, MMPM, 5.000000, DWELL, 3

You can use Edit Cycle to edit or choose output syntaxes. For more information please refer to Editing Cycle Syntaxes in Axial Machining Operations.

The parameters available for PP word syntaxes for this type of operation are described in the NC_BORING section of the Manufacturing Infrastructure User's Guide.

end of task