W1-W3: Code Word Meanings Flashcards
(46 cards)
S#
Spindle speed [RPM]
F#
Feed rate [IPM]
T#
Tool number
M03
Clockwise spindle rotation
M04
Counterclockwise spindle rotation
M05
Stop Spindle
M06
Tool Change
M08
Coolant On
M09
Coolant Off
What does T# do ?
prepares the tool in that tool number
What M code do we use to perform a tool change ?
M06
What does the command S350 M03 do ?
Set spindle to 350 RPM
Rotate clockwise
What M code do we use to stop the spindle ?
M05
What does an F word command ?
Feed rate [IPM]
How do we measure feed rate in imperial ?
inches per minute [IPM]
How do we measure feed rate in metric ?
Millimetres per minute [MMPM]
What is the axis and polarity for the tool moving away from the operator
Y positive axis
What is the axis and polarity for the tool moving to the left ?
X negative axis
What is the axis and polarity for the tool moving down ?
Z negative axis
What is the axis and polarity for the table moving left ?
X positive
What are the two main type of machining centres ?
Vertical and horizontal
True or false : Only negative coordinates need a negative before the number
True
What’s the proper notation for writing coordinates for positive and negative X,y,z coordinates
X1.0
Y2.0
Z2.0
X-1.0
Y-2.0
Z-3.0
True or false: writing coordinates you do not need decimals
False : you need to include decimal writing coordinates in CNC code