RMP Motion Controller
10.4.3
The RMP Motion Controller APIs
MotionController
Axis
MultiAxis
IO
IOPoint
NetworkNode
RsiError
Contact
Support
RMP
◆
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.
Remarks
This function is also available in
RapidSequencer
.
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 on Thu Jul 6 2023 17:10:59 for RMP Motion Controller by
1.8.20