Table of Contents

Function Definition: roboticArm.movebyinoneaxis(DISTANCE = 10, AXIS = "x", TIME = 1000)

Parameters

NameTypeDescriptionExpected ValuesDefault Value
DISTANCEintThe distance by which the gripper should move.0 - 25010
AXISstringThe axis to which the gripper needs to move."x", "y", or "z""x"
TIMEintTime in miliseconds.100 to 100001000

Description

This function moves a robotic arm’s end-effector along a given axis by a specified amount over a given time. It takes three parameters: the required distance for the end-effector to move, the axis along which the motion should occur, and the time duration of the move. All other axes will remain constant.

Example

There are no examples documented for this article.