MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ FeedRateSet()

void FeedRateSet ( double  rate)
pure virtual

Set the feed rate for an Axis.

Description:
FeedRateSet sets the feed rate for an Axis, the default is 1.0 (100%).
Parameters
rateAcceptable values for rate are -2.0 to 2.0 (-200% to 200%).
Sample Code:
// set feedrate for axis to 150%
axis->FeedRateSet(1.5);
See also
FeedRateGet
 
Examples
FeedRate.cpp, FeedRate.cs, and UserLimitFeedRate.cs.