RMP Motion Controller
10.6.7
APIs
, concepts, guides, and more
Community
Support
Contact
◆
FeedRateGet()
double FeedRateGet
(
)
Description:
FeedRateGet gets the feed rate for an
Axis
, the default is 1.0 (100%).
Returns
(double) Return values range from -2.0 to 2.0 (-200% to 200%).
Part of the
Action
method group.
Sample Code:
double
rate;
rate = axis->FeedRateGet();
See also
FeedRateSet
Examples
UserLimit.cs
.
RSI
RapidCode
RapidCodeMotion
Generated by
1.10.0