Art-
Good to hear that Mach3 does function this way. Was starting to think I might be a mad man out yelling in the streets..

But there is still something awry causing the slow accel.
Feedrates are reached fine-- it is the acceleration that is dragging.
Example-
I want to cut a spiral on a cylinder that has a pitch of .1" for 4 revolutions.
N1 G0 X0 Y0 Z0.5 A0
N2 G1 X-.4 A1440 F20
If I had to guess I would say it takes about 3-5 seconds to get up to the 20ipm on this cut (N2), then another 3-5 seconds to slow down to a stop at the end.
If I were to run A from 0 to 1440 by itself, it would take off quickly like normal. Likewise, moving the X axis from 0 to -.4" at F20 would be a snap.
It happens with both G0 and G1 commands (These are the only commands I use for mixed A-axis and X/Y/Z axis moves).
Another example-
I cut a lot of contoured work on the rotary axis.. some of it roll-cutting (A-axis rolls while Z-axis contoures, then after 360*, X axis steps over a slice and then another roll of contour cutting). Some of it gets very complex with many many lines of points to hit per roll, and every time the Z axis changes directions, the Z and A slowly grind to a halt and then slowy take back off. Doing this a couple thousand times on one part can add an hour of slow accel times.
Rough example:
N1 G0 X0 Y0 Z1 A0
N2 G1 A10 Z.9 F50
N3 A12 Z.7
N4 A15 Z.69
N5 A20 Z.8
N6 A26 Z1
N1: prepair to cut
N2: slow accel of rolling A and lowering Z
N2: keeps speeding up with the rolling A and lowering Z
N3: will probably be slowing back down by now
N4: has slowly ground to a halt
N5: slow accel of rolling A and raising Z
last example I can think of for now- rapids for positioning:
N1 G0 X0 Y0 Z2 A0
N2 G0 X5 Y1 Z2 A0
N2 G0 X10 Y2 Z2 A20
N1: set the stage
N2: All axis accel rapidly and move to destination.
N3: All axis take many seconds to accel up to full speed, and likewise to accel back down to a stop.
This is on a MaxNC machine (dont laugh, its been modified beyond its wildest dreams!

) and in no way do I think that its old software is better than Mach.. but It did handle A+X/Y/Z motion with out this slow accel, So I know it can be done (and you would be the man to do it!).
Any ideas?

Thanks