---------------------------------------------------
TM Gen CNC program adaptation for FAGOR 8025 8030

Controller : FAGOR 8025 8030


1. run TM Gen for FANUC
2. save to disk program
3. write program Number 00001 after %
4. Add N numbering to all lines
5. Add Pharanthesis to O0001
6. Input in Tool Table Tool Data Dimensions measured from tool
7. Add T10 and change H10 to D10
8. Move T10 D10 M3 after S2329
9. Change D60 To T10.10 on lines with D60
10. Add K with same dimension as Z in G02 & G03 lines
11. Change G49 to G44
12. Edit the upper remark from Fanuc to FAGOR 8025 8030
13. Tool Change to be done before use of program
14. 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
%

%00001
N20 (O0001) (TMINRH CLIMB Cycles= 1)
N30 (Tool cutting diameter = 8.2 mm - FAGOR 8025 8030 Controller.)
N40 G90 G00 G57 X0 Y0
N50 G43 Z0 S2329 T10.10 M3
N60 G91 G00 X0 Y0 Z-10.139
N70 G01 G41 T10.10 X0.544 Y-4.456 Z0 F9
N80 G91 G03 X4.456 Y4.456 Z0.139 K0.139 R4.456 F9
N90 G91 G03 X0 Y0 Z1.500 K1.500 I-5.000 J0 F31
N100 G91 G03 X-4.456 Y4.456 Z0.139 K0.139 R4.456
N110 G00 G40 X-0.544 Y-4.456 Z0
N120 G90 G00 Z200.000
N130 G44 M5
N140 M30