MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ SettlingTimeSet()

void SettlingTimeSet ( double  time)
pure virtual

Set the settling time.

Description:
SettlingTimeSet sets the value which specifies the amount of time (seconds) that an Axis must be within the Fine Position Tolerance band before the motion is done.
Parameters
timeIn seconds.
Sample Code:
// set the settling time to 20ms
axis->SettlingTimeSet(0.020);
See also
SettlingTimeGet
 
Examples
AxisSettling.cpp, AxisSettling.cs, and SettleCriteria.cpp.