Posts

Showing posts from June, 2021

G-codes commonly found on Fanuc

  MAIN MENU   Fanuc G71 Turning Cycle Fanuc G72 Facing Cycle Fanuc G73 Pattern Repeating Cycle List of G-codes commonly found on Fanuc and similarly designed controls Code Description Milling ( M ) Turning ( T ) Corollary info G00 Rapid positioning M T On 2- or 3-axis moves, G00 (unlike G01) does not necessarily move in a single straight line between start point and end point. It moves each axis at its max speed until its vector is achieved. Shorter vector usually finishes first (given similar axis speeds). G01 Linear interpolation M T The most common workhorse code for feeding during a cut. The program specs the start and end points, and the control automatically calculates (interpolates) the intermediate points to pass through that will yield a straight line (hence "linear"). The control then calculates the angular velocities at which to turn the axis lead screws. The computer performs thousands of calculations per second. G02 Circular interpolation, clockwise M T Cannot st