APIs, concepts, guides, and more

◆ MotionDelaySet()

void MotionDelaySet ( double seconds)
Description:
MotionDelaySet sets the time (seconds) that a motion will wait before starting.
Parameters
secondsThe 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