Probe BORE
This command locates the center of an internal cylinder (a hole or bore). The center of the cylinder is indicated by the next GOTO point after the VERIFY command is issued.
Description of motion: The probe is positioned at a particular location. After the probe cycle is invoked, the probe moves at rapid traverse to the clearance height above the target point. It then moves at feedrate down in Z to the depth, over to the diameter, and back to the center. This motion is repeated for 4 positions about the bore.
CL Command Issued
VERIFY / ROUND, IN, XYPLAN, DIAMET,a, $
[, CLEAR, b] [DEPTH, c] [, PERMIN, d] ( , OSETNO, e )
IPM ADJUST
MMPM
Parameter Description
DIAMET, a
The outside diameter of the cylinder.
CLEAR, b
An optional couplet. It is used to indicate the height above the Z value of the target point to change from rapid to feed rate. If not programmed, a height of zero is used.
DEPTH, c
An optional couplet. It is used to indicate the depth below the target point at which the touches will take place. If not programmed, a depth of zero is assumed.
PERMIN, d
IPM
MMPM
Indicates the feed units and velocity to be used during the probing motions. This couplet is optional. If not programmed, the most recent feed velocity is to be used
OSETNO, e
ADJUST
These parameters are used to indicate how to use the results of the probing operation on the machine. They do not affect the subsequent motion.
CL File Example and Motion
The sequence:
RAPID

GOTO / 3.00, 5.00, 4.250

PROBE / RANGE, TO, .5, PAST, .1

VERIFY / ROUND, IN, XYPLAN, DIAMET, 4.25, $

CLEAR, 1.0, DEPTH, .500, IPM, 6.0, ADJUST

GOTO / 3.00, 5.00, 1.25
Should expand to the following motions:

RAPID

GOTO / 3.00, 5.00, 4.250

FEDRAT / 6.0, IPM

GOTO / 3.0, 5.0, 0.75

GOTO / 1.0, 5.0,0.75

GOTO / 5.0, 5.0, 0.75

GOTO / 3.0, 5.0, 0.75

GOTO / 3.0, 7.0, 0.75

GOTO / 3.0, 1.0, 0.75

GOTO / 3.0, 5.0, 0.75

GOTO / 3.0, 5.0, 2.25