Example: Probing a rectangular pocket and recording the results
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_2 MM | |||
1 TOOL CALL 600 Z | ; Tool call: touch probe | ||
2 L Z+100 R0 FMAX | ; Retract the touch probe | ||
3 TCH PROBE 423 MEAS. RECTAN. INSIDE ~ | |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
4 L Z+100 R0 FMAX | ; Retract the tool | ||
5 M30 | ; End of program run | ||
6 END PGM TOUCHPROBE_2 MM |