UNIT 5 CNC Machining Centers
UNIT 5 CNC Machining Centers
The feed function is used to specify the feed rate in the machining operation. The feed rate is
expressed in millimeters per minute (mm/min) or mm/rev. If the feed is 200 mm/min, it will be
represented as F 200. The appropriate G code should be specified to instruct the machine
whether the feed value is in mm/min or in mm/rev. (G94 to G95).
The spindle speed is specified either in revolutions per minute (rpm) or as meters per minute.
If the speed is given in meters per minute, the control unit calculates the rev/minute using the
appropriate formulae. If the machine is required to run at 800 rpm the speed will be specified
as S 800.
T-word is needed only for machines with programmable tool turret or automatic tool changer
(ATC). Each tool pocket on the tool turret or ATC has a distinct tool number. The T-word in the
part programme specifies which tool is to be used in the operation. The tool number for a
particular operation is specified as T00 to T99. Also with each tool code, the corresponding tool
length offset is also specified with the help of two additional digits i.e. T01.01 where second 01
denotes the tool length offset for tool No. 01.
(vii) Miscellaneous Function (M-Word)
The miscellaneous function word is used to specify certain miscellaneous or auxiliary functions
which do not relate to the dimensional movements of the machine. The miscellaneous
functions may be spindle start, spindle stop, coolant ON/OFF, etc. An example of M-word is
M02 which indicates end of programme. The miscellaneous functions are given in Table 5.2.
Code Function
M02 Programme stop
M03 Spindle start (clock wise)
M04 Spindle start (counter clock wise)
M05 Spindle stop
M06 Tool change
M08 Coolant on
M09 Coolant off
M30 Programme stop and tape rewind
(viii) End of Block (EOB)
X- X-coordinate
Y- Y-coordinate
F- Feed rate
S- Spindle speed
T- Tool number