The RMP Motion Controller APIs

◆ SettleOnStopSet()

void SettleOnStopSet ( bool state)
Description:
SettleOnStopSet sets the settling configuration for Stop events.
Parameters
stateTrue = settling on Stop, false = not settling.
Remarks
This function is also available in RapidSequencer.
Sample Code:
// Configure Axis to settle on Stop.
axis->SettleOnStopSet(true);
See also
SettleOnStopGet