MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ StopTimeSet()

void StopTimeSet ( double  seconds)
pure virtual

Set the deceleration time for a Stop Event.

Description:
StopTimeSet sets the deceleration time for a Stop Event.
Parameters
secondsThe deceleration time in seconds.
Sample Code:
// configure the Stop Event time to 100ms
axis->StopTimeSet(0.100);
See also
StopTimeGet
 
Examples
StopRate.cpp, and StopRate.cs.