Activating the Extended Preprocessing Function G code : G38 , G39 Function : These commands activate and deactivate the extended preprocessing function. Syntax G38 O<Bit> I<Param1Value> J<Param2Value>
Shifting, Rotating, and Scaling the Coordinate System G code : G53 , G54 , G55 , G56 Function : The G code commands G54 , G55 , and G56 shift, rotate, and scale the decoder coordinate system which is
Modes Function : These commands determine whether the coordinates and axis midpoints are interpreted as absolute values or relative coordinates. G Code Description G90 The coordinates ( X / Y / Z / A
Dwell Time G code : G4 Function : The command causes the interpolator to remain at the current position for a specific time. Example 21 . Example Dwell time N0 G4 T1 The interpolator pauses for one se
Switch Point (H Function) Function : The switch point functionality or H function activates binary, path-dependent switches. A maximum number of three switch points ( MAX_SWITCHES ) can be processed f
M Function Function : M functions or additional functions start actions during the interpolation of G code. The interpolator decelerates to velocity 0, sends the number of the queued M function to the
Timing Synchronization with Interpolator G code : G75 Function : The command prevents the function block of the decoder from processing G code until the interpolator has traveled through all previous
Jump G code : G20 Function : The command executes a conditional jump. Syntax G20 L K G Code Word Description L . Jump target: Defined line number (example: L20 ) Jump label The jump is defined by a qu
Arc G code : G2 , G3 Function : The command interpolates an arc from the current position along a circular path to the target position. G2 moves clockwise and G3 moves counterclockwise. The arc is def
Ellipse G code : G8 , G9 Function : The command specifies an ellipse arc through the target coordinates X/Y, the ellipse midpoint I/J, the ellipse main axis directions K, and the length ratio R betwee