![]() |
APIs, concepts, guides, and more
|
Learn how to use our different point-to-point motion commands.
📜 Absolute Motion
This sample code moves a single axis in trapezoidal profile to an absolute distance set by CONSTANTS.POSITION below. Trapezoidal motion accelerates each axis at the given rate until it reaches the specified velocity. When each axis approaches the specified location, it decelerates at the given rate to a stop. All accelerations and decelerations are constant,
Learn more in the concept page.
📜 SCurve Motion
This sample code moves a single axis in an SCurve profile to an absolute position.
Learn more in the concept page.
📜 Relative Motion
This sample code moves a single axis relative to its current position.
Learn more in the concept page.
📜 Final Velocity
This sample code moves a single axis. Once the motion is complete the axis continues spinning at a specified velocity.
Learn more in the concept page.
📜 Move Velocity
This sample code moves a single axis at a specified velocity.
Learn more in the concept page.