getMaxVelocity()

Description

Get the maximum velocity limit of the specified axis.

Syntax

machine.getMaxVelocity(axis);

Parameters

machine: Machine object.

axis: The axis of motion for which the maximum velocity is to be obtained, which can be AXIS_X, AXIS_Y or AXIS_Z.

Return

double: Return the maximum moving speed of the axis.

See also

getMaxAcc()

getActualPos()


Library Reference

86Duino Reference Materials follow the Creative Commons Attribution-Share Alike 3.0 License. The code examples in the references have been released into the public domain.