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 |
@P104 | Distance between positions in X (incremental) |
@P105 | Distance between positions in Y (incremental) |
@P107 | Number of positions along X |
@P108 | Number of positions along Y |
Optional input parameters
Input parameters | Description |
@P101 (optional) | Coordinate in X of the first position (absolute) Default value = current position in X |
@P102 (optional) | Coordinate in Y of the first position (absolute) Default value = current position in Y |
@P109 (optional) | Rotation of pattern in relation to the X axis (in degrees) Default value = 0 |
@P110 (optional) | Angle of inclination of pattern in relation to the Y axis (in degrees) Default value = 0 |