Create a Boring Spindle Stop Operation

task target This task shows how to insert a Boring Spindle Stop 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 Spindle Stop .

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

The Boring Spindle Stop dialog box appears directly at the Geometry tab page

2. Select the red hole depth representation then select the hole geometry in the 3D window.
Just double click to end your selections.

The sensitive icon is updated with the following information:

  • depth and diameter of the first selected hole
  • hole extension type: through
  • 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. 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.

5. 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

The other parameters are optional in this case.

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 with a boring bar is as follows:

  • Motion at machining feedrate from 1 to 2
  • Dwell for specified duration
  • Spindle stop
  • Shift motion at retract feedrate from 2 to 3
  • Retract at retract feedrate from 3 to 4
  • Shift motion at retract feedrate from 4 to 1.
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 Spindle Stop operations:

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

A typical NC data output is as follows:

CYCLE/BORE, 25.000000, 500.000000, MMPM, 5.000000, ORIENT, 1.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_SPINDLE_STOP section of the Manufacturing Infrastructure User's Guide.

end of task