
08-29-2009, 10:18 AM
|
 | | | Join Date: Mar 2003 Location: USA
Posts: 2,312
| |
Originally Posted by A L Can i ask anyone,
When you do G95 for the first time, say with a G01, then type in your XYZ and your Feedrate, for the first time in your code, is that the only time you'll need to use G95?
Or do you need to specify mm/rev (G95) every time that your cutting?
This is for FANUC 6MB controller system...(i don't have access to a machine, its just for a university assignment)... |
G94 and G95 are "modal", so when you program G95, it puts the control in feed-per-revolution mode, and it remains that way until it reads a G94. So if you always program in G95, put one in the beginning of the program and it will stay active for the entire program. |