---------------------------------------------------
TM Gen CNC program adaptation for FAGOR 8055

Controller : FAGOR 8055


1. run TM Gen for FANUC
2. save to disk program
3. Put ; At start of lines with Pharanthesis
4. Input in Tool Table Tool Data Dimensions measured from tool
5. Add T10 and change H10 to D10
6. Change D60 To D10 on lines with D60
7. Change G49 to G44
8. Edit the upper remark from Fanuc to FAGOR 8055,8040
9. Tool Change to be done before use of program
10. Remove Percentage % from End of program
----------------------------------------------------------------------
Example :
%
O0001 (TMINRH CLIMB Cycles= 1)
(Tool cutting diameter = 8.2 mm - Fanuc 11M Controller.)
G90 G00 G57 X0 Y0
G43 H10 Z0 M3 S2329
G91 G00 X0 Y0 Z-10.139
G01 G41 D60 X0.544 Y-4.456 Z0 F9
G91 G03 X4.456 Y4.456 Z0.139 R4.456 F9
G91 G03 X0 Y0 Z1.500 I-5.000 J0 F31
G91 G03 X-4.456 Y4.456 Z0.139 R4.456
G00 G40 X-0.544 Y-4.456 Z0
G90 G00 Z200.000
G49 M5
M30
%

%
;O0001 (TMINRH CLIMB Cycles= 1)
;(Tool cutting diameter = 8.2 mm - FAGOR 8040-8055 Controller.)
G90 G00 G57 X0 Y0
G43 T10 D10 Z0 M3 S2329
G91 G00 X0 Y0 Z-10.139
G01 G41 D10 X0.544 Y-4.456 Z0 F9
G91 G03 X4.456 Y4.456 Z0.139 R4.456 F9
G91 G03 X0 Y0 Z1.500 I-5.000 J0 F31
G91 G03 X-4.456 Y4.456 Z0.139 R4.456
G00 G40 X-0.544 Y-4.456 Z0
G90 G00 Z200.000
G44 M5
M30