SageGlad
Aluminum
- Joined
- Apr 16, 2022
Hey folks.
Seeking your help, because no one else I've tried has no answers.
I have Mori Seiki NT4200 machine (5 axis Millturn)
I'm trying to run the 5 axis SWARF toolpath and the geometry that the tool creates is not accurate. Seems like one or more axes are not synchronized in the movement.
There's something wrong with the code, my PP generates.
Please have a look and let me know if anything look suspicious or obviously incorrect.
I suspect it to be tied up to lookahead or smoothing or TCP any other modes that should be active/inactive. Maybe the order is incorrect.
Here is the code for a simple SWARF I make with 5/8 flat end mill.
Thank you guys.
%
O1001
( OPERATION DESCRIPTION: NT4200)
(T1031 D=0.625 D=0.625 CR=0. - FLAT END MILL)
G0 G18 G20 G40 G54 G80 G99
N1(SWARF)
G0 G53 A0. (SUB SPINDLE RETURN)
G28 U0. V0.
G28 W0.
M303
G54
G98 G17 M45
M69
G0 G28 H0.
(SWARF TESTING)
T1031
G361 B-90. D0.
G43 H31.
M594
M369
G97 S4278 M13
G49
G0 B-45. C-180.
G5 P10000
G332 R3.
G43.4 D9 (ENABLE TCP)
Z7.37
X-7.3307 Y7.0028 Z7.37
M8
X7.3307 Y-7.0028 Z7.37 B-45. C-180.
Z2.3747
G1 X7.068 Z2.2433 F25.669
X6.8053 Z2.112
X6.5426 Z1.9806
X7.3118 Y-6.9459 B-45.003 C-183.162 F99.496
((((ARCS-ARCS-ARCS))))
X16.2676 Y-1.5558 Z1.9807 B-45. C-270.
G0 X17.1734 Z2.4336
Z7.37
G49
G5 P0
G332 R3.
M5
M9
G28 U0. V0.
G28 W0.
G0 G53 A0. (SUB SPINDLE RETURN)
M45
G28 H0.
M68
M46
G54
M30
%
Seeking your help, because no one else I've tried has no answers.
I have Mori Seiki NT4200 machine (5 axis Millturn)
I'm trying to run the 5 axis SWARF toolpath and the geometry that the tool creates is not accurate. Seems like one or more axes are not synchronized in the movement.
There's something wrong with the code, my PP generates.
Please have a look and let me know if anything look suspicious or obviously incorrect.
I suspect it to be tied up to lookahead or smoothing or TCP any other modes that should be active/inactive. Maybe the order is incorrect.
Here is the code for a simple SWARF I make with 5/8 flat end mill.
Thank you guys.
%
O1001
( OPERATION DESCRIPTION: NT4200)
(T1031 D=0.625 D=0.625 CR=0. - FLAT END MILL)
G0 G18 G20 G40 G54 G80 G99
N1(SWARF)
G0 G53 A0. (SUB SPINDLE RETURN)
G28 U0. V0.
G28 W0.
M303
G54
G98 G17 M45
M69
G0 G28 H0.
(SWARF TESTING)
T1031
G361 B-90. D0.
G43 H31.
M594
M369
G97 S4278 M13
G49
G0 B-45. C-180.
G5 P10000
G332 R3.
G43.4 D9 (ENABLE TCP)
Z7.37
X-7.3307 Y7.0028 Z7.37
M8
X7.3307 Y-7.0028 Z7.37 B-45. C-180.
Z2.3747
G1 X7.068 Z2.2433 F25.669
X6.8053 Z2.112
X6.5426 Z1.9806
X7.3118 Y-6.9459 B-45.003 C-183.162 F99.496
((((ARCS-ARCS-ARCS))))
X16.2676 Y-1.5558 Z1.9807 B-45. C-270.
G0 X17.1734 Z2.4336
Z7.37
G49
G5 P0
G332 R3.
M5
M9
G28 U0. V0.
G28 W0.
G0 G53 A0. (SUB SPINDLE RETURN)
M45
G28 H0.
M68
M46
G54
M30
%