Example: Aligning the rotary table from two holes
When aligning a rotary table with cycles14xx, this must be defined by parameters Q1126 ALIGN ROTARY AXIS, Q1120 TRANSFER POSITION and Q1121 CONFIRM ROTATION.
Program sequence
- Cycle 1411 PROBING TWO CIRCLES
- Q1126=+2: Position rotary axes with motion control TURN
- Q1120=+3: Compensation to the mean touch point
- Q1121=+2: Execute rotary table alignment and accept offset
NC programs contained in this User's Manual are suggestions for solutions. The NC programs or individual NC blocks must be adapted before being used on a machine.
Change the following contents as needed:
- Tools
- Cutting parameters
- Feed rates
- Clearance height or safe position
- Machine-specific positions (e.g., with M91)
- Paths of program calls
Some NC programs depend on the machine kinematics. Adapt these NC programs to your machine kinematics before the first test run.
In addition, test the NC programs using the simulation before the actual program run.
With a program test you determine whether the NC program can be used with the available software options, the active machine kinematics and the current machine configuration.
0 BEGIN PGM TOUCHPROBE MM | |||
1 TOOL CALL 600 Z | |||
2 TCH PROBE 1411 PROBING TWO CIRCLES ~ | |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
3 CALL PGM 35 | ; Call the part program | ||
4 END PGM TOUCHPROBE MM |