RMP Motion Controller
10.6.3
APIs
, concepts, guides, and more
Community
Support
Contact
◆
SettleOnEStopCmdEqActGet()
bool SettleOnEStopCmdEqActGet
(
)
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
RSI
RapidCode
Axis
Generated by
1.10.0