• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/38

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

38 Cards in this Set

  • Front
  • Back
N Code
Block sequence number
S Code
Spindle Speed
T Code
Defines tool number
G Code
Prepatory Code
G00
Rapid Traverse (non-cutting move)
G01
Straight Line Interpolation (cutting move)
G02
Clockwise Circular Interpolation
G03
Counter-clockwise Circular Interpolation
G04
Dwell (wait) – Pause measured in seconds on all axes between motions (i.e., G04F2.3 is a pause for 2.3 s)
G05
Pause (wait for human intervention)
G20
Inch programming units
G21
Millimeter programming units
G80
Canned cycle cancel
G81
Drilling cycle
G82
Drilling cycle with dwell
G91
Relative coordinates
F Code
Feed Rate
G90
Absolute coordinates
M Codes
Miscellaneous Code
M00
Pause
M01
Optional Stop
M02
End of Program
M03
Spindle on
M05
Spindle Off
M06
Tool Change
M08
Accessory # 1 on
M09
Accessory # 1 off
M10
Accessory # 2 on
M11
Accessory #2 off
M30
Program end and reset
M47
Rewind (used for handshaking operations)
;
comment separator
Word
The programming expression formed when a letter (address) is combined with a number.
Address Character
A letter used in G & M code programming to designate a class of functions.
G & M Codes
Programming code used to control CNC machines.
Preparatory Code
Codes that carry out machining operations or establish machine settings
Incremental
A system in which each position is taken from the one prior. Also called relative.
Absolute
System in which positions are given with respect to a fixed point, usually the origin.