RMP Motion Controller
10.6.4
APIs
, concepts, guides, and more
Community
Support
Contact
◆
MotionDelaySet()
void MotionDelaySet
(
double
seconds
)
Description:
MotionDelaySet sets the time (seconds) that a motion will wait before starting.
Parameters
seconds
The time the axis will wait before starting motion.
Part of the
Motion Configuration
method group.
Sample Code:
// configure axis to wait 500ms before starting motion
axis->MotionDelaySet(0.500);
Note
RSIMotionAttrMaskDELAY and this function can only be used for a new move and not an APPENDED move.
See also
MotionDelayGet
RSI
RapidCode
RapidCodeMotion
Generated by
1.10.0