Machsupport Forum

Mach Discussion => Mach4 General Discussion => Topic started by: Christine88 on September 05, 2016, 06:03:28 PM

Title: Need a simple 5 axis NC file for testing
Post by: Christine88 on September 05, 2016, 06:03:28 PM
Does anyone have a simple 5 axis NC file that will run under Mach4 just for testing?
Title: Re: Need a simple 5 axis NC file for testing
Post by: TOTALLYRC on September 06, 2016, 06:49:05 AM
You can hand code a very simple 5 axis file.
G01 X1 Y1 Z1 A10 B10 F50
G00 X0 Y0 Z0 A0 B0
M30

This assumes inches and A, B are angular not linear.

Mike
Title: Re: Need a simple 5 axis NC file for testing
Post by: Christine88 on September 06, 2016, 06:58:14 AM
That's perfect thank you so much.
Title: Re: Need a simple 5 axis NC file for testing
Post by: RDR on September 06, 2016, 06:54:32 PM
Just to let you know you may have to use G93 Inverse Time for the feed rate to come out right with angular movements we have to use it on our 5 axis water jet we are still on Mach3 but I would think its the same with m4
Title: Re: Need a simple 5 axis NC file for testing
Post by: Christine88 on September 06, 2016, 06:57:47 PM
Just to let you know you may have to use G93 Inverse Time for the feed rate to come out right with angular movements we have to use it on our 5 axis water jet we are still on Mach3 but I would think its the same with m4

I'll keep that in mind.  Thank you.
Title: Re: Need a simple 5 axis NC file for testing
Post by: Inertia on September 20, 2016, 02:49:41 AM
I'm using inverse time on my 5 axis router with Mach4 and it seems to be quite buggy. It constantly violates the acceleration parameters and causes my stepper motors to stall and ruin the whole job.