MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ HomeSlowVelocitySet()

void HomeSlowVelocitySet ( double  velocity)
pure virtual

Set the slow home velocity.

Description:
HomeSlowVelocitySet sets the velocity used for final homing.
Parameters
velocityunits/second.
Sample Code:
// Please use HomeVelocitySet instead
Note
Deprecated. Use HomeVelocitySet(RSIHomeStageSTAGE_THREE, targetVelocity) instead.
 
Examples
CustomEtherCATHome.cpp, Home.cpp, HomeToNegativeLimit.cpp, and HomeToNegativeLimit.cs.