Okuma G76 Rounding

Okuma G76 Rounding

Okuma G76 G Code is used for Rounding the sharp edge.

  • G76 is effective only in the G01 mode.
  • G76 is non-modal and active only in the commanded block.

Okuma G76 Programming

G76 X Z L

Parameters

ParameterDescription
X, ZIntersection point coordinates
LRadius of rounding circle.The sign is determined by the direction of axis movement;
“+” when the Z-axis (X-axis) moves in the positive direction after the X-axis (Z-axis) motion.
“-” when the Z-axis (X-axis) moves in the negative direction after the X-axis (Z-axis) motion.

Okuma G76 Example Program

Okuma G76 Rounding

:
:
N101 G01 X60 Z92 F0.1
N102 G76 Z60 F0.05 L3
N103 G76 X100 L-2
N104 G76 Z40 L4
N105 G76 X160 L-5
N106 Z10
:
: