Rapid is just a term that means,"The axis moving as fast as it can." In your case, that's 110 IPM on X and Y, and 90 IPM on Z.
Frederic
Does anybody know what the max rapids and accelerations are for the series 3 upgrade? I know the max cutting speed on the x and y is set to 110ipm with 90ipm on the Z but where does rapid fall? I use Gwizzard for helices and need to input the relevant data on the acceleration. Thank you in advance.
Jake Mestre
Rapid is just a term that means,"The axis moving as fast as it can." In your case, that's 110 IPM on X and Y, and 90 IPM on Z.
Frederic
[URL="http://www.pure-geometry.com/"]Pure Geometry LLC[/URL]
Vertical Lathe tool holders and more.
TXFred,
I don't think you're correct on saying that rapid is the same as max cutting speed. 110IPM is where Tormach set the x and y based on a 500lb reserve force for cutting. If the axis is not being taxed then the max speed can be greatly increased without loosing positioning accuracy. On a router I just built I designed the motion to rapid at 1000ipm while cutting at only 200ipm. This way I would reliably know with the feed forward control that the position stays accurate, and precise. I appreciate your input, and I guess a way to potentially test the speed is to send only one axis at a time and look a the speed in Mach. I'll try that when I get to my machine next, and report back. Thank you.
Jake:
"I don't think you're correct on saying that rapid is the same as max cutting speed."
TXFred is exactly correct. Tormach rates their rapids as the fastest cutting
speeds. As a result the fastest non-cutting speed is identical to the fastest
cutting speed. You can also find this information on the Tormach website.
"the max speed can be greatly increased without loosing [sic] positioning accuracy"
That is only true for position feedback systems. Since the Tormach mill does
not employ position feedback, your statement does not apply. I would also
recommend that you look up mid-band resonance in stepper drive systems.
I think the OP is actually asking about the PCNC1100 accelerations settings, to use for input to Gwizard.
Quote:
"Gwizzard for helices and need to input the relevant data on the acceleration."
Does anybody know. Can a person find it without unlocking the software.
As others have pointed out the Tormach series 3 axes velocities are set at 110, 110 and 90 ipm, cutting or not.
Phil![]()
There is a Mach3 XML viewer/editor available. Read the thread Mach XML Reader for location.
Not being a Gwizzard user though, I'm not sure I quite understand the thrust of the question. Even on simple 3D contouring, I can, say, set F20 (ipm) but on more highly curved areas the actual speed might drop to 10 or 5 or 3 ipm due to the finite acceleration. Lateral acceleration on a curve is expressed as a=v^2/r. For a constant accleration, as the curve radius r decreases the velocity v also must decrease. That lateral acceleration is resolved into the individual axis accelerations, and the limiting axis will determine the velocity of all, in order to follow the commanded path properly.
TXFred and Zetopan are correct. Tormach has already set the acceleration and maximum velocity to what is reliably possible with the Tormach hardware. Maybe a little past for individual Series 3 machines, based on VaderSpade's experience...
Randy
In theory, an axis could move faster when not cutting. Because there are no cutting forces, there will be power in reserve. This would especially be true on a linear rail machine where there is almost no resistance at the ways.
But Mach isn't designed to take advantage of this. It has a single maximum speed that it uses for G00, G01, G02 and G03 moves. It could probably be increased, but only by eating into the safety margin and risking missed steps.
Frederic
[URL="http://www.pure-geometry.com/"]Pure Geometry LLC[/URL]
Vertical Lathe tool holders and more.
But Mach IS taking advantage of this. You set up acceleration and velocity as high as you can to get reliable G0 moves. What Mach DOESN'T do is derate the speeds for cutting--you can try cutting at the equivalent of G0 speed if you are brave enough. (Or type G0 instead of G1 by accident--no, I've never done that, not even once)
Now, there is a thing that Mach (nor any other motion control software I know of) doesn't do, but could theoretically do to bump performance. Most stepper motors have a "knee" in the torque/speed curve. The torque falls fairly slowly up to a certain speed, then falls off more quickly. With a constant acceleration, you are fitting a straight line to the "worst" point on the curve (full running speed) but then there is a torque reserve at lower speeds. You could set up a variable acceleration to track the torque curve and get better acceleration for short moves and sharper curves, where it precisely is needed. But that would need to be tailored for each motor/driver/power supply situation and would really only be for tweakers/hardware hackers...
Randy
[URL="http://www.pure-geometry.com/"]Pure Geometry LLC[/URL]
Vertical Lathe tool holders and more.