So I had a program I was running and everytime it hit a specific spot the Z axis would stutter like it hit something, almost like a harmonic was reached in the stepper causing it to loose steps. What I am curious about is this specific to my machine, does it happen with other machines? I have a 2020 4896 with nema 34 motors from avid.
zone1-test.zip (566 Bytes)
Download/extract the tap file, it is only 50 lines long including comment lines. To reproduce you really don’t need a tool loaded, set the z0 to an inch ( use some reference block, like a 123 block) or so off the deck, and run it and see when you do an MDI g0 z0 if z is back to your original height.
is the make feed rate of the z-axis being exceeded? I had many other moves at that same feed rate for the z axis that did not stutter, but had a different number of steps, etc.
Any test results or thoughts on why this would occur is appreciated. Again it happens at any z starting height…
Thanks,
Tim
for those that don’t want to download it, here is the gcode
(PLENUM_FINAL_1)
(MACHINE)
( VENDOR AVIDCNC)
( MODEL AVIDCNC 4896)
( DESCRIPTION GENERIC 3-AXIS)
(T1 D=0.25 CR=0. - ZMIN=-0.7589 - FLAT END MILL)
G90 G94 G91.1 G40 G49 G17
G20
(ZONE1_POCKET)
M5
T1 M6
(S14000 M3)
G54
G0 X34.3631 Y9.0612
Z0.2697
G1 Z-0.2447 F210.
X34.3632 Z-0.2477
X34.3638 Y9.0611 Z-0.2507
X34.3647 Y9.0609 Z-0.2536
X34.3653 Z-0.2549
X34.3659 Y9.0608 Z-0.2563
X34.3667 Y9.0607 Z-0.2576
X34.3674 Z-0.2589
X34.3684 Z-0.2601
X34.3693 Z-0.2613
X34.37 Y9.0608 Z-0.262
X34.3707 Z-0.2627
X34.3714 Y9.0609 Z-0.2634
X34.3722 Y9.061 Z-0.264
X34.373 Y9.0612 Z-0.2646
X34.3738 Y9.0613 Z-0.2653
X34.3746 Y9.0615 Z-0.2658
X34.3754 Y9.0618 Z-0.2663
X34.3762 Y9.062 Z-0.2668
X34.3771 Y9.0624 Z-0.2672
X34.378 Y9.0627 Z-0.2676
X34.3788 Y9.0631 Z-0.2681
X34.3797 Y9.0635 Z-0.2684
X34.3805 Y9.064 Z-0.2687
X34.3813 Y9.0645 Z-0.269
X34.3822 Y9.065 Z-0.2691
X34.383 Y9.0656 Z-0.2693
X34.3838 Y9.0662 Z-0.2695
X34.386 Y9.0682 Z-0.2697
(G2 X34.3962 Y9.0778 I0.1279 J-0.1257 F105.
G0 Z1.)
(G0 G53 Z0)
(G54)
(M30)