Measures inside edge.
G65 P130 H<axis> E<direction>
| H | Axis number to probe:
|
| E | Probe direction:
Must be either +1 or −1. |
G65 P130 H0 E1
This command:
G65 P130 H1 E-1
Always verify that your probe is correctly installed, calibrated, and active before using this macro.
Make sure that the axis and direction values are correct (0–2 for axis; -1 or 1 for direction). Incorrect parameters will abort the macro.
The macro sets the machine to a known state before probing. Ensure your machine’s modal settings (absolute vs. incremental, etc.) are appropriate for your overall program.
The macro uses error messages and aborts the process (M2) if critical conditions are not met. Check your machine's log or console for these messages if probing fails.
This macro is designed to be a higher-level interface that simplifies the process of measuring an inner edge by calling the more detailed o110 probe routine. Ensure that o110 is correctly configured and accessible within your CNC environment.