Skip to main content
3-Newcomer
June 15, 2023
Solved

Work offset does not appear in nc code

  • June 15, 2023
  • 2 replies
  • 1707 views

Hello all I am trying to use the manufacturing side of creo to make a couple basic parts and it seems to be not posting the G90 or G54 lines in the nc code, below is a screenshot of the beginning of the program. I've used a few other CAM systems but this is the first time I've tried using creo for machine toolpaths, so I might have something not set correctly. Below is the post I tried using, it said it was for a HAAS VF8. Does anyone know what I need to change so these 2 lines of code will be in the nc code output?

1badc20_1-1686865851401.png

 

1badc20_0-1686865832613.png

 

 

 

 

 

Best answer by JonathanCook

Add G0 to the start program of the program.  See video.

2 replies

10-Marble
June 16, 2023

You have to set the parameter named FIXT_OFFSET_REG.

 

This video shows where the parameter is located.

 

10-Marble
June 16, 2023

Add G0 to the start program of the program.  See video.

1badc203-NewcomerAuthor
3-Newcomer
June 16, 2023

Thanks Jonathon, that seemed to get it!