MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ SettleOnEStopSet()

void SettleOnEStopSet ( bool  state)
pure virtual

Set the E-Stop Event settling configuration.

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