- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a VMC with divisor but unfortunately it doesn't support G93 commands. I couldn't find any Fanuc post processor without G93 commands. Therefore I found a solution by altering NC codes. I made 3 changes to code. First I changed all "A" codes to "B" because my 4th axis is defined as B on my machine even it revolves around X axis. I think it is an installation or initial programming mistake by someone. Second I changed all G93 and G94 commands to G01. Third change is changing all variable feed values which caused by G93 to a fixed one (in this case F600.).
By doing these changes I managed my machine to run the code. It seems working fine. The part is not finished yet. I would like to know if there will be any negative effects of these changes in terms of dimensional accuracy or surface finish.
Or can anybody suggests a 4-axis post processor wihout G93? Thanks in advance.
Ps: You can find the cam file, edited and unedited NC codes as atttachments.
Solved! Go to Solution.