Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Post processor Error

  • Thread starter Thread starter klheureux
  • Start date Start date
K

klheureux

Guest
I have a post processor I am troubleshooting for a haas lathe. In between my roughing sequence and finishing I get a line with a R2.7202 and the program stops running. When I manual edit it out the program runs fine but I cannot figure out why the post is trying to add this R move.
 

Attachments

  • Capture.JPG
    Capture.JPG
    69.7 KB · Views: 22
The R value limits the effects of constant SFM mode. At a very large distance away from the spindle centerline, the spindle RPM would be very small (to meet the programmed SFM). As you approach the centerline, the spindle speeds up. If you set an R value, the controller ignores the actual tool distance if you are further away than the R value and instead uses the R value. So, the R value is used to limit the minimum spindle speed. In your case, the spindle would never drop below ~300 rpm.

As far as I know, the Haas controllers don't use it. Without the use of custom FIL code, I don't know how to suppress it in the generated g-code.
 
I would check the RPM tab in the post processor and see if there's a check box that can be disabled to stop this output.
 

Part and Inventory Search

Sponsor

Back
Top