MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ HomeDecelerationSet() [1/2]

void HomeDecelerationSet ( double  decel)
pure virtual

Set the deceleration used for homing.

Description:
HomeDecelerationSet sets the deceleration used for homing.
Parameters
homeStageOptional
decelunits/second/second.
Sample Code:
Note
HomeDecelerationSet(double) will set Deceleration used for all Stages to support legacy customers.
See also
Home

Click here for detailed Home Method diagrams

Examples
CustomEtherCATHome.cpp, Home.cpp, HomeToNegativeLimit.cpp, and HomeToNegativeLimit.cs.