The
is the minimum frequency at which a stepper motor can produce movement, with a load applied, without the loss of steps.parameter is used when starting a motion from velocity 0. must be in the range 0...
Value 0 means that the
parameter is not used. In this case, the motion starts at a velocity = acceleration rate x 1 ms.The
is the maximum frequency at which a stepper motor stops producing movement, with a load applied, without loss of steps.is only used when moving from a higher velocity than , down to velocity 0. must be in the range 0...
Value 0 means that the
parameter is not used. In this case, the motion stops at a velocity = deceleration rate x 1 ms.
Acceleration is the rate of velocity change, starting from Acceleration
, Deceleration
and JerkRatio
parameters following a trapezoidal or an S-curve profile.
When the jerk ratio parameter is set to 0, the acceleration / deceleration ramp has a trapezoidal profile.
Expressed in Hz/ms, the acceleration
and deceleration
parameters represent the rate of velocity change.
Expressed in ms, they represent the time to go from 0 to
:
|
|
---|---|
![]() |
![]() |
When the jerk ratio parameter is greater than 0, the acceleration / deceleration ramp has an S-curve profile.
The S-curve ramp is used in applications controlling high inertia, or in those that manipulate fragile objects or liquids. The S-curve ramp enables a smoother and progressive acceleration / deceleration, as demonstrated in the following graphics:
|
|
---|---|
![]() |
![]() |
|
|
---|---|
![]() |
![]() |
Example using 4 |
|
---|---|
![]() |
![]() |
Example using 2 |
|
---|---|
![]() |
![]() |
JerkRatio
parameter value is common for acceleration and deceleration so that concave time and convex time are equal.
The duration for the acceleration / deceleration is maintained, whatever the JerkRatio
parameter may be. To maintain this duration, the acceleration or deceleration is other than that configured in the function block (Acceleration
or Deceleration
parameters).
When the JerkRatio
is applied, the acceleration / deceleration is affected.
When the JerkRatio
is applied at 100%, the acceleration / deceleration is two times that of the configured Acceleration
/Deceleration
parameters.
JerkRatio is invalid when:
its value is greater than 100. In this case, a Jerkratio of 100 is applied.
its value is less than 0. In this case, a Jerkratio of 0 is applied.