Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: M250cnc on September 13, 2009, 06:13:35 PM

Title: Gcode/post processor help G77
Post by: M250cnc on September 13, 2009, 06:13:35 PM
I need help with the gcode generated with my cam program "OneCNC"

With a turn op Rough/Finish it generates the following code for G77

N240 G77 U2. R2.4
N250 G77 P260 Q360 U0.1 W0.1 F0.1

When this is dry run in Mach i only get the finish operation hence i haven't included that part of the code

If someone could help me figure out how to get this working i would be grateful

Thanks
Title: Re: Gcode/post processor help G77
Post by: RICH on September 13, 2009, 10:44:18 PM
I don't think Mach supports a G77 and the post processor from OneCnc shouldn't post that code if it a post processor for MACH.
RICH
Title: Re: Gcode/post processor help G77
Post by: M250cnc on September 14, 2009, 09:38:28 AM
Thanks Rich

There is no official PP from OneCNC for lathe.

But it is an adaptation of a PP i found on the OneCNC forum

Phil
Title: Re: Gcode/post processor help G77
Post by: RICH on September 14, 2009, 01:16:40 PM
Phil,
Don't know what to tell you as i have never fooled with doing or modifying any post processor. I would think that
OneCNC should provide you one which is done for Mach Mill and Lathe.

Just one of those things you learn from experience, in that, the CAM program may not be worth much if you can't process the information properly for the recieving program. Some CAM programs charge you for one.
Try a post processor for a Fanuc lathe as that may do the trick.

I don't use OneCNC and haven't even looked at their info on the program, but, CAM programs sites usualy tell the PP's they have or give you specifics on the programing for changes. If they advertised that it posts to Mach then you have ever right to expect something from them IMHO.
Sorry can't be of more help.
RICH
Title: Re: Gcode/post processor help G77
Post by: M250cnc on September 17, 2009, 08:36:22 AM
Rich does Mach support G77 ? if not OneCNC will not be able to help  ;D

Phil
Title: Re: Gcode/post processor help G77
Post by: RICH on September 17, 2009, 09:52:36 AM
Phil,
Check the manual's or open Mill and have a look at the Gcodes to see what is supported.
I don't think so as i said in reply #1.
RICH
Title: Re: Gcode/post processor help G77
Post by: Hood on September 17, 2009, 11:22:15 AM
Turn has G77, never used it though so dont know how well it works.
Hood
Title: Re: Gcode/post processor help G77
Post by: RICH on September 17, 2009, 04:10:02 PM
Hood,
Where do find that it has G77? 
RICH
Title: Re: Gcode/post processor help G77
Post by: Hood on September 17, 2009, 05:15:43 PM
m1077.m1s in the turn macro folder, also G78 there (m1078.m1s)
Hood
Title: Re: Gcode/post processor help G77
Post by: RICH on September 17, 2009, 05:53:26 PM
Thanks Hood. Another day at school well spent.  ;)
I will have to play with them.
RICH
Title: Re: Gcode/post processor help G77
Post by: M250cnc on September 17, 2009, 06:10:57 PM
Its not in the folder of my current xml folder name ,if that makes sense, should it be ?

Phil
Title: Re: Gcode/post processor help G77
Post by: Hood on September 17, 2009, 06:49:43 PM
If you have installed mach to the default location it will be in C:\Mach3\Macros\Mach3Turn
If you have a custom profile then there is a chance you didn't clone it from a turn profile and if thats the case then you will not have these macros there, just copy them over from the Turn folder.
Hood