MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ SettleOnEStopCmdEqActGet()

bool SettleOnEStopCmdEqActGet ( )
pure virtual

Get the E-Stop Event settling configuration when E-Stop is configured for (Command = Actual).

Description:
SettleOnEStopCmdEqActGet gets the E-Stop Event settling configuration when E-Stop is configured for (Command = Actual).
Returns
(bool) True = Axis will set Command Postion = Actual Position after E-Stop, False = not configured.
Sample Code:
if(axis->SettleOnEStopCmdEqActGet() == true)
{
printf("Axis will settle after E-Stop"\n");
}
See also
SettleOnEStopCmdEqActSet