Community
HSM Post Processor Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Threading +M-code Fanuc.

1 REPLY 1
Reply
Message 1 of 2
uladzimiruser
160 Views, 1 Reply

Threading +M-code Fanuc.

Good day to everyone. I can't figure out how to add an additional M-code when threading both with axial threading and with a drive tool (Fanuc).
Example of an axial threading program:

M43
 T1000
G00 Z50.0
G00 C0.0
G98 G00 X115.0 M13 S300

M126  Add code to the postprocessor
M129
G4 X1.
G84 Z10.0 R-5.0 F525 M90
C120.0
C240.0
M127  Add code to the postprocessor
G80
G00 Z90.0 M15
M91

G28 U0.
M40
M30

 

Threading with the main spindle

 

T1000
G00 Z50.0
G98 G00 X0. M3 S300

M122  Add code to the postprocessor
M129
G4 X0.
G84 Z10.0 R-5.0 F525 
M128  Add code to the postprocessor
G80
G00 Z90.0 

G28 U0.
M30

Tags (3)
Labels (3)
1 REPLY 1
Message 2 of 2

I sort of figured out this issue. Is it possible to change the line in which the revolutions of the drive tool are set when threading.

This is how the postprocessor outputs:

T0404
M08
G97 M15
G00 Z15.
X53.852 C21.801
G80
G00 Z5.
M126
S1000 M129
G84 C21.801 Z-16. R-1. F0.8 M91
G80
G00 Z15.
M15
M09
 
Such a conclusion is required:
T0404
M08
G97 S1000 M13
M15
G00 Z15.
X53.852 C21.801
G80
G00 Z5.
M126
M129
G84 C21.801 Z-16. R-1. F0.8 M91
G80
G00 Z15.
M15
M09

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


Autodesk Design & Make Report