Skip to main content

NRC_SetRobotDynamicLimit(double max, double min)

Set palletizing robot dynamic limit

Please set this parameter when the servo is stopped or in a ready state

Type

int =>Set palletizing robot dynamic limit

Return valueDescription
0The function is called successfully
-101Invalid input parameter
-102The target object does not exist. This typically occurs when the system initialization is incomplete, and calling other functions may return this value
-103The target object is currently in an inoperable state

Parameter Option

ParameterTypeDescription
maxdoubleMaximum value of the dynamic limit
mindoubleMinimum value of the dynamic limit

Sample code

double max = 50;
double min = 10;
NRC_SetRobotDynamicLimit(max,min)