APIs, concepts, guides, and more
|
void MoveTrapezoidal | ( | double | position, |
double | vel, | ||
double | accel, | ||
double | decel, | ||
double | finalVel ) |
Part of the Motion method group.
position | Target Position in units. |
vel | Maximum velocity, units/second. |
accel | Maximum accleration, units/second/second. |
decel | Maximum deceleration, units/second/second. |
finalVel | Velocity the Axis will follow after completing the rest of the profile. |