What does your Gcode look like
attached gcode.
If the moves are so short that MAch3 cannot get up to speed in that distance then you are limited to the time base of the moves.
you can say moves are short. all point are in straight linear way with gap of 0.5 mm between them. also z axis just retracts 0.5 mm. but i wonder how does it affects mach3. AFAIK speed in such small move can be affected by acceleration rate of motors. as mach can immediately deliver pulse train to highest frequency. or like motors, mach too is bound by rate of acceleration in delivering pulses. if this is the case then what is the rate of pulse mach can deliver.
IF you can drill at wide open speed then a straight gcode program(no canned cycles) drilling with G00 will be the fastest possible means.
thats not possible. but one thing i noticed. when i keep motion mode to exact stop, it performs almost double the fast compare to constant velocity. now thats strange, as i read many places that CV is faster then ES. below giving you results of different settings i checked,
Velocity Acceleration Time in CV mode Time in ES mode
1000 800 3.43 Min 2.15 Min
3000 2400 3.00 Min 1.31 Min
6000 4800 3.00 Min 1.31 Min
9000 7200 3.00 Min 1.31 Min
notice that after increasing feed above 3000, there is no increase in time for even single second.
Post a copy of your gcode and I will take a look at it.
Thanks. i really appreciate your help.
One way to look at it is take all the distances of all the moves and divide by the time you will then get the average DISTANCE/time that the machine is doing.
for ease of calculation, i am counting from after drill has been done to point 1 and z is at 0. so movement will be as follows.
1) retract z 0.5 mm +
2)move to next point 0.5 mm +
3)drill to that point 0.5 mm =
---------------
total movement 1.5 mm *
number of points 400
---------------
total linear movement 600 mm
Considering if it had to move 600 mm linearly, entire file should have finished less then 1 minute, even if we take slowest feed that is 1000mm. but its not linear move, but then also is it possible to do that much fast???