MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ SettleOnStopSet()

void SettleOnStopSet ( bool  state)
pure virtual

Set the Stop Event settling configuration.

Description:
SettleOnStopSet sets the settling configuration for Stop events.
Parameters
stateTrue = settling on Stop, false = not settling.
Sample Code:
// Configure Axis to settle on Stop.
axis->SettleOnStopSet(true);
See also
SettleOnStopGet