(%TP0147)
N10 G54
N15 G92
S2000
N20 T1 D1 M6
N25 G96 S200 F0.2 M4
N30 G0 X43 Z0
N35 G1 X-2
N40 G1 Z2
N45 G0 X150 Z150
N50 M30
Q1-What is the name of the program?
Q2- Explain the previous program with details.
The name of the program is %TP0147 and the codes are as follows:
ReplyDeleteG54 to shift the zero poit from "M" to 'W'
G92 is to set a limit for the rotational speed and T to select the tool, to move the tool we use G0 and G1 to do facing at certain points.
Then we use M30 t0 end the program
The name is %TP0147
ReplyDeleteG54=the coordinate setting of work piece
G92=set a limit for the rotational speed
T=tool position
G96=constant cutting speed
G0=move the tool to the target point in rapid speed
G1=do facing at certain points.
M30=end the program
The name is TP0147
ReplyDeleteG54 is to coordinate work piece setting
G92 is set limit rotational speed
T is tool selected
G0 is move the tool to target point in rapid speed
G1 is facing at certain points
M30 is end program