MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ HomeTravelDistanceSet()

void HomeTravelDistanceSet ( RSIHomeStage  stage,
double  distanceToTravel 
)
pure virtual

Set the max travel used in a specific Homing Stage.

Description:
Allows you to limit the max distance we will seek when looking for signals.
Parameters
stageRSIHomeStageSTAGE_ONE, RSIHomeStageSTAGE_TWO, or RSIHomeStageSTAGE_THREE
distanceToTraveldouble representing the max move in associated stage before erroring out in user units.
Sample Code:

Click here for detailed Home Method diagrams

Examples
Home.cpp.