Table of Contents

roboticArm.movebyinoneaxis()

Function Definition: roboticArm.movebyinoneaxis(XPOS, YPOS, ZPOS, TIME = 1000)

Parameters

NameTypeDescriptionExpected ValuesDefault Value
XPOSintWhen X= 0, Y = 0 and Z = 0 Then, Range of X will be X = 0 to 13 and 0 to -130 to 13 and 0 to -130
YPOSintWhen X= 0, Y = 0 and Z = 0 Then, Range of Y will be Y = 1 to 131 to 130
ZPOSintWhen X= 0, Y = 0 and Z = 0 Then, Range of Z will be Z = 0 to 1750 to 1750
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.

Note: The ranges of X, Y, and Z are interdependent, and modifying one value causes the ranges of the others to update accordingly.

Example

There are no examples documented for this article.