Machining Flashcards
State the function of code:
G00
Point to Point positioning (rapid transverse)
This command moves the tool at the machines maximum travel speed to coordinates specified after the command. This code is primarily used to the position before beginning a new cut instead of cutting.
State the function of code:
G01
Linear interpolation (Cutting Feed) This command moves the tool along a straight line to the coordinates that follow it. Additionally, with the G1 code, you apply a feed rate for the cut.
State the function of code:
G02
Clockwise Circular Interpolation/Helical
This command moves the tool along a clockwise curve to coordinated specified after the code
State the function of code:
G03
Counter-Clockwise Interpolation/HelThis command moves the tool along a counterclockwise curve to coordinated specified after the codeical
State the function of code:
G40-G42
Tool Diameter Compensation
G40 - Cutter compensation cancel - Cancels cutter radius compensation utilised in codes G41 and G42.
G41 - Cutter compensation left - This command is used to activate cutter radius compensation (used to ensure the diameter of the tool is compensated for within the coordinates of the cut) and to set the tool to a geometry left of the stock. This method is used for climb milling.
G42 - Cutter compensation right - This command is used to activate cutter radius compensation (used to ensure the diameter of the tool is compensated for within the coordinates of the cut) and to set the tool to a geometry right of the stock. This method is used for conventional milling.
State the function of code:
G70
input units set to inchs
State the function of code:
G71
Input units set to metric (mm)
State the function of codes:
G80-G89
Canned or Fixed Cycles for Drilling
State the function of code:
G90
Absolute Programming Mode
Absolute command
State the function of code:
G91
Incremental Programming Mode
Incremental command
State the function of the following codes: G00 G01 G02/G03 G40/G41/G42
G00 - Point to Point positioning (rapid transverse)
G01 - Linear interpolation (Cutting Feed)
G02/G03 - Clockwise Circular Interpolation/Helical and Counter-Clockwise Interpolation/Helical
G40/G41/G42 - Tool Diameter Compensation
G40 - Cutter compensation cancel
G41 - Cutter compensation left
G42 - Cutter compensation right
State the function of code:
M00
Program Stop:
Cancels the spindle and Coolant functions; stops part program execution
State the function of code:
M01
Optional Stop
Program stop often used when the operator want to re-fixture the part
State the function of code:
M02
Program End
Marks the end of the program; stops the spindle, coolant and axes feed
State the function of codes:
M03
M04
Spindle on CW
M03 - Starts clockwise rotation of the spindle
M04 - Starts counterclockwise rotation of the spindle