looking for some samples of a 4 axis programs , like machining holes around a pipe or machining on different angles
i was looking all over internet and there is nothing , of course don't ask for teaching manuals
thanks
looking for some samples of a 4 axis programs , like machining holes around a pipe or machining on different angles
i was looking all over internet and there is nothing , of course don't ask for teaching manuals
thanks
%
O1000 (DRILL HOLES AROUND PIPE)
G21 (MM MODE)
G17 G90 G94
G00 X0 Y50 Z100 (MOVE TO START ABOVE FIRST HOLE)
T1 M06 (DRILL TOOL)
S1200 M03
G43 H01 Z100
M08 (COOLANT ON)
(--- Hole at A0 ---)
G00 Z5
G81 R5 Z-10 F100
G00 Z100
(--- Hole at A90 ---)
G00 A90
G00 Z5
G81 R5 Z-10 F100
G00 Z100
(--- Hole at A180 ---)
G00 A180
G00 Z5
G81 R5 Z-10 F100
G00 Z100
(--- Hole at A270 ---)
G00 A270
G00 Z5
G81 R5 Z-10 F100
G00 Z100
G80 (CANCEL CYCLE)
G00 Z100
M09 (COOLANT OFF)
M05
G00 A0 X0 Y0
M30
%
http://cncmakers.com/cnc/controllers/CNC_Controller_System/CNC_Retrofit_Package.html