13128466 ١
13128466 ١
Tooling (APT)
Submitted by;
• L1=LINE/P1,LEFT,TANTO,C1
• L2=LINE/P1,RIGHT,TANTO,C1
ANGLE
• L3=LINE,P1,ATANGL,30,XAXIS
• L4=LINE/P1,ATANGL,15,L3
CIRCLE
• C1=CIRCLE/CENTER,P1,RADIUS,32
• C1=CIRCLE/CENTER,P1,TANTO,L1
P3= POINT/CENTRE, C1
Part geometry using APT
• P1=POINT/0,0,0
• P2=POINT/160.0,0,0
• P3=POINT/160.0,60.0,0
• P4=POINT/35.0,90.0,0
• P5=POINT/70.0,30.0,0
• P6=POINT/120.0,30.0,0
• P7=POINT/70.0,60.0,0
• P8=POINT/130.0,60.0,0
• L1=LINE/P1,P2
• L2=LINE/P2,P3
• C1=CIRCLE/CENTER,P8,RADIUS,30.0
• L3=LINE/P4PARLEL,L1
• L4=LINE/P4,P1
MOTION COMMANDS
• GENERAL FORM
MOTION COMMAND/descriptive statement
• The first section indicates what move the tool should make.
• Second section tells the tool where to move
Motion commands
• FROM= It indicating the initial point from
which all other geometry elements will be
referenced.
• GOTO= It instruct the tool to go to a particular
point location specified in the descriptive
data.
• GODLTA= It specifies an incremental move for
tool. It is useful in drilling and related
operations. The tool can be directed to a hole.
• GOLFT= Commands the tool to make a left turn
relative to the last move.
• GORGT = Commands the tool to make a left turn
relative to the last move.
• GOFWD = Commands the tool to move forward
relative to the last move.
• GOBACK= Commands the tool to move reverse
relative to the last move.
• GOUP = Commands the tool to move upward relative
to the last move.
• GODOWN = Commands the tool to move down
relative to the last move.
Descriptive data
• PTARG= It is the symbol assigned to the
starting point
• TO= Moves the tool to initial contact with
check surface
• ON= Positions the tool center on the check
surface
• PAST= Moves the tool just beyond the check
surface
Post processor and auxiliary statement
General form
POSTPROCESSOR COMMANDS/descriptive data
Post processor command is an APT major word
indicating the type of function or action to be
accomplished, and the descriptive data consist
of APT minor words and numerical values
• UNITS/MM
• CUTTER/20.0
• SPINDL/1000
• SPINDL/OFF
• FEDRAT/40
• RAPID
• COOLANT/FLOOD
• LOADTL/01
• DELAY/30
AUXILIARY STATEMENT
• PARTNO-is the first statement in an apt
program used to identify the program
• MACHIN-permits the part programmer to
specify the post processor
• CLRPNT-stands for cutter location point
• REMARK-used to insert explanatory remarks
• FINI-indicates the end of the program