|
Great video, thank you for sharing.
I upgraded the software because of a problem with the previous version of G2/G3 acceleration processing.
In the new version, #99 represents the combined linear acceleration. During the machining process, the actual acceleration value will be constrained by the manual start acceleration of each axis.
In addition, parameter #498 "J-parameter gradient" is added, which is used to describe the rate of change of acceleration. Since the rate of change of acceleration (J) must be less than 1/2 of the minimum acceleration value among the three axes, so 498>#99/(min(#45,#46,#47)/2).
For your application (#45=150 #46=7.5 #47=2), you can set it as follows:
#99=300;
#498=500;
Also, I noticed that your X-axis and Y-axis pulse equivalents are not the same, so set #113 to 1 (Soft algorithm).
|
|