Mid Term Flashcards
(30 cards)
The program address G identifies a?
Preparatory command
The program address N signifies the?
Block number
The program address M identifies a?
Miscellaneous function
What is a machine code for tool change function
M06
What is the machine code for spindle on clockwise?
M03
What is the machine code for spindle on counterclockwise?
M04
What is the machine code for spindle off
M05
What is the preparatory code for inch input
G20
What is the preparatory code for linear interpolation
G01
What is the preparatory code for canceling canned cycle.
G80
What is the preparatory code for referencing the X-Y plane.
G17
What is the preparatory code for absolute dimensioning.
G90
What is the preparatory code for circular interpolation clockwise.
G02
What is the preparatory code for circular interpolation counterclockwise.
G03
What is the preparatory code for datum shift.
G92
What is the preparatory code for local coordinate system
G52
What is the preparatory code for mirror image
G71
What is the Prepatory code for canceling mirror image
G70
What is the preparatory code for activating scaling mode
G51
What is the preparatory code for canceling scaling mode
G50
What is the machine code for subprogram call function
M98
What is the machine code for subprogram end function
M99
In the sub program call function what does the L or K represent
loops
What is the preparatory code for canceling cutter compensation
G40