MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ HomeAccelerationSet() [1/2]

void HomeAccelerationSet ( double  accel)
pure virtual

Set the deceleration used for homing.

Description:
HomeAccelerationSet sets the acceleration used for homing.
Parameters
homeStageOptional
accelunits/second/second.
Sample Code:
Note
HomeAccelerationSet(double) will set Acceleration 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.