Table of Contents

Function Definition: roboticArm.gotoinoneaxis(POSITION = 150, AXIS = "x", TIME = 1000)

Parameters

NameTypeDescriptionExpected ValuesDefault Value
POSITIONintThe position on the axis to move.0 - 250150
AXISstringThe axis to which the gripper needs to move."x", "y", or "z""x"
TIMEintTime in miliseconds.100 to 100001000

Description

This function moves the end-effector to the specified position of the chosen axis while keeping the other two axes in their current positions. The function requires three inputs: the coordinates on the chosen axis, the axis to move on, and the time it needs to complete the movement.

Example

There are no examples documented for this article.