Table of Contents

Function Definition: roboticArm.movexyzinline(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 takes four input parameters, the X, Y, and Z coordinates of the desired end position, and the amount of time to reach that position. It then divides the motion into smaller line segments, allowing the robotic arm to accurately and efficiently reach the specified location. The function then moves the robot arm from its current position to the specified end position within the given time frame.

Example

There are no examples documented for this article.