Skip to main content

NRC_GetTeachMaxStepSpeed(int &maxJointSpeed, int &maxDecareSpeed)

Get the maximum step speed in teach mode

Type

int =>Get the maximum step speed in teach mode

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
maxJointSpeedintThe obtained maximum joint running speed during single-step operation in teach mode, unit: percentage
maxDecareSpeedintThe obtained maximum linear running speed during single-step running in teach mode, unit: mm/s

Sample code

int maxJointSpeed;
int maxDecareSpeed;
NRC_GetTeachMaxStepSpeed(maxJointSpeed,maxDecareSpeed);