Table of Contents

Function Definition: roboticArm.movetoxyz(XPOS, YPOS = 150, ZPOS = 70, TIME = 1000)

Parameters

NameTypeDescriptionExpected ValuesDefault Value
XPOSintThe X coordinate of the destination position of the Gripper.-100 to 1000
YPOSintThe Y coordinate of the destination position of the Gripper.100 to 250150
ZPOSintThe Z coordinate of the destination position of the Gripper.0 to 12070
TIMEintTime in miliseconds.100 to 100001000

Description

This function moves the end-effector of a robotic arm to a desired point in 3-dimensional space. The X, Y, and Z coordinates must be specified, as well as a parameter to set the time of movement. The function takes these inputs and sends commands to the robotic arm to move to the specified location in the desired time period.

Example

There are no examples documented for this article.