Example: Determining a basic rotation from two holes
- Q268 = Center of the 1st hole: X coordinate
- Q269 = Center of the 1st hole: Y coordinate
- Q270 = Center of the 2nd hole: X coordinate
- Q271 = Center of the 2nd hole: Y coordinate
- Q261 = Coordinate in the touch probe axis in which the measurement is performed
- Q307 = Angle of the reference line
- Q402 = Compensation of workpiece misalignment by rotating the table
- Q337 = Set the display to zero after the alignment
0 BEGIN PGM TOUCHPROBE MM | |||
1 TOOL CALL 600 Z | |||
2 TCH PROBE 401 ROT OF 2 HOLES ~ | |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
3 CALL PGM 35 | ; Call the part program | ||
4 END PGM TOUCHPROBE MM |