Example: Determining a basic rotation from a plane and two holes
When setting a basic rotation with cycles 14xx, this must be defined by parameters Q1120 TRANSER POSITION and Q1121 CONFIRM ROTATION.
Program sequence
- Cycle 1420 PROBING IN PLANE
- Q1120=+4: Compensation to the mean touch point
- Q1121=+1: Set basic rotation
- Cycle 1411 PROBING TWO CIRCLES
- Q1120=+3: Compensation to the mean touch point
- Q1121=+1: Set basic rotation
0 BEGIN PGM TOUCHPROBE MM | |||
1 TOOL CALL 600 Z | |||
2 TCH PROBE 1420 PROBING IN PLANE ~ | |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
3 TCH PROBE 1411 PROBING TWO CIRCLES ~ | |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
4 CALL PGM 35 | ; Call the part program | ||
5 END PGM TOUCHPROBE MM |