Parameterisation
The section below described the parameterisation of the position data.
In addition, the parameters of the drilling cycle must also be specified when the cycle is called (see Programming example). The actual drilling cycle is parameterised as described in the cycle documentation:
- SysDrillBoring
- SysDrillCenterHole
- SysDrillDeepHole
- SysDrillHelicalMilling
- SysDrillReaming
- SysDrillThreadMilling
- SysDrillTapping
The position parameters here refer to the currently active tool coordinate system (before cycle call).
Required input parameters
Input parameters | Description |
@P100 | Reference cycle as character string |
@P107 | Number of positions |
@P111 | Circle radius |
Optional input parameters
Input parameters | Description |
@P101 (optional) | Coordinate in X of the circle centre point (absolute) Default value = current position in X |
@P102 (optional) | Coordinate in Y of the circle centre point (absolute) Default value = current position in Y |
@P112 (optional) | Angle of pattern in relation to the X axis (in degrees) Default value = 0 |
@P113 (optional) | Incremental angle to the preceding position (in degrees, incremental) Default value = 360 / number of positions |