RMP Motion Controller
10.6.3
APIs
, concepts, guides, and more
Community
Support
Contact
◆
SettleOnEStopGet()
bool SettleOnEStopGet
(
)
Description:
SettleOnEStopGet gets the E-Stop Event settling configuration.
Returns
(bool) True = settle on E-Stop is configured, False not configured.
Sample Code:
if
(axis->SettleOnEStopGet() ==
true
) {
printf(
"Axis will settle on E-Stop Event"
\n
");
}
See also
SettleOnEStopSet
RSI
RapidCode
Axis
Generated by
1.10.0